summaryrefslogtreecommitdiff
path: root/kde-apps/kcalutils
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:08:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:22:27 +0100
commitab7d33db00dcc730bd57aa05dc658be90c988a3b (patch)
tree86f8bdecd8fa932cd944c9f850e13018bdba449e /kde-apps/kcalutils
parent7467245683e5bdd33784abeb1811aa0232446f74 (diff)
downloadkde-ab7d33db00dcc730bd57aa05dc658be90c988a3b.tar.gz
kde-ab7d33db00dcc730bd57aa05dc658be90c988a3b.tar.bz2
kde-ab7d33db00dcc730bd57aa05dc658be90c988a3b.zip
kde-apps/kcalutils: Add 25.04 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/kcalutils-25.04.49.9999.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kcalutils/kcalutils-25.04.49.9999.ebuild b/kde-apps/kcalutils/kcalutils-25.04.49.9999.ebuild
new file mode 100644
index 00000000000..40727d854f8
--- /dev/null
+++ b/kde-apps/kcalutils/kcalutils-25.04.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.9.0
+QTMIN=6.7.2
+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"
+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}"