summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 16:34:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 19:09:01 +0200
commit3b1b3e146b38efe0c260dc19250ee01518f2e352 (patch)
treeb80258a0c6930177e5a447b33f8aa14a540bc1ca
parentd8ddb1319023afbee45207928e6880a86d5bb829 (diff)
downloadkde-3b1b3e146b38efe0c260dc19250ee01518f2e352.tar.gz
kde-3b1b3e146b38efe0c260dc19250ee01518f2e352.tar.bz2
kde-3b1b3e146b38efe0c260dc19250ee01518f2e352.zip
kde-apps/calendarsupport: 25.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/calendarsupport/Manifest1
-rw-r--r--kde-apps/calendarsupport/calendarsupport-25.08.1.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
new file mode 100644
index 00000000000..e7269a87617
--- /dev/null
+++ b/kde-apps/calendarsupport/Manifest
@@ -0,0 +1 @@
+DIST calendarsupport-25.08.1.tar.xz 990860 BLAKE2B 8a13bf647fbd846d28f8c99d17c756553dcd3a8e3cf483c36d6221d2d3602f3c8d884ac6bbc175f1eb8a9924ec7c5a4e5f7313ce612c16af2be6663bbaf84923 SHA512 104b3cec57723ef34f8b8b7cf72f372e0370307b3fd820e05ea244d00fce213b188a1537d75a36e3d47d174b5266ddc410071a377479d39b4079dae956862fc2
diff --git a/kde-apps/calendarsupport/calendarsupport-25.08.1.ebuild b/kde-apps/calendarsupport/calendarsupport-25.08.1.ebuild
new file mode 100644
index 00000000000..f7afa0ecb06
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-25.08.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="false"
+KFMIN=6.16.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="Calendar support library"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+DEPEND="
+ dev-libs/libical
+ >=dev-libs/ktextaddons-1.6.0:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-apps/akonadi-${PVCUT}:6=
+ >=kde-apps/akonadi-calendar-${PVCUT}:6=
+ >=kde-apps/kcalutils-${PVCUT}:6=
+ >=kde-apps/kidentitymanagement-${PVCUT}:6=
+ >=kde-apps/kmime-${PVCUT}:6=
+ >=kde-apps/libkdepim-${PVCUT}:6=
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/kholidays-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"