summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 13:00:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 17:39:08 +0100
commit58e65201082b8a23a63c9210d165d627412bb23b (patch)
treec3609bb0ad90708d116977927b34c1b35eb98fb4 /kde-apps/calendarsupport
parentkde-apps/calendarjanitor: 22.08.3 version bump (diff)
downloadgentoo-58e65201082b8a23a63c9210d165d627412bb23b.tar.gz
gentoo-58e65201082b8a23a63c9210d165d627412bb23b.tar.bz2
gentoo-58e65201082b8a23a63c9210d165d627412bb23b.zip
kde-apps/calendarsupport: 22.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r--kde-apps/calendarsupport/Manifest1
-rw-r--r--kde-apps/calendarsupport/calendarsupport-22.08.3.ebuild47
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index 0c07e274a595..cb5de526b093 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,2 +1,3 @@
DIST calendarsupport-22.04.3.tar.xz 763796 BLAKE2B 456f11ac48dcde200572deb0439b5c0a4da09f9cd5c1cca7ecb0b866837f5167eb5415d37081f7e891d21789dd03c75692ede6a99ebd82a277fde2853e80e966 SHA512 766357314e4124e3a0b7649849d6cc7cf86ac046b05bdfd498ea44a2dabea8ff383755ca2495d3e610601270e3e553c265d47bd3247248a374ed23d52a56dbf2
DIST calendarsupport-22.08.2.tar.xz 751284 BLAKE2B f48e1de1bc5585ae1b895960f9d0c93347ee82d2d16ff140e7560dd5a00ee842d01e9816a535b60fdc9d7ace7709225a7a25299604cb52016c51ef53d49035ef SHA512 cead4e301409b7a6b3d4319b2e97c68a7e82cf56d4c0e5ff4ad27b73a48b80d15f196ff9ee77c84b5da05385f921b101bbc025f038fba3cb1d317bcdc46d85bf
+DIST calendarsupport-22.08.3.tar.xz 751196 BLAKE2B d7253b58a39e19ad4c8ab1ed24d39698397ad067cf8d6ca7f413cf0a19521c90ec6f9f98cb8213c13f2cc224af62470bcb64b2df21b3926e216953bf6e600e50 SHA512 239b1119d5850c129356dd9b17364a6db5a878f8329c7422c2ed23cf2cc8737b869ecdf5a005de714be5a65cfc5d6e9fb8d099b8f55994d711da545893445ddc
diff --git a/kde-apps/calendarsupport/calendarsupport-22.08.3.ebuild b/kde-apps/calendarsupport/calendarsupport-22.08.3.ebuild
new file mode 100644
index 000000000000..5968ef85b897
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-22.08.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="false"
+KFMIN=5.96.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+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-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}"