summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:10:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:18:26 +0200
commita6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4 (patch)
tree4d3ec8ddaa83500e5b7b78a9fdbb5d4fd20540d5 /kde-apps/akonadi-contacts
parentkde-frameworks/kdelibs: 4.14.37 version bump (diff)
downloadgentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.gz
gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.bz2
gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.zip
kde-apps: Add KDE Applications 17.08.2
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-17.08.2.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 803e81b22135..9ec2936f3177 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-contacts-17.04.3.tar.xz 347700 SHA256 5399633c4b312d4226ca169f3aa1da521d9bdd7ed46389d1ab7fabbcfc764e0f SHA512 5cb488b5840c1d401213ee656ee2e8bc219e51ba03c3625f6c39dccf6c1d53e0d7347f7f67e31019e7460cffe22ac32c4216bd75be2bf557912cd2587b0a6fd3 WHIRLPOOL e2cc7479fc3e99f2888edf284180b76469ab9c57048ac76edb6cc9d3439061a2736e63bb1f5b7875afdb65b099d2b72b451fd79600cd8e93217bc53733f82514
DIST akonadi-contacts-17.08.1.tar.xz 352124 SHA256 89cd3a7cfe54e7b88630524413a37a04be7c1425253af82944ebbba1985cea41 SHA512 a9a34565924f7b9307907501495e14a38c215acd6f893513208fe26b76e010abf450f8642c82687556a6fb1a96066a459ed4f7edca4625c9048a162e54170472 WHIRLPOOL 6bb63c1dea489d667012057d026a6f08d4b9f9bb6d38632dc359a2af9669429833dabd735a9a60cd6d041d90192586136c561b3ea800090656dfc61852698988
+DIST akonadi-contacts-17.08.2.tar.xz 352336 SHA256 c172426ef3e7e244a8459861f495246674a12155e87c36c47a5daf1fd4a95f2c SHA512 af670cc10b3b793a3263d09f5498bee46166f8b18a2839f4fb0625c5eebf789927b8f019d93f968e4cf207aa5518b9d9075efed45ce7051ff58650c04c3125bd WHIRLPOOL 3f34b3a9bfe1078d492d0a72590a5905ecbcbd787da148e1a7b8eba9e3522e6e10d39e141b89da812c8ce77b2b4f30c831b580d561f5fc8de3d13c7883cc1601
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-17.08.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-17.08.2.ebuild
new file mode 100644
index 000000000000..e791fd188c74
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-17.08.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for akonadi contact integration"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep prison)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ >=dev-libs/grantlee-5.1.0:5
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+"