summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/akonadi-contacts
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, 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-18.12.1.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index c29463c8e22b..13e62d469562 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-contacts-18.08.3.tar.xz 390352 BLAKE2B 9e0cd84491cf55c92dc16944a0d0a174ab62a4e00c725ca929adc96fe29acd1f17b06079a6b944c3319c8a28d4f39de9712e25f1a1ea9e9479cc6d5f14467fe9 SHA512 8a0c524b896b204824f6d054c00eb07f1e650569bb2635b3a714576fae9ebb1b417d967193701ce1b3ea44f3d11cb336456174b26a6e14ee35adc9b78ab93f1e
DIST akonadi-contacts-18.12.0.tar.xz 390460 BLAKE2B 32f5f36ec26ca2dfb9982587f91a0c76a2e3d484c06e86543028a3c640c5dadf8cc6cba5883e3ad1df9fd837614cd1f1ca086766472338053fc7a15b7e943d96 SHA512 888b14521a4e40bf68178847b4410638893a4b513088fb1fd6f7a0c28293430289a39b2c2893aed0b2200694e90addf1f6f9ddd229cd7af46b94dcb256456535
+DIST akonadi-contacts-18.12.1.tar.xz 390432 BLAKE2B 65b3b5a0dee835aeb3b927bf48c0730891ff81f44476dc8ea450be91bf67be6452053a7bc43dfe9858f8875314ea6f7eb1897a58abcf94d3ae54dd223373454b SHA512 bf35b2dfb97518392f82309c6bdb07f295dabd9daa718fd10a81779a90cda2efb6c6572c4809e8f1628404940346990457d278f3a00f46e74fdaf705b0e5f410
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-18.12.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-18.12.1.ebuild
new file mode 100644
index 000000000000..209022d9be54
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-18.12.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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 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
+"