summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-03 18:25:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-03 18:25:15 +0200
commit28dab5d656db1bf9aaae12e72c54fc67d0a6a797 (patch)
tree2d7b94edd06c9842cb2ffe86296f15b2b1049ae7
parented399bb33685aef3abff862c47775950460af0b3 (diff)
downloadkde-28dab5d656db1bf9aaae12e72c54fc67d0a6a797.tar.gz
kde-28dab5d656db1bf9aaae12e72c54fc67d0a6a797.tar.bz2
kde-28dab5d656db1bf9aaae12e72c54fc67d0a6a797.zip
kde-apps/konsolekalendar: 25.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-25.04.2.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
new file mode 100644
index 00000000000..4ad9094e8a1
--- /dev/null
+++ b/kde-apps/konsolekalendar/Manifest
@@ -0,0 +1 @@
+DIST akonadi-calendar-tools-25.04.2.tar.xz 273328 BLAKE2B e06c2818f69eda1189a79f803f398b7bc01a031a5e06e95538dc3e70821389234426cfa0f6b8488ddabc160aa1d015ffe6d2474b9f98e0dfb8dd7d1990ef26a1 SHA512 69b74ac2a47a2fc452b115afd3d0eac6c34097eaee6ba820410b69bad2d03a038b22e8e396cc2430fba3e9bec597ba17c550daa28b1a57bbbfca13000d4c8be1
diff --git a/kde-apps/konsolekalendar/konsolekalendar-25.04.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-25.04.2.ebuild
new file mode 100644
index 00000000000..b75c8d35042
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-25.04.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoff"
+KDE_ORG_NAME="akonadi-calendar-tools"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.13.0
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Command line interface to KDE calendars"
+HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+DEPEND="
+ >=kde-apps/akonadi-${PVCUT}:6
+ >=kde-apps/akonadi-calendar-${PVCUT}:6
+ >=kde-apps/calendarsupport-${PVCUT}:6
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ >=kde-apps/akonadi-calendar-tools-common-${PV}
+"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_po_install
+ cmake_comment_add_subdirectory calendarjanitor
+}