kde-apps/calendarjanitor: 26.04.0 version bump

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-16 17:45:28 +01:00
parent 8273609e82
commit 1bb3fc5cbf
2 changed files with 41 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST akonadi-calendar-tools-25.12.3.tar.xz 274508 BLAKE2B 82318cdd301c778e03e787a8f8c46a2966d74fd1a756526057eadc4d611969fc9d30d7e82f8c838ae7313c6ce5bf3f3ae8903cf8ce951320115adfd80a7569eb SHA512 6dcc410273f1d761e21b5e3477a6ef5b1f12a4c127bf72f476652fe4ec14b676390af33b12f11d5f156142de926c9d505fdbc76886e9a82d855015beee04aad0
DIST akonadi-calendar-tools-26.04.0.tar.xz 269832 BLAKE2B 3b0623fa7278eb5e2868258e7ab5918416e64a4759511c155740fea6d73dd03f294c08f1a56911a363df517c12285b92c7a939d07bf8d1ff27aff6b9831828c0 SHA512 114f115db2f274f8ed0fb5bdea3198313691c3e0803c3ab502d8acf59634799d465639ea56ba535107bae98b63f7c3b2b6bee1c045dab30431d8a49f91fef217
@@ -0,0 +1,40 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoff"
ECM_TEST="false"
KDE_ORG_NAME="akonadi-calendar-tools"
PVCUT=$(ver_cut 1-3)
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org
DESCRIPTION="Tool to scan calendar data for buggy instances"
LICENSE="GPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6=
>=kde-apps/akonadi-calendar-${PVCUT}:6=
>=kde-apps/calendarsupport-${PVCUT}:6=
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}
>=kde-apps/akonadi-calendar-tools-common-${PV}
"
PATCHES=( "${FILESDIR}/${PN}-25.07.70-loggingcategory.patch" )
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
cmake_comment_add_subdirectory konsolekalendar
}