summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 22:41:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-23 17:58:59 +0200
commit35b04e573070d701536af268bd70b83ec4d09dc6 (patch)
tree8d7ecd2055aa8ce36627555483a93d1daeacbd22 /kde-apps/konsolekalendar
parentkde-apps/knotes: 24.05.0 version bump (diff)
downloadgentoo-35b04e573070d701536af268bd70b83ec4d09dc6.tar.gz
gentoo-35b04e573070d701536af268bd70b83ec4d09dc6.tar.bz2
gentoo-35b04e573070d701536af268bd70b83ec4d09dc6.zip
kde-apps/konsolekalendar: 24.05.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.05.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 73dcd1c57d58..b430277baa80 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-calendar-tools-23.08.5.tar.xz 255924 BLAKE2B 9270cc942f35b06bcc7f16d28f6c426a35683cf344d1837a5e51542cbd6502256f7ba58f3768b16356e445982e287fada396fd36dba6e9d45fb822fb2947d5a5 SHA512 9dccd51cf1004d639c0f02fc7e5ebed71093ca375a2895a301723762a073644b565930f9ee4cf663195db87370497b976ecf216dcf8c1d67bd00481f9e7a2082
DIST akonadi-calendar-tools-24.04.90.tar.xz 264324 BLAKE2B 9890971675c91fcfcdb7269caeca41f2c001656fad767810275dbb5985d50a9a344a49311647e98048e545e32828061daf98a7bba3319a4132ae52b9c71f46fe SHA512 81611080f81458c639cf38c2355d303c70b31581b791cbdbb75fc71ad0339ee0a0e77a2dd208128eceb3ff9a2fcebc5508b1121170fd440bb09578d5fbf68784
+DIST akonadi-calendar-tools-24.05.0.tar.xz 264400 BLAKE2B 25af456a4768b5d3665fad060733387c56f0d69d429b4cd8196c11851aa43192a3dd914f3a5f103a7964d037eca2c6b62487d11e4e4aa0f5a5f5f438304081d4 SHA512 05959eb63c28f158af04f6506bc2b8a2bcdd960b21e1677089df8e0011c37bb0440a0719ed0cc07e9a7fe18be48d306d85dfd7a1718645b3af56e150fc9dbcbc
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.05.0.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.05.0.ebuild
new file mode 100644
index 000000000000..e7231769dc22
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.05.0.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="~amd64"
+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
+}