summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-18 21:57:11 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-18 22:09:22 +0200
commit8a5934aa38e64c3560752baff5c9c7b03eff2981 (patch)
tree751c477265fbf6365b06564fc5b25aad11b2f91e /kde-apps/akonadi-search
parentprofiles: Update KDE PIM 16.08 mask (diff)
downloadgentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.gz
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.bz2
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.zip
kde-apps: Version bump KDE Applications 16.08.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/akonadi-search')
-rw-r--r--kde-apps/akonadi-search/Manifest1
-rw-r--r--kde-apps/akonadi-search/akonadi-search-16.08.2.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest
index f2a4a31ab1ef..3be01b75592e 100644
--- a/kde-apps/akonadi-search/Manifest
+++ b/kde-apps/akonadi-search/Manifest
@@ -1 +1,2 @@
DIST akonadi-search-16.08.1.tar.xz 71176 SHA256 73a5c1ab6328d17472a7bf566f66cd888e7947bca3b6a3f7584b41a6d2fab8e1 SHA512 bd9ff1608e45a9756e465545aa5203fab939c35f9ca807cc4866ead1c561ce9af355508bbe35799b0594275517b64e27afdd46204a21b851aa230b996e0d2798 WHIRLPOOL 38071a39692de1d96da08606fe673d9bd178a7c1cc1abcb16003bc0bd646d8fcaec44c220035a3af97ebc0861b1e298181435325173d6c5b7b04ad27f4708ddd
+DIST akonadi-search-16.08.2.tar.xz 71172 SHA256 39147a22e4156e10c4157601b174070e0af532f4ed27b86e3a223667c1097e18 SHA512 40259ab9e6b6cd2e4c1df5829d91b852e449567b3c4f67b2dd91e3653c7414ea3cc1c949d18f6596a5d88a67ef717f6c03dba06b27b05f7cb57af651a65268e4 WHIRLPOOL 9ce9a1a6c5cb3106971b846a970ae84cee9d5fcd7b213c87d970568805bc42c6169b86a412343ae3f18bca6cff32ac1dd64daa4ab35768a5daf71cba335d4e1a
diff --git a/kde-apps/akonadi-search/akonadi-search-16.08.2.ebuild b/kde-apps/akonadi-search/akonadi-search-16.08.2.ebuild
new file mode 100644
index 000000000000..a22d424957eb
--- /dev/null
+++ b/kde-apps/akonadi-search/akonadi-search-16.08.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-search"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep krunner)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ >=dev-libs/xapian-1.3:=[chert]
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"