kde-apps/konsolekalendar: 24.12.2 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-02-06 17:30:24 +01:00
parent 4bc157b287
commit 36c349c408
2 changed files with 38 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST akonadi-calendar-tools-24.08.3.tar.xz 264972 BLAKE2B 42ac0a8451ac363d08b0ea322259c31423ced43aab36814b88e49adea48593a9806c36450ee5ca194f59ca6ecb621912890087d315e44b20438ebf5dec8b92d4 SHA512 0f7a5f7ef5939191b5a834a80f6b4f0bc32125dde62135eeb1a55235bbffeb7905b8e3c22b1aa57648e132a5f5a5172060c91025a0bbd4693bc363dfcefd36ef
DIST akonadi-calendar-tools-24.12.1.tar.xz 269344 BLAKE2B 1e23f31c2de6c9ba74ec2a547702666218226443b2258a6b11c2e3aad63690fe69b5038419a25fd316ca1b389a100574fed3a090f0eeae6a691bf37f8255fadd SHA512 ffd91a886a8b94d22fb1102cff28aa1e64b21bf3b1af4aad9b844df3d6cacbac6fcbf8413682c2d7d2067dbfab2d1a1dfbec47f4bf751b9fe0a8b328db317477
DIST akonadi-calendar-tools-24.12.2.tar.xz 270064 BLAKE2B 21864269a04b3abec8e7560c15a1362c027494cb5b37ffbdcc22d0ef3248f38c9a321fb4eb5097871c388851d0a378ed3b37fca9f3e0ae86abc1d89b3cb366bc SHA512 b3bcbf0201b87262c2b309e4701291e4504892f66e82cf0d9849136fa321cadc96f60755cab25519840481647da9c6eaaa874d879e98d89de79d0e5b9cd51643

View File

@@ -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
}