summaryrefslogtreecommitdiff
path: root/kde-apps/akonadi-contacts
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-24.12.0.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index c9160af18b0..49512c1329e 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1 +1,2 @@
DIST akonadi-contacts-24.11.90.tar.xz 436912 BLAKE2B d1304f8a959ebf833defb774f330c991a15ac4b6afc39cbca2171de82e3e0bb9dea7e0e2188a6300bc2393153658b5c628bf608be1f068ea8fe0fade4f553760 SHA512 0a0c8ab1a96f3c464061ce0220619a347dc426d9834960546469ed48b4f780aef6735e97cbb0961d00752d6d54df04851f6e092fc4ebfb949e7cdb0fbc92c568
+DIST akonadi-contacts-24.12.0.tar.xz 436684 BLAKE2B d309b0c059bf60f5b0e8c92b88c849558d4b87f57babfd6ccf8a725031fd515205d8ed79a80e94d0ea05b82fc9b1fdd0b5d6d17001f964ea08367838d36d8b05 SHA512 e48a081384314f393480ace7541c7208e5036036f19f31c0b028a90feda891efd1b4e9bab942ee9d2138051cc9ee06def3085eeab243a554548a799f2c5292fa
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-24.12.0.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-24.12.0.ebuild
new file mode 100644
index 00000000000..623525e85d8
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-24.12.0.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.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/ktextaddons-1.5.4: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/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${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}"