summaryrefslogtreecommitdiff
path: root/kde-apps/calendarjanitor
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-24 20:49:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:55:05 +0200
commit342cada8eeee331bc13eff442e24856552c1c7ea (patch)
tree1a4dc554d2ef8d5f80f4220cfab60fa10dab0ad7 /kde-apps/calendarjanitor
parentbb72d6fb0eebc832f72c09a9735c0a7151ccae95 (diff)
downloadkde-342cada8eeee331bc13eff442e24856552c1c7ea.tar.gz
kde-342cada8eeee331bc13eff442e24856552c1c7ea.tar.bz2
kde-342cada8eeee331bc13eff442e24856552c1c7ea.zip
kde-apps/calendarjanitor: Add 25.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarjanitor')
-rw-r--r--kde-apps/calendarjanitor/calendarjanitor-25.08.49.9999.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/calendarjanitor/calendarjanitor-25.08.49.9999.ebuild b/kde-apps/calendarjanitor/calendarjanitor-25.08.49.9999.ebuild
new file mode 100644
index 00000000000..83312d43d48
--- /dev/null
+++ b/kde-apps/calendarjanitor/calendarjanitor-25.08.49.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 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.16.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="Tool to scan calendar data for buggy instances"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS=""
+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
+}