summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 12:40:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 16:29:37 +0200
commit77996f0bd46af757187d387e251f25fdf21a33f8 (patch)
tree18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kcontacts
parentwww-client/opera-beta: Old (diff)
downloadgentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kcontacts')
-rw-r--r--kde-apps/kcontacts/Manifest1
-rw-r--r--kde-apps/kcontacts/kcontacts-19.04.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest
index e4fd9526514b..c0efa07f946e 100644
--- a/kde-apps/kcontacts/Manifest
+++ b/kde-apps/kcontacts/Manifest
@@ -1 +1,2 @@
DIST kcontacts-18.12.3.tar.xz 603496 BLAKE2B d963e1e0ab8db4d0976a9b0d6b9e83c690dfe40c8428e8e82d4d428e21a35c29d0f8bd5e598686dc04ba08d1c33afe79d4d82afff32e10bcb14aaf1b24d91859 SHA512 3afdc0f3fb304329f0dec37f7db1d4cf457eda726a9276d440d9ada83f946c28806d5a3e69f0c711fb398567a7e3566b7c043b1dfc4ec59eae0b9ed0aa08689a
+DIST kcontacts-19.04.0.tar.xz 603552 BLAKE2B 2ff126fa9e4abdf2318d0f4f0a87d584c75695a7f6c27b522d728a5424dae659f426ab1d5e5152ec9850698997198ec567c932260207aabe5a65a3e789901f6c SHA512 b5f1f1b35cdf0d75d5072890a5eacded65205378a87e7efbf79886c882fbf0dea81e2018b04bb2175a32bcdf0a83d92fa7f131a9b7cb09037dfdc86c04fb8dc1
diff --git a/kde-apps/kcontacts/kcontacts-19.04.0.ebuild b/kde-apps/kcontacts/kcontacts-19.04.0.ebuild
new file mode 100644
index 000000000000..81c99ff930a4
--- /dev/null
+++ b/kde-apps/kcontacts/kcontacts-19.04.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Address book API based on KDE Frameworks"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+ app-text/iso-codes
+"
+
+src_test() {
+ # bug #566648 (access to /dev/dri/card0 denied), bug #625988
+ local myctestargs=(
+ -E "(kcontacts-addresstest|kcontacts-picturetest)"
+ )
+ kde5_src_test
+}