summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 20:01:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 20:47:41 +0100
commit30a9a39e74401ce066847ce2253031110f6962d8 (patch)
tree7e7150617690b286fa4197366f6afbcbb2a18e17
parentd7d6275ceea5bb186ec221aff934ba68d7d99a28 (diff)
downloadkde-30a9a39e74401ce066847ce2253031110f6962d8.tar.gz
kde-30a9a39e74401ce066847ce2253031110f6962d8.tar.bz2
kde-30a9a39e74401ce066847ce2253031110f6962d8.zip
kde-apps/konsolekalendar: 25.08.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-25.08.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..c7146762884
--- /dev/null
+++ b/kde-apps/konsolekalendar/Manifest
@@ -0,0 +1 @@
+DIST akonadi-calendar-tools-25.08.3.tar.xz 274436 BLAKE2B ab3e1fe7ed58c151b7bfc690eb4b867f749a3364fbb9571a54f54e9149b93b65983925ded6567f4a2ce4ea9509e184a8956bcf07ffb5090d5ae44f402ad7c880 SHA512 04c585bee5e746c10f62857621112560444e671208734dd4e037ec782b0703591a1dba65c9386a99acf4ccd3e06a8cc4a32624235f05cd658a1ddc1a88db3432
diff --git a/kde-apps/konsolekalendar/konsolekalendar-25.08.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-25.08.3.ebuild
new file mode 100644
index 00000000000..248b3284989
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-25.08.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.16.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
+}