summaryrefslogtreecommitdiff
path: root/kde-apps/kcalutils
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-24 20:50:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:55:05 +0200
commit5fca3837c322da7a4826d33fd3cd26c6ca787094 (patch)
tree8c6a51256152c96e8298ccbba012fab34521d115 /kde-apps/kcalutils
parente4ebafcca20041a6125b480ebbebee1d4ddf7cc3 (diff)
downloadkde-5fca3837c322da7a4826d33fd3cd26c6ca787094.tar.gz
kde-5fca3837c322da7a4826d33fd3cd26c6ca787094.tar.bz2
kde-5fca3837c322da7a4826d33fd3cd26c6ca787094.zip
kde-apps/kcalutils: Add 25.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/kcalutils-25.08.49.9999.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kcalutils/kcalutils-25.08.49.9999.ebuild b/kde-apps/kcalutils/kcalutils-25.08.49.9999.ebuild
new file mode 100644
index 00000000000..780ecb143d3
--- /dev/null
+++ b/kde-apps/kcalutils/kcalutils-25.08.49.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.16.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library providing utility functions for the handling of calendar data"
+HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html/index.html"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6/$(ver_cut 1-2)"
+KEYWORDS=""
+IUSE=""
+
+RESTRICT="test" # bugs 653616, 711666
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-apps/kidentitymanagement-${PVCUT}:6=
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/ktexttemplate-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"