summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:31:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:57:24 +0100
commit93a9b36c08c091f918c201adaecb43eb25b187f1 (patch)
tree405631cb15222303cad3fb9d5046a014c990a4ac /kde-apps
parent2e445b9565d9a417524d6d91c6ff771993123f56 (diff)
downloadkde-93a9b36c08c091f918c201adaecb43eb25b187f1.tar.gz
kde-93a9b36c08c091f918c201adaecb43eb25b187f1.tar.bz2
kde-93a9b36c08c091f918c201adaecb43eb25b187f1.zip
kde-apps/akonadi-contacts: Add 25.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-25.12.49.9999.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-25.12.49.9999.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-25.12.49.9999.ebuild
new file mode 100644
index 00000000000..38c693ba2bb
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-25.12.49.9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 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.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+LICENSE="GPL-2+"
+SLOT="6/$(ver_cut 1-2)"
+KEYWORDS=""
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/ktextaddons-1.8.0: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}"