summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:08:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:28:15 +0200
commit48bc063e91f868ceb804ea8d41405792bb33fc4e (patch)
tree5f09d5156b012151d1cdaa1ff7326f72f1669762 /kde-apps
parentkde-apps/akonadi-calendar: 23.08.0 version bump (diff)
downloadgentoo-48bc063e91f868ceb804ea8d41405792bb33fc4e.tar.gz
gentoo-48bc063e91f868ceb804ea8d41405792bb33fc4e.tar.bz2
gentoo-48bc063e91f868ceb804ea8d41405792bb33fc4e.zip
kde-apps/akonadi-contacts: 23.08.0 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-23.08.0.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 3ae4c24c03f9..820acb6c68c9 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1 +1,2 @@
DIST akonadi-contacts-23.04.3.tar.xz 442516 BLAKE2B a88a9160e3dabf77e1cbdf18ad3120746c576160bbae73120ebcb8ba3060b972a044a426988f47186f166edb42fdf1300ef9ac1b2a6dd7e5fb12882bd4c80a16 SHA512 a0447eabcacb76b3cc8982760e5d9ef027537e48279353c47a6f361d4e4ab4421ddb2bc0f2aeda9121cd56721a4d98f551311d0d3254e6d069054abdb3bd2ebc
+DIST akonadi-contacts-23.08.0.tar.xz 421860 BLAKE2B 997f5572cbad1e27cd5f076c2ea2c7e2ae31cb0c16f57b96698921ad7b81c071edb415d005203803025eb2838eb79834408985d99c0986ead940a0afd05e841f SHA512 cbf90d448648f96c54a16f28328706f5bd34b61844c2cecd75e42d99c6897431eec2c5b71e92c903799ea4598ddaae5b2510f6cfd5e5957860b4508b9f9e62a4
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-23.08.0.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-23.08.0.ebuild
new file mode 100644
index 000000000000..fac8073e511b
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-23.08.0.ebuild
@@ -0,0 +1,46 @@
+# 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.106.0
+QTMIN=5.15.9
+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}"