summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 12:40:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 13:36:09 +0200
commitaa6ebdb9f7eca0e4ad8e6d67880a89a23f93ba56 (patch)
treeeb4fdd3d1eec288835b35ae24f2d37d55fe1e299 /kde-apps/konsolekalendar
parentkde-apps/knotes: 23.04.2 version bump (diff)
downloadgentoo-aa6ebdb9f7eca0e4ad8e6d67880a89a23f93ba56.tar.gz
gentoo-aa6ebdb9f7eca0e4ad8e6d67880a89a23f93ba56.tar.bz2
gentoo-aa6ebdb9f7eca0e4ad8e6d67880a89a23f93ba56.zip
kde-apps/konsolekalendar: 23.04.2 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.04.2.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index accb15871c80..b14775c1afc3 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-calendar-tools-22.12.3.tar.xz 254132 BLAKE2B 7a4d74dbe3474bb96b3ddcbd0ff293c4e70f739badb6bab4dd2b2cea833030757e17f2fa8f7ef732f21947cd39b187dd58ed4e6451b8075aad5c2d5b78e2fd15 SHA512 ae2c7cd67a901cb2c2e536ebd6f342218339fb20289ab94f69fc425e9b6774ce48cb72dcae4898fcd1741b14b9cb60fb45dcae36ec49d11e15a5045f3cab31a5
DIST akonadi-calendar-tools-23.04.1.tar.xz 254484 BLAKE2B 822ecc492088c502375b65dee3c82b31277d8cb0a74db44c64070105529c68402616d3fc713eca6df69d0e9fd99243eda4351d1f2c508548f598bfd8bddcddbe SHA512 1fdc94e59fa45ecc25c1a7455966bb2506a5ebf7c9311a3d399920f7526d60e44d3d83d55cf5ba52555fee58919b1188c2a4a868b83432224e464e5120b03381
+DIST akonadi-calendar-tools-23.04.2.tar.xz 254460 BLAKE2B 6b09ab803b949969ea0922af41f2751c787283c866e1867c3882536659d8d8f8b306c3e0a6f0b8e02165c749d18429a3bcab34872960999ed6dbc16069bfb72a SHA512 3ddd3155c4e04598063b4f16b341a3e834345c7c7f87d55ad420d233ec5cc25484d695864cfeca406435c1f9b0b12dd44dd6eba6371b6ccd6f5d78662ab22751
diff --git a/kde-apps/konsolekalendar/konsolekalendar-23.04.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-23.04.2.ebuild
new file mode 100644
index 000000000000..037d88f4b3e1
--- /dev/null
+++ b/kde-apps/konsolekalendar/konsolekalendar-23.04.2.ebuild
@@ -0,0 +1,39 @@
+# 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.104.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-apps/kcalutils-${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
+}