aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:38:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-14 01:11:31 +0200
commitb3fc0b446412703c824509f7d92f4897c65d07d4 (patch)
tree490d5703729800fcb0dd29bee0d8f564df1bb905 /kde-apps
parentkde-apps/akonadi-calendar: 24.04.90 version bump (diff)
downloadkde-b3fc0b446412703c824509f7d92f4897c65d07d4.tar.gz
kde-b3fc0b446412703c824509f7d92f4897c65d07d4.tar.bz2
kde-b3fc0b446412703c824509f7d92f4897c65d07d4.zip
kde-apps/akonadi-contacts: 24.04.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-24.04.90.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
new file mode 100644
index 0000000000..06c11076e1
--- /dev/null
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -0,0 +1 @@
+DIST akonadi-contacts-24.04.90.tar.xz 426464 BLAKE2B 8f711a2cf9d355b8e41610c62f9df7923789f8ef9fc7165218fcec6cdfdc6912f0a36e1b905497c92a1488ff922f74b0f4dd2c7745786424a4b4e7e85e326d5b SHA512 fd6e076dd36eb42a4f113071068c4fedfe2a0b91faf5e7e8313c619659c4c2dbd4764d235b2a919dffa10b7a0e15720e2331419d0e6ed0ab54d324540d24ee22
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-24.04.90.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-24.04.90.ebuild
new file mode 100644
index 0000000000..e220625c9f
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-24.04.90.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 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=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/ktextaddons-1.5.3:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-apps/akonadi-${PVCUT}:6
+ >=kde-apps/grantleetheme-${PVCUT}:6
+ >=kde-apps/kmime-${PVCUT}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/ktexttemplate-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/prison-${KFMIN}:6
+"
+DEPEND="${RDEPEND}"