From 25a18565f221de62caf10ff3510b4f5591249553 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 12 Oct 2023 13:06:50 +0200 Subject: kde-apps/calendarsupport: 23.08.2 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/calendarsupport/Manifest | 1 + .../calendarsupport/calendarsupport-23.08.2.ebuild | 47 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 kde-apps/calendarsupport/calendarsupport-23.08.2.ebuild (limited to 'kde-apps/calendarsupport') diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index 290b5f91fc65..086aa86f8755 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,2 +1,3 @@ DIST calendarsupport-23.04.3.tar.xz 988000 BLAKE2B f951650425bbefb873d679a13020348a8e65fbebf3e30d8f91ad4867c39a88805f63f7d7babc0ec47b8f50307a429149b2db5972e6579afb609c6224e854a9b2 SHA512 af8ef4dd7897ea5aa0fcc45f665ab8b89c0821cba0e5d7a597d15288962c62b314b2a5abf6438a57475769149121e40bfdac73a4b36ac9500173244a76305ef7 DIST calendarsupport-23.08.1.tar.xz 987644 BLAKE2B 6f6cdefc6af7898bd45d1ab8951c7cfcf5bcf55aa6931beb928d7f64451bdc9df85713d08cdcff562961fdc280909939c66c9f98f4bf0b6409ed28afbbc1a8c1 SHA512 2b82f1725efcd868ea51abb5fc738a3304b3c80010a7912cec4ad037d2100411228660aab604842690093f2eeca967c52fd881cdbeb7ff1010f1ad3d006eaf8c +DIST calendarsupport-23.08.2.tar.xz 991840 BLAKE2B 96fbe822b14335e04033e5df37529432fb8eb319931a3c9960f067791d6669b9271755df117f9a4e46b6df929c892a23533e93fea83ed1b68a301ec03ee1ed93 SHA512 0f111fd84d409e6b4f5705d0aaa4886cd9cea91fac07baa1b5e5c3cdff693b548d67a0297460426e0ef3ff20cc748ebb9dc5c5d0960968322a248117738ba185 diff --git a/kde-apps/calendarsupport/calendarsupport-23.08.2.ebuild b/kde-apps/calendarsupport/calendarsupport-23.08.2.ebuild new file mode 100644 index 000000000000..7aa72ca4841d --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-23.08.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="false" +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Calendar support library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/libical + >=dev-qt/designer-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-calendar-${PVCUT}:5 + >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/akonadi-notes-${PVCUT}:5 + >=kde-apps/kcalutils-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kholidays-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 +" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad