diff options
author | 2023-09-15 21:23:08 +0200 | |
---|---|---|
committer | 2023-09-15 22:06:56 +0200 | |
commit | 7b1757e5f6312bb65cf2a305e36919c17a6a671d (patch) | |
tree | 3aa45bf78a2a74ee43909bc099b38f0dcca82c7a | |
parent | kde-apps/knotes: 23.08.1 version bump (diff) | |
download | gentoo-7b1757e5f6312bb65cf2a305e36919c17a6a671d.tar.gz gentoo-7b1757e5f6312bb65cf2a305e36919c17a6a671d.tar.bz2 gentoo-7b1757e5f6312bb65cf2a305e36919c17a6a671d.zip |
kde-apps/konsolekalendar: 23.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/konsolekalendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-23.08.1.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index decacd795e88..acf38c06eaf2 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.0.tar.xz 254668 BLAKE2B c77a5401ffc93b758972d87c7b9627d50ddc49a40244c4fe605364755e73390d39f53bedf5a3a57586fde9580beda7aa302607c1a11a507a209298754c2f6a56 SHA512 1a5cd396cf9ddc845f9a799562b0a57514ae8bcaf526edafc75f96bf9098193a877c660c06dd53f0028be42e63211e55f19c499631579d326976867c8f33128d +DIST akonadi-calendar-tools-23.08.1.tar.xz 254736 BLAKE2B d34963b450926a24592b125df6913772c14aadf84ca4d756e5cd03684e20e4281b18e8208043767075f8561d89c6d076e1b2f71138592b47682e752549bba2f3 SHA512 7345d85d34e53cc08e5f3f599088c54d9fa10767e009d2a036c6e98fc9ecc183f9a7545361ed80fb4138d18ca8d242144f9f4310cd7e71f6560a488f0028dc54 diff --git a/kde-apps/konsolekalendar/konsolekalendar-23.08.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-23.08.1.ebuild new file mode 100644 index 000000000000..0833522f85bd --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-23.08.1.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 +} |