summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 11:02:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 14:06:40 +0100
commitc1ae2704050852d39d950ba9b79ec45ced01bca4 (patch)
tree38363434adbb97fc73d74553c54c2f3e4eee3984 /kde-apps/konsolekalendar
parentkde-apps/knotes: 23.08.3 version bump (diff)
downloadgentoo-c1ae2704050852d39d950ba9b79ec45ced01bca4.tar.gz
gentoo-c1ae2704050852d39d950ba9b79ec45ced01bca4.tar.bz2
gentoo-c1ae2704050852d39d950ba9b79ec45ced01bca4.zip
kde-apps/konsolekalendar: 23.08.3 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-23.08.3.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 5e1d9af5a17e..18a7b06c8c60 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-calendar-tools-23.04.3.tar.xz 256752 BLAKE2B c65f0f16b09f678a18f22b2d4efbbf1f56d46b3e583d733f870b980c2cc3b06594749ed52cbacbe9ba658ba4e4a223aa6ca773ae8ecf308e8c1d2094148faf36 SHA512 708d7693731dd859030f21e25525319277e96245f4eee6c6a2c1bb92abf8994759d7f8a519d18dbfbb9285beb3de6ea3e5e85b3b21421abffc1447d6d4d01962
DIST akonadi-calendar-tools-23.08.2.tar.xz 254584 BLAKE2B 69ad2479a238ed3da88987f5769beb1bd426abf7c3a1004377c6dbe8542226cf54a97afa5f5600d584039912ab8c0ab3437190f7ccedfd377b2e620504dad166 SHA512 a1f0bd362b98e1e3facdaef56eb6e0efe89c37ff753ddf3b8b9558bbf5abea64de5abc3a4196782fb5a300a05d877e4269cb0580d38a64cc3c7f8f7b29d9d314
+DIST akonadi-calendar-tools-23.08.3.tar.xz 254596 BLAKE2B 81f7735bc7de0b9b1e878d5547d4532151a9742e24976945c6a66fd99753261a2090164817ccd58fab325d6b39e5b5e1f2ec86aa99e1a0f557eca094ec07b0e9 SHA512 573ca13d90c5e82bde83ba38a21ecbfaaf4f81a82d31ab3c6f7a272fcc18cb4b9f6ccaf481c3cd4b3693ac2b1dc19ac48f282ca5929269fa8f48fc6a5691aed8
diff --git a/kde-apps/konsolekalendar/konsolekalendar-23.08.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-23.08.3.ebuild
new file mode 100644
index 000000000000..0833522f85bd
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-23.08.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 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=5.106.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="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/akonadi-calendar-${PVCUT}:5
+ >=kde-apps/calendarsupport-${PVCUT}:5
+ >=kde-frameworks/kcalendarcore-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ ecm_src_prepare
+
+ # delete colliding calendarjanitor translations
+ rm -f po/*/calendarjanitor.po || die
+
+ cmake_comment_add_subdirectory calendarjanitor
+}