diff options
| -rw-r--r-- | kde-apps/konsolekalendar/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest new file mode 100644 index 00000000000..73f59a1eec4 --- /dev/null +++ b/kde-apps/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-24.12.3.tar.xz 270076 BLAKE2B 3ee8150de43bc407a47b688b9311960c0d983b4c56adde0523cd9c549272723c3d54260119fa5ab43f6ad49eba246fa1f9154bc0ff6defdffda2c6b71e58644e SHA512 b451d3e5e49066bccd1c360ffb9e73f4a7a81f056b1881b3fce194affaf7739c288a1ddae343bec55672b0870bbbeb67aa58beeba6b486baf502e2125fef60aa diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild new file mode 100644 index 00000000000..069c7a0e6d7 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoff" +KDE_ORG_NAME="akonadi-calendar-tools" +PVCUT=$(ver_cut 1-3) +KFMIN=6.7.0 +inherit ecm gear.kde.org + +DESCRIPTION="Command line interface to KDE calendars" +HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + >=kde-apps/akonadi-${PVCUT}:6 + >=kde-apps/akonadi-calendar-${PVCUT}:6 + >=kde-apps/calendarsupport-${PVCUT}:6 + >=kde-frameworks/kcalendarcore-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND} + >=kde-apps/akonadi-calendar-tools-common-${PV} +" + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install + cmake_comment_add_subdirectory calendarjanitor +} |
