From 1bb3fc5cbfb861f07d9b069eb59a9ea93dcfbc16 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 16 Apr 2026 17:45:28 +0100 Subject: [PATCH] kde-apps/calendarjanitor: 26.04.0 version bump Signed-off-by: Sam James --- kde-apps/calendarjanitor/Manifest | 1 + .../calendarjanitor-26.04.0.ebuild | 40 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 kde-apps/calendarjanitor/calendarjanitor-26.04.0.ebuild diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest index c3c50e620927..0b72180a1bf4 100644 --- a/kde-apps/calendarjanitor/Manifest +++ b/kde-apps/calendarjanitor/Manifest @@ -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 diff --git a/kde-apps/calendarjanitor/calendarjanitor-26.04.0.ebuild b/kde-apps/calendarjanitor/calendarjanitor-26.04.0.ebuild new file mode 100644 index 000000000000..d8454d70506f --- /dev/null +++ b/kde-apps/calendarjanitor/calendarjanitor-26.04.0.ebuild @@ -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 +}