diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-03 18:56:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 13:50:28 +0200 |
commit | 83e6cd9cbbc1a5fac80dc0980effbb108d3dcae3 (patch) | |
tree | cc322d87b7fffe95d16ca60ea1c1d220ddd54ae5 /kde-apps/calendarsupport | |
parent | kde-apps/calendarjanitor: 24.05.2 version bump (diff) | |
download | gentoo-83e6cd9cbbc1a5fac80dc0980effbb108d3dcae3.tar.gz gentoo-83e6cd9cbbc1a5fac80dc0980effbb108d3dcae3.tar.bz2 gentoo-83e6cd9cbbc1a5fac80dc0980effbb108d3dcae3.zip |
kde-apps/calendarsupport: 24.05.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarsupport/calendarsupport-24.05.2.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index 476c7c2e6cff..8a5b5b6ad0bc 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,2 +1,3 @@ DIST calendarsupport-23.08.5.tar.xz 997896 BLAKE2B 43ad1a0aecc041dc003e0f43454d059ee2933a7906fcd530a7ece5cf99f5a17028773b621005f4a05d4d3773ee115f23ff71e5f0c4a699ef9775d7be7f2c72db SHA512 b356489bad193bfa27f44403faaa0de7beaa4a3559e5f178b20c091274e607ee2c5fa7ef60f18a0c9e4bea5b825229a85bcbaa63204aae835555c367c5e8d1d1 DIST calendarsupport-24.05.1.tar.xz 1000472 BLAKE2B 127dd6bc51d441fbddff7d6b584cfd971af72dd857ecf4a99f141b14c0885047b6ecfc1dafa8c5ba710ebc1890daf887bd674b8246fb7cdf927df7364e087ca0 SHA512 94b34da12aacb5986957a3b95c1978118f7f9fb9f801a38c675a9f0cce9dd85b8090a6a85ad49ab8ddc1972147d1b6ac59733a3b5215e35dc014c5545deb94e0 +DIST calendarsupport-24.05.2.tar.xz 1000396 BLAKE2B 22228d427a58b7c08dc383b1c2ccb24f13e5bf13c40e588a077e7b20fa4be42224379133c2bab29bdac8ecd2453ed73ccdee50842dd768b52e9899d3fbc35abe SHA512 7c7672556642339f1de4682192809149daab642f2f4338ed43a10597ebd1df11f0919b9e1ae839e2fc60499d2f4367cd4a999c8b038761cdfde54753a20a2368 diff --git a/kde-apps/calendarsupport/calendarsupport-24.05.2.ebuild b/kde-apps/calendarsupport/calendarsupport-24.05.2.ebuild new file mode 100644 index 000000000000..390d219f3af2 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-24.05.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="false" +KFMIN=6.3.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="Calendar support library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + dev-libs/libical + >=dev-libs/ktextaddons-1.5.4:6 + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=kde-apps/akonadi-${PVCUT}:6 + >=kde-apps/akonadi-calendar-${PVCUT}:6 + >=kde-apps/akonadi-notes-${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}" |