summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/akonadi-contacts
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
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.2.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index a745a0e2a028..3d1a311a6a73 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.1.tar.xz 391992 BLAKE2B 81033bad5a6864765e07e37eff6b47e97ebe3e5839c95976a66eefe1b98dd0c1885427f86a9be40c7b8dffd8e57e64eb2bad180986d3ae07d1447af11c2b4daa SHA512 a203c36aaa7b875cfcfc167ce63b02a6c6a15cde34bc350c102bc0520c743626563ad977cdc8f1bacca222732afe2c66b80d51f3951e50e6df51130fa036584d
+DIST akonadi-contacts-19.04.2.tar.xz 391248 BLAKE2B b4bc8535b8dea20ea58b32e2481231e1f4a7305749e5758b94d48ccd7a5feb2379165375e90006f1ac475d5be86fe6f377852b284b014c55711c979d616ab0e6 SHA512 6f357535f52491a66a8bb769d75b39e8b60f9de8d9cf4347cd1e2bb32e6d78dab8942d1780750f95f45d2c0682e24d415e2bafeb484e4bee8fbb328fb4d532d6
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.04.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.2.ebuild
new file mode 100644
index 000000000000..191204d119ad
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.2.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
+"