summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:24:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:52:40 +0200
commit2d127428a945dacb2e19dd71fa3dff078aa8b577 (patch)
tree4963226f1502706db0e31d8e6cbb8950775f948e
parent601a6b3c93b707176e66d7b3aa6787cbb058fca1 (diff)
downloadkde-2d127428a945dacb2e19dd71fa3dff078aa8b577.tar.gz
kde-2d127428a945dacb2e19dd71fa3dff078aa8b577.tar.bz2
kde-2d127428a945dacb2e19dd71fa3dff078aa8b577.zip
kde-apps/konsolekalendar: Add 24.05 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.05.49.9999.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.05.49.9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.05.49.9999.ebuild
new file mode 100644
index 00000000000..d1a064c01cb
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.05.49.9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KDE_ORG_NAME="akonadi-calendar-tools"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.0.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Command line interface to KDE calendars"
+HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+SLOT="6"
+KEYWORDS=""
+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}"
+
+src_prepare() {
+ ecm_src_prepare
+
+ # delete colliding calendarjanitor translations
+ rm -f po/*/calendarjanitor.po || die
+
+ cmake_comment_add_subdirectory calendarjanitor
+}