summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-03 18:55:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-04 13:50:26 +0200
commit6a252143ee8b7a60e1bbf4ec7b3f22a696fbc168 (patch)
tree02c3bea3607d975163c3e27cf560b9bf8d0021bd /kde-apps/akonadi-contacts
parentkde-apps/akonadi-calendar: 24.05.2 version bump (diff)
downloadgentoo-6a252143ee8b7a60e1bbf4ec7b3f22a696fbc168.tar.gz
gentoo-6a252143ee8b7a60e1bbf4ec7b3f22a696fbc168.tar.bz2
gentoo-6a252143ee8b7a60e1bbf4ec7b3f22a696fbc168.zip
kde-apps/akonadi-contacts: 24.05.2 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-24.05.2.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 58a113de0a6b..5830ab1995a4 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-contacts-23.08.5.tar.xz 420904 BLAKE2B 8292b4ed461826a06884a891501e3c58967b1512181688e0bee739ca324bea727c4ea58978b1df51db8647fab5b52acdecaf479f88e12747a586eeefded568bb SHA512 d74eb885d8cfd748337fc7881c6e8bdb5dbd8dddd899fd7ca4e2dd88b3701ff2c0f1e29bd5dde0246b54fa40f6d719814087b898518bed73da264ee402cbb9ad
DIST akonadi-contacts-24.05.1.tar.xz 426276 BLAKE2B 523589aaef6ac0b5057d1b2b881890a5fafc8c5a1c16f3a8289605493160a5f0dbd9753afb51fabf89ab0c4b2d6e0080c712257443c6e97ef419acd1625a5a75 SHA512 329d2ab9a8f1ea731ff37e0e48df02bd72f77e11f0b9e29a841d2c4cd9f31866a4055d207ec148d659a5993d9985e4babe7790d0af075183ac69f7760c0bd9d3
+DIST akonadi-contacts-24.05.2.tar.xz 427020 BLAKE2B ecfe4415fb52670b751cefa84901d97ddf7e98e902d6ef369319c0c2bcf44aad878ea033fa84102bc2ae38f04afdf0aa38551728cc85361deda98a4ec4d52b4d SHA512 a69fac52195e3385c81ffe055950799b590a04a743e1adb7771e1279a07c1bbfc9be37235e94ca1b5c5420a243eb246c7571839680f63b02b326f733f0f625ac
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-24.05.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-24.05.2.ebuild
new file mode 100644
index 000000000000..3942ac803e5b
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-24.05.2.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.3.0
+QTMIN=6.6.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/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}"