commit: a3f7cb61760b7d4c8d25ae177fcfc217edd28cbf Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 21:46:40 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 21:46:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3f7cb61
[kde-apps/akonadi-search] New package Package-Manager: portage-2.2.20 kde-apps/akonadi-search/akonadi-search-9999.ebuild | 31 ++++++++++++++++++++++ kde-apps/akonadi-search/metadata.xml | 5 ++++ 2 files changed, 36 insertions(+) diff --git a/kde-apps/akonadi-search/akonadi-search-9999.ebuild b/kde-apps/akonadi-search/akonadi-search-9999.ebuild new file mode 100644 index 0000000..180b57f --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Libraries and daemons to implement searching in Akonadi" +HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-search" +KEYWORDS="" +IUSE="" + +# TODO check if newer xapian is working +RDEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepimlibs) + $(add_kdeapps_dep kmime) + =dev-libs/xapian-1.2*[chert] + dev-qt/qtdbus:5 + dev-qt/qtgui:5 +" +DEPEND="${RDEPEND} + dev-libs/boost +" diff --git a/kde-apps/akonadi-search/metadata.xml b/kde-apps/akonadi-search/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/akonadi-search/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata>
