summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-04 17:59:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-04 20:17:08 +0100
commit5e9bd09086524d345e0bd0e91d2734121b8f7a8c (patch)
treee195a79bbcaa3be941833b5047afb6ece3d2934c
parent84181691a9ea855e583b7a55cb9d5b6ed20b9529 (diff)
downloadkde-5e9bd09086524d345e0bd0e91d2734121b8f7a8c.tar.gz
kde-5e9bd09086524d345e0bd0e91d2734121b8f7a8c.tar.bz2
kde-5e9bd09086524d345e0bd0e91d2734121b8f7a8c.zip
kde-apps/konsolekalendar: 24.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.12.3.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..73f59a1eec4
--- /dev/null
+++ b/kde-apps/konsolekalendar/Manifest
@@ -0,0 +1 @@
+DIST akonadi-calendar-tools-24.12.3.tar.xz 270076 BLAKE2B 3ee8150de43bc407a47b688b9311960c0d983b4c56adde0523cd9c549272723c3d54260119fa5ab43f6ad49eba246fa1f9154bc0ff6defdffda2c6b71e58644e SHA512 b451d3e5e49066bccd1c360ffb9e73f4a7a81f056b1881b3fce194affaf7739c288a1ddae343bec55672b0870bbbeb67aa58beeba6b486baf502e2125fef60aa
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild
new file mode 100644
index 00000000000..069c7a0e6d7
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.12.3.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.7.0
+inherit ecm gear.kde.org
+
+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
+}