summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 10:13:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 11:12:17 +0200
commit795ddd5978bdb3f1c6f6c268d8e0dd2a570a313f (patch)
tree0f8331cfa4f16ef2d0a7be5adc55268279793e31 /kde-apps/akonadi-contacts
parentkde-apps/akonadi-calendar: 23.04.0 version bump (diff)
downloadgentoo-795ddd5978bdb3f1c6f6c268d8e0dd2a570a313f.tar.gz
gentoo-795ddd5978bdb3f1c6f6c268d8e0dd2a570a313f.tar.bz2
gentoo-795ddd5978bdb3f1c6f6c268d8e0dd2a570a313f.zip
kde-apps/akonadi-contacts: 23.04.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-23.04.0.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index d0cf1289ff74..0b0990a8335e 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1 +1,2 @@
DIST akonadi-contacts-22.12.3.tar.xz 440240 BLAKE2B 7bcfd3704866fa258892226c40fd377c3d97bfad09a7ba6e9fd4907ec92ea1cd48d814550dc4c4c799148fcb7bdb710fbdfa5901a8cce1dd62971b2410828a6e SHA512 954eddaf701eff12875bb26c2a2c3775e2c9ebdc5993538014e0dfb54fea2c3b169255f692ed1f92f35bee31a2779664ff8aaf166c2dc7ae280b853e5bc45f02
+DIST akonadi-contacts-23.04.0.tar.xz 442408 BLAKE2B 255edf383b5264a009f73e9326bc4f7e704b72e99497d0825e46e86d39e49161e0c768392bfe30baa1fb640d726b84f51d06cf19c93366361d6eab327c0fe6dc SHA512 5870816abc0a69ed2f4e826b3d4cd5159b8ba8f5344a69ba06ad67f63e6ff8063ddc884aeaccdefff39bc7b1d099c50a4c410792d680486cd1c58741814cb31f
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-23.04.0.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-23.04.0.ebuild
new file mode 100644
index 000000000000..1d5db6eb6f92
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-23.04.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/grantlee-5.3.0:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/grantleetheme-${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/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${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
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+"