diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:18:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:18:36 +0200 |
commit | 2fb79a4076772020c18be0215abb7a430ac12b3b (patch) | |
tree | 02e6972566d0e4e18611dfd81121657a95919e66 /kde-apps/akonadi-search | |
parent | dev-libs/libinput: Restore version 1.10.6 (diff) | |
download | gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.gz gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.bz2 gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.zip |
kde-apps: Add KDE Applications 18.04.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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-18.04.2.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest index 704c35b83530..49246ccc1aca 100644 --- a/kde-apps/akonadi-search/Manifest +++ b/kde-apps/akonadi-search/Manifest @@ -1,2 +1,3 @@ DIST akonadi-search-17.12.3.tar.xz 81872 BLAKE2B bcbc5cd5d2cf37bb80c890164c45f0141d7d668c59ad099888831efb45781d15d8d34ffac2c18a9dde4fc697cf02dfe0493d01c60bc687b137dcd6cbdb11f6da SHA512 3c227f25784069bca95abe43657fa2964049dac840629f6ceeb8ea7378f4a8860b4dc2346a7cf1069d9cd0950ceaa65c1aad772199a4e15b27d099ca16c46689 DIST akonadi-search-18.04.1.tar.xz 82436 BLAKE2B fc759ecdf4c887298f203b2ea717523d5ce21f047cbd7789f2213c2a5bc12191c322226c6b22ce467ff09f500e5e44d5b79f85e47fca5b6f3e70ff49f5721b4d SHA512 3bcaf0502cc1a0022e593a0daf3843dae3db42ae101b801e596f8c0bfdf8536d9621bbf6cfd6f0dbe6ed26b81eede4a07e060210895405069a9324152f8256a0 +DIST akonadi-search-18.04.2.tar.xz 82516 BLAKE2B 45d336755fbc5141d63e8866c96155f693684aceb6ae5a837e47647a3295cff20c8f51df32235b4d190357754ff6c01958c04dbaaf585791bada01ab3cbbfcd8 SHA512 ea406c095233c037628f3078bfab30bf8139e1e33e428137288cc57f42d7b5175c40176830e11b0b21f9e5793436de8e5922537523a7b00fd07e9c0aa2a01d0c diff --git a/kde-apps/akonadi-search/akonadi-search-18.04.2.ebuild b/kde-apps/akonadi-search/akonadi-search-18.04.2.ebuild new file mode 100644 index 000000000000..069e1b7eb656 --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-18.04.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries and daemons to implement searching in Akonadi" +HOMEPAGE="https://cgit.kde.org/akonadi-search.git" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kio) + $(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="${COMMON_DEPEND} + dev-libs/boost + test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite,tools') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" |