diff options
| -rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/calendarsupport/calendarsupport-25.08.2.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest new file mode 100644 index 00000000000..9df8d60d5a2 --- /dev/null +++ b/kde-apps/calendarsupport/Manifest @@ -0,0 +1 @@ +DIST calendarsupport-25.08.2.tar.xz 990688 BLAKE2B 4d02be5aa6f7085412bb6aa5839442128c473636052ed32206eb2ed30504c02e8880cce8eb81c2fc165fc1729e1762217fcc1876a90ea6fcc71758a82b27bc84 SHA512 257e299066fc5b966d1acf18f1ff046c29ea8fb2aed0f1bce7e4f045d064cf4b2f205f31e47b1f2ac17526d523c4fcb96d3e7492f9bf37a89cc9b9fdd6c81b91 diff --git a/kde-apps/calendarsupport/calendarsupport-25.08.2.ebuild b/kde-apps/calendarsupport/calendarsupport-25.08.2.ebuild new file mode 100644 index 00000000000..f7afa0ecb06 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-25.08.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="false" +KFMIN=6.16.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="Calendar support library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + dev-libs/libical + >=dev-libs/ktextaddons-1.6.0:6 + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-calendar-${PVCUT}:6= + >=kde-apps/kcalutils-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-frameworks/kcalendarcore-${KFMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/kholidays-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kjobwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |
