diff options
author | 2022-01-07 12:15:22 +0100 | |
---|---|---|
committer | 2022-01-07 14:50:26 +0100 | |
commit | 962a632b588087a09f5c011c6acf96b5f11127bb (patch) | |
tree | 4e1c9bdcd2950e42a4f89e7f208a9bac4095671a /kde-apps/konsolekalendar | |
parent | kde-apps/knotes: 21.12.1 version bump (diff) | |
download | gentoo-962a632b588087a09f5c011c6acf96b5f11127bb.tar.gz gentoo-962a632b588087a09f5c011c6acf96b5f11127bb.tar.bz2 gentoo-962a632b588087a09f5c011c6acf96b5f11127bb.zip |
kde-apps/konsolekalendar: 21.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r-- | kde-apps/konsolekalendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index 163c04745868..526145cabf6f 100644 --- a/kde-apps/konsolekalendar/Manifest +++ b/kde-apps/konsolekalendar/Manifest @@ -1,2 +1,3 @@ DIST akonadi-calendar-tools-21.08.3.tar.xz 236480 BLAKE2B 52d684780d95dc0fd957195844ab1a190018a47b62dec05e8bdd3adf565961e6c2b229c46b3ed6cb42e9a81b59800559a1049051eb69ac00cf7cdc98a40f3fb7 SHA512 1f2dc20a9b0d2d8ad35327ebbdf39e382f687120245b346d6b9e03d3c2d521e57208567c5edf6a5552515f62ecf25e0da43fae5bccd41d47114207a30afd5d4c DIST akonadi-calendar-tools-21.12.0.tar.xz 236244 BLAKE2B 4f4c74a6cc09097b0ca4caf1c2a358e27cd02e1b71df65a04efeced3e7b3ef17c91c2b99aea083494e8e41942eac2c7cd077fef1250964e3a779ccde79a710c2 SHA512 254d07756132de9476cf458d539409ead1c1441138582001b00ce15e34e6bc925e6b6fa5e890815162237450f1cea11257044938fc20692b8b91cf3b9dcc5aa9 +DIST akonadi-calendar-tools-21.12.1.tar.xz 236228 BLAKE2B 49f1b454bda524ee8465e171aecd7915ff7f9435ebd80fb508bbb58d4ac4fe798d6e83f26aa60b2da66f140685d977a321bd8a3bd2bc0784a78b50fb8c2f8fcc SHA512 35ac67327264679237542f7a3b79944ddaaf8f61a272f9f75434a250c88d2c0b6cdcf708234615d92d7162f458240f76e0fcbc16d64ef5db373a7dc2a30b1990 diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild new file mode 100644 index 000000000000..2cf1f5251858 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 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.88.0 +inherit ecm 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 + if [[ ${KDE_BUILD_TYPE} = release ]]; then + rm -f po/*/calendarjanitor.po || die + fi + + cmake_comment_add_subdirectory calendarjanitor +} |