diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:29 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:41 +0100 |
commit | 2066cf7b5a1da5ded50affbdc96467b431140f3e (patch) | |
tree | eec619c4a351b2aa2376ea6f0d543086f9b9c747 /kde-apps/akonadi-search | |
parent | dev-python/bandit: bup (diff) | |
download | gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.gz gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.bz2 gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.zip |
kde-apps: Version bump KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadi-search')
-rw-r--r-- | kde-apps/akonadi-search/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest index 578e260f3c8a..25cc6c64d608 100644 --- a/kde-apps/akonadi-search/Manifest +++ b/kde-apps/akonadi-search/Manifest @@ -1 +1,2 @@ DIST akonadi-search-16.12.0.tar.xz 72288 SHA256 55c44acef848e09e4f247ce82fcd7ad937741498ecbb1ecc9ba38111d3ccc723 SHA512 2784ebc47205d076dbf5fe0edda11ec44830ef4c3526700e701e1134d21f30c0cb3e61667bc52f47657d3ff43ee66e5b0dfb52f17f90fd76ef661f98ef30fd19 WHIRLPOOL c400ec93a907709bd5c330649226f2dec6428db5be78d7c791ed820df15f028f93a3195a665fd2a4742ce4e7835e96a0b19286f1109e9027bda34e21cee0af75 +DIST akonadi-search-16.12.1.tar.xz 72280 SHA256 bef53ca6ea578938be80556b4d7a04b40c0277e2e0493f2c39558e479afdad17 SHA512 1c68e552fa9b9a05d7533194a8b2e8f956319358491b2c12fd91c43377b2b59be3bb46c2c909a2f4a6e60aee6664fdb3c657be73076dffdf2be2e2d3edcb50b3 WHIRLPOOL 393ebd5d8dccd2afe60c9acbd390490b5ddcc3a43539e7ddb27bf22749f858a7f2dd00bcca792f205d9c6bd815644b05719e2aa9ffb5eca8dbe37c6913d3f6a9 diff --git a/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild b/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild new file mode 100644 index 000000000000..d87bc1fe2fa6 --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 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 +" |