kde-apps/kcalutils: 25.04.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-17 01:22:44 +02:00
parent 1508ed271c
commit d3a52a157b
2 changed files with 35 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kcalutils-24.12.3.tar.xz 355384 BLAKE2B 301d6b9e4f15df0dc3feb8e363d3a00dde4b089b25e7e80fcf378d534c0c13b0586dc9d11fc6e19996fce1c0143f4477a5283da4a7825fe0abe55b9e04f443f7 SHA512 104ca44d88d76038de31c015dff0ade6f3e964789dc415d6992d7236bb3efb1ff626b61e2da1f788e77ac796efe618c9b7e347b1a5274119124b9a7921f2ce62
DIST kcalutils-25.04.0.tar.xz 365288 BLAKE2B 7e29ddbedee61212d0197f12a799d357551197d226b063f132e8f8c2c565cd063b79ca683e48d5dc8fe333b19fe9df350c49e10c78097f104d45a65ac680f5db SHA512 b3a37ecb273daef9d614fb2d0dbb49a88444693ba2a3c95ac84dbfa0519aedbf6f7e1b697f72155d2536a1bb0934557bb911dad1f8fb0d935fe28763b03c0d1f

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
PVCUT=$(ver_cut 1-3)
KFMIN=6.9.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="Library providing utility functions for the handling of calendar data"
HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html/index.html"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="6"
KEYWORDS="~amd64 ~arm64"
IUSE=""
RESTRICT="test" # bugs 653616, 711666
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/ktexttemplate-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
"
RDEPEND="${DEPEND}"