diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 13:25:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 14:21:16 +0100 |
commit | cc26fbd75c5867d8304db993852d72cf438fbb21 (patch) | |
tree | 1454db4906ea801514629208b526cf447135f6a6 /kde-apps/konsolekalendar | |
parent | kde-apps/knotes: 21.08.3 version bump (diff) | |
download | gentoo-cc26fbd75c5867d8304db993852d72cf438fbb21.tar.gz gentoo-cc26fbd75c5867d8304db993852d72cf438fbb21.tar.bz2 gentoo-cc26fbd75c5867d8304db993852d72cf438fbb21.zip |
kde-apps/konsolekalendar: 21.08.3 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.08.3.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index cd8a932b461e..f62d09c9a900 100644 --- a/kde-apps/konsolekalendar/Manifest +++ b/kde-apps/konsolekalendar/Manifest @@ -1,2 +1,3 @@ DIST akonadi-calendar-tools-21.04.3.tar.xz 236956 BLAKE2B 96ff649f343c240dff36c80dcf538a2d8f6dcdca678ca8b24a13e1fcd95f513ba1066ceabf8aefe9b5ed00059b797e1944155e8ff4123c29a5d92d681409ce49 SHA512 c2c7d856aa3805b44beac964212fe20a8c63f0e2950e9111d93270a05e48b37ac39339b94067bc3558d2651d5617c82d34433f0741722fbd16b8661e1f02ef3e DIST akonadi-calendar-tools-21.08.2.tar.xz 236420 BLAKE2B 944b39d7f75621823a882a3cb4b3f03334623f2b8aca0727182e194595f8fda3c1e4cde301f7cbf69c4f68bda44ec997d63e104187c88f94846fd0e819575ad9 SHA512 c82032240c3406165af307441385e49a9e4669d6884c3f254c49a1bdc8e276350af1394afbe8fec3c7f7189c301a15c24e36876e1bbef5c166cc05899cd6f63a +DIST akonadi-calendar-tools-21.08.3.tar.xz 236480 BLAKE2B 52d684780d95dc0fd957195844ab1a190018a47b62dec05e8bdd3adf565961e6c2b229c46b3ed6cb42e9a81b59800559a1049051eb69ac00cf7cdc98a40f3fb7 SHA512 1f2dc20a9b0d2d8ad35327ebbdf39e382f687120245b346d6b9e03d3c2d521e57208567c5edf6a5552515f62ecf25e0da43fae5bccd41d47114207a30afd5d4c diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.08.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.08.3.ebuild new file mode 100644 index 000000000000..b37284d2d8ad --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-21.08.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 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.84.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 +} |