diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 16:52:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 20:35:33 +0100 |
commit | 7460f1016f8a7c7afb804a937855dc2bca76697e (patch) | |
tree | 0e39c264dc270fd331276fc2b2f986b94a3a4776 /kde-apps/konsolekalendar | |
parent | kde-apps/kmime: 24.12.1 version bump (diff) | |
download | gentoo-7460f1016f8a7c7afb804a937855dc2bca76697e.tar.gz gentoo-7460f1016f8a7c7afb804a937855dc2bca76697e.tar.bz2 gentoo-7460f1016f8a7c7afb804a937855dc2bca76697e.zip |
kde-apps/konsolekalendar: 24.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-24.12.1.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index 179c3cdcaef0..12465c275181 100644 --- a/kde-apps/konsolekalendar/Manifest +++ b/kde-apps/konsolekalendar/Manifest @@ -1,2 +1,3 @@ DIST akonadi-calendar-tools-24.08.3.tar.xz 264972 BLAKE2B 42ac0a8451ac363d08b0ea322259c31423ced43aab36814b88e49adea48593a9806c36450ee5ca194f59ca6ecb621912890087d315e44b20438ebf5dec8b92d4 SHA512 0f7a5f7ef5939191b5a834a80f6b4f0bc32125dde62135eeb1a55235bbffeb7905b8e3c22b1aa57648e132a5f5a5172060c91025a0bbd4693bc363dfcefd36ef DIST akonadi-calendar-tools-24.12.0.tar.xz 269360 BLAKE2B 5fadc86b2788e3d0c21dc8c2ba258b964e65a49e676a9fe1d6f197b43c8b7ce4bedf70d08d1794149903f9516079546350ce45727bdc0c12fde988161bf262e9 SHA512 dbfcb7282f48cf3bd88d2f896bb6220d8ab5bfcb5cf86068e0b791b272e8d8e2957a89f3e12390baa408a9bee8a650f4cdc97d514a4ee34af1db749ce308f411 +DIST akonadi-calendar-tools-24.12.1.tar.xz 269344 BLAKE2B 1e23f31c2de6c9ba74ec2a547702666218226443b2258a6b11c2e3aad63690fe69b5038419a25fd316ca1b389a100574fed3a090f0eeae6a691bf37f8255fadd SHA512 ffd91a886a8b94d22fb1102cff28aa1e64b21bf3b1af4aad9b844df3d6cacbac6fcbf8413682c2d7d2067dbfab2d1a1dfbec47f4bf751b9fe0a8b328db317477 diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild new file mode 100644 index 000000000000..069c7a0e6d79 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoff" +KDE_ORG_NAME="akonadi-calendar-tools" +PVCUT=$(ver_cut 1-3) +KFMIN=6.7.0 +inherit ecm gear.kde.org + +DESCRIPTION="Command line interface to KDE calendars" +HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + >=kde-apps/akonadi-${PVCUT}:6 + >=kde-apps/akonadi-calendar-${PVCUT}:6 + >=kde-apps/calendarsupport-${PVCUT}:6 + >=kde-frameworks/kcalendarcore-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND} + >=kde-apps/akonadi-calendar-tools-common-${PV} +" + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install + cmake_comment_add_subdirectory calendarjanitor +} |