summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/calendarjanitor/Manifest1
-rw-r--r--kde-apps/calendarjanitor/calendarjanitor-25.04.2.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest
new file mode 100644
index 00000000000..4ad9094e8a1
--- /dev/null
+++ b/kde-apps/calendarjanitor/Manifest
@@ -0,0 +1 @@
+DIST akonadi-calendar-tools-25.04.2.tar.xz 273328 BLAKE2B e06c2818f69eda1189a79f803f398b7bc01a031a5e06e95538dc3e70821389234426cfa0f6b8488ddabc160aa1d015ffe6d2474b9f98e0dfb8dd7d1990ef26a1 SHA512 69b74ac2a47a2fc452b115afd3d0eac6c34097eaee6ba820410b69bad2d03a038b22e8e396cc2430fba3e9bec597ba17c550daa28b1a57bbbfca13000d4c8be1
diff --git a/kde-apps/calendarjanitor/calendarjanitor-25.04.2.ebuild b/kde-apps/calendarjanitor/calendarjanitor-25.04.2.ebuild
new file mode 100644
index 00000000000..eeb310abb4e
--- /dev/null
+++ b/kde-apps/calendarjanitor/calendarjanitor-25.04.2.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.13.0
+QTMIN=6.7.2
+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}-24.05.2-loggingcategory.patch" )
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_po_install
+ cmake_comment_add_subdirectory konsolekalendar
+}