kde-frameworks/kcalendarcore: 6.28.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-10 18:02:31 +02:00
parent 818f8fade4
commit 87f741bb7f
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kcalendarcore-6.27.0.tar.xz 322760 BLAKE2B b75a40668ea1103cb716d970380e22c53d4399988813a309a4768d1481f3b10a05b275c32bac3f3b94c816c4660d96adcfc37d154dec25d960c66d05d81a1e33 SHA512 44574a47bac5d0ffc44b70b38e1896e45c783141be529660acc53814d9eaad5824b211330ea37c24e7583f3553786bbb76099558e07e8c4d78ef763a27c33c1f
DIST kcalendarcore-6.28.0.tar.xz 334772 BLAKE2B 4388ea2f9b615a06ef924c03002471559c616a2929bdb2a82416818446b10bf58dceb8c5359e3848a66d9a6b7caaee0207dde68a63208a883263c8306b6f84e3 SHA512 d971bac785c91e5863c2703921f763822c69e492c77905379d3870ccd7c42aa95689546755fd01e9df421833756f21ce6847248c02a965be591a7f294797af0d

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_PYTHON_BINDINGS="off"
ECM_TEST="true"
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Library for interfacing with calendars"
LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RESTRICT="test" # multiple tests fail or hang indefinitely
DEPEND="
>=dev-libs/libical-3.0.5:=
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
"
RDEPEND="${DEPEND}"
BDEPEND="app-alternatives/yacc"