diff options
author | 2017-07-13 22:46:45 +0200 | |
---|---|---|
committer | 2017-07-13 22:50:01 +0200 | |
commit | ea01d07c76b705e48d8d3a4600856746ce596e95 (patch) | |
tree | 11abb713ee2d1cf09ef62389e18dd03cbac691e0 /kde-apps/akonadi-search | |
parent | dev-java/hawtjni-runtime: keyword ~arm64 (diff) | |
download | gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.gz gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.bz2 gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.zip |
kde-apps: Add KDE Applications 17.04.3
Package-Manager: Portage-2.3.6, 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-17.04.3.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest index 991fcfce2c58..e262d136e989 100644 --- a/kde-apps/akonadi-search/Manifest +++ b/kde-apps/akonadi-search/Manifest @@ -1 +1,2 @@ DIST akonadi-search-17.04.2.tar.xz 80804 SHA256 700f0a7028f2fecab3eaa28836c65548ce5fe64a9599a1cfea23b44caf0b3984 SHA512 386e7cab4930898f97f418e97947c6ec6a3783ceb2a3b3e43cb72ef6c0139d3bbcea812235584e0c8f14475200b96c41ecad226468a4092958150e46d627f13b WHIRLPOOL 137303b36a7dfc799a0588cc6f206cd2f85eeb5643ff6b6b642f442f7529e01e09e9c4f4574fa9d88ffb0aa2e72d6de79ad3df52c57431eef2ac29657e769d92 +DIST akonadi-search-17.04.3.tar.xz 81356 SHA256 059820e9f3bc36bb09aa4e3e275c5f2bdc09d7dc86706db5b334d341ed53952c SHA512 de22d45acb9671e8347e88972aa899b5b02af06d233f21697d97a6e70c0adc290f00227345cad30ba32e5265c39c24e44e41d4a111846ab607cea826292bce73 WHIRLPOOL 648787f63e7c70330960aec425b31ef9067c12138734ab3fbf84dce3bc2a0843d4114a3b1d6ec80fc9beb92a9b55dfb03f7eea252c9f08bfb54ef91ccafa53ff diff --git a/kde-apps/akonadi-search/akonadi-search-17.04.3.ebuild b/kde-apps/akonadi-search/akonadi-search-17.04.3.ebuild new file mode 100644 index 000000000000..1a14fd16d4bd --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-17.04.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="" + +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 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="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" |