diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 12:30:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 15:53:17 +0100 |
commit | bec002bc1cf8f3357161f137e375468868cac55b (patch) | |
tree | c53fedd7e7d394ff62e8d893082555b87664590b /kde-apps/konsolekalendar | |
parent | kde-apps/knotes: 21.12.3 version bump (diff) | |
download | gentoo-bec002bc1cf8f3357161f137e375468868cac55b.tar.gz gentoo-bec002bc1cf8f3357161f137e375468868cac55b.tar.bz2 gentoo-bec002bc1cf8f3357161f137e375468868cac55b.zip |
kde-apps/konsolekalendar: 21.12.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.12.3.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index 36b52f832f84..d1077890f1b5 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.2.tar.xz 236332 BLAKE2B fbfd9a9f1a00d4ebea976f67c01f7030eb86ac593ce1a54de330f3cedb6a511acd1cfc7086d24f4cba1d8bde3de58d07cbf46752f16217f33be8618e51abd12d SHA512 4270d5391beee15fd0bc0de2bf6bcd04bf89bd888104f6f0bef225139e501e2e7f7dd3ded6dac5ffeb6e6164c01b4af2aa1d40df0c23b6111bd2867d00cd1c59 +DIST akonadi-calendar-tools-21.12.3.tar.xz 236308 BLAKE2B f72d8e1170071033c4f155272683eb7687dcdeded97ce26e89139c3b74ccd712651a865006c4e986cc68cdd484e5c7cd12cd29dadf090ae37063bc6d18f34c0a SHA512 7e056a1424869ba0f7ed2c57513365225bce183ac62c4da3e434cf561039c34ca9ba034333dc667bcca516f8204439bebe5f69fe14b004f4de907d8809e6d95b diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.12.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.12.3.ebuild new file mode 100644 index 000000000000..2cf1f5251858 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-21.12.3.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 +} |