summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 18:45:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 20:44:16 +0200
commit574a1e63fb59f2333adc047a9c3f2b929101e540 (patch)
tree370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/akonadi-contacts
parentnet-dns/dnsdist: initscript fix (diff)
downloadgentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 7ebd8f26ccc3..853a74d2d469 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-contacts-18.12.3.tar.xz 390340 BLAKE2B 5bd708953380d86ab8227944e1f9de79f4d596ecae9bf3ab636958e06244a02df0ebc772ff6b2380953cea8363804f92e18b161b7010b43e19d8f0816e6d15fb SHA512 dba40ec470d8b34b38d69470128708580a0581dcf1a88191da1b6bfedb426a13c964117eea1d266d1cb2224006a4b26f1f8ccc39e79eac67653aa808c5d81fb0
DIST akonadi-contacts-19.04.0.tar.xz 391824 BLAKE2B 024f5ab56e236ad93d44926a6523c082593beea87a2eca643ab1bf46ae7ff2dc42715f2cc80709f5c162c9abaab7401b75192c3668aada9ec0188da65efc5ddc SHA512 d7119dc674e5bc95253bf5cdd2cee387b2eaef4477787ffb51cac546b1a0b26afb6b18fadd33ef4bd6f357b7b27575b0856f834316bb5d6b275c9e5d597a7646
+DIST akonadi-contacts-19.04.1.tar.xz 391992 BLAKE2B 81033bad5a6864765e07e37eff6b47e97ebe3e5839c95976a66eefe1b98dd0c1885427f86a9be40c7b8dffd8e57e64eb2bad180986d3ae07d1447af11c2b4daa SHA512 a203c36aaa7b875cfcfc167ce63b02a6c6a15cde34bc350c102bc0520c743626563ad977cdc8f1bacca222732afe2c66b80d51f3951e50e6df51130fa036584d
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild
new file mode 100644
index 000000000000..191204d119ad
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for akonadi contact integration"
+KEYWORDS="~amd64 ~arm64 ~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 ki18n)
+ $(add_frameworks_dep kio)
+ $(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 kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+ !<kde-apps/kdepim-runtime-18.03.80
+"