summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 13:15:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 17:44:54 +0200
commitab2b6d1bc3ea73de201353dd1399c27891c13812 (patch)
tree9727562e3a8c89239d1c44e698f01579a60c99f5 /kde-apps/akonadi-contacts
parentkde-apps/akonadi-calendar: 20.08.0 version bump (diff)
downloadgentoo-ab2b6d1bc3ea73de201353dd1399c27891c13812.tar.gz
gentoo-ab2b6d1bc3ea73de201353dd1399c27891c13812.tar.bz2
gentoo-ab2b6d1bc3ea73de201353dd1399c27891c13812.zip
kde-apps/akonadi-contacts: 20.08.0 version bump
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-20.08.0.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 6c7b0bff5954..b82bdbc12485 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1 +1,2 @@
DIST akonadi-contacts-20.04.3.tar.xz 393708 BLAKE2B 3bd1b0971d397221344db5f07c1e3b2935c0c3d7fa8d47bf8c76c27d303be017b2defd918b94c9d531cfb3743c2120ec938e4735e22fa2827b889291026aa3a6 SHA512 ccb65c3874853dc9d9f9dd5b39d8f541357d49543386302c99bd1e978d87c9c5b9aee45f5e5589a4f61a04fd82a2867baf1d4fac0936036559957a9be463bb2d
+DIST akonadi-contacts-20.08.0.tar.xz 403448 BLAKE2B 5b48817d1c21fbb8bca166fbe521fb17807315706f81bf8ca7b7e923c1aa7ea6f124bdb035820b4d0b8447531cc1e4176e1b45546c17c0544bc81f9bc42dd1c3 SHA512 45f4871459c8cba6281cc44ed0c66e92e7630ef6293ac410b6bdd5ca1221aaf51e3be12496ae0660de3709866686002d86450f43655aff89ddbe05b0b3e22b80
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-20.08.0.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-20.08.0.ebuild
new file mode 100644
index 000000000000..873d0cc4814d
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-20.08.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.72.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="GPL-2+"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/kmime-${PVCUT}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcontacts-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/prison-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"