summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kcontacts
parentkde-frameworks/kdelibs: Version bump 4.14.33 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kcontacts')
-rw-r--r--kde-apps/kcontacts/Manifest1
-rw-r--r--kde-apps/kcontacts/kcontacts-17.04.2.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest
index 8d4dcdcebd36..5e42906a2dc4 100644
--- a/kde-apps/kcontacts/Manifest
+++ b/kde-apps/kcontacts/Manifest
@@ -1 +1,2 @@
DIST kcontacts-17.04.1.tar.xz 207768 SHA256 f78599b76be7accef992fd7cb1c84d8c1f18b99f551e2f53323476f167c38f71 SHA512 dd12dda2629477d9596132eab92407808ddb944be4979c6cf24296798497b6261a33acc16aab929da60b87dbde38ec87cfb7f93134a25d649d7bcbc14ef42f36 WHIRLPOOL a4127b806e33ae8155eccfa3466c572a0e4557c05805fc5ac106aff6726e22712841333e524c1323a297db45f3f57cbc1a3dd373a2e57582db4250f19e0fcf6a
+DIST kcontacts-17.04.2.tar.xz 207348 SHA256 fac4f0f473617cf4755f5d21c89feb3521f288bcb89887705df74c7f9c9b475a SHA512 b2db411e5e8c4edde09562b7d230ccf067c1a71f57b3dd9157a1527722488b167e287cfa7b673f31adc9d2b53852815f8b7ffedfb141a3293ea83d5b21cda17f WHIRLPOOL eb640f68460c4344cc07509645fbcf7a1453043d7d87d41931b50069f3efae947b3c778fd859474392cee538b142847ed9c7485f7607be84b24de04887c7a18a
diff --git a/kde-apps/kcontacts/kcontacts-17.04.2.ebuild b/kde-apps/kcontacts/kcontacts-17.04.2.ebuild
new file mode 100644
index 000000000000..6cbb84171ef3
--- /dev/null
+++ b/kde-apps/kcontacts/kcontacts-17.04.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Address book API based on KDE Frameworks"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+src_prepare() {
+ kde5_src_prepare
+
+ # FIXME: Fails test because access to /dev/dri/card0 is denied
+ sed -i \
+ -e "/ecm_add_tests/ s/picturetest\.cpp //" \
+ autotests/CMakeLists.txt || die
+}