summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 12:30:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 15:53:12 +0100
commit453da14b90145ea1e1ee49056e3d1511638512a8 (patch)
tree4f3e2604eecae6329a353faac928bc882a314a98 /kde-apps/calendarsupport
parentkde-apps/calendarjanitor: 21.12.3 version bump (diff)
downloadgentoo-453da14b90145ea1e1ee49056e3d1511638512a8.tar.gz
gentoo-453da14b90145ea1e1ee49056e3d1511638512a8.tar.bz2
gentoo-453da14b90145ea1e1ee49056e3d1511638512a8.zip
kde-apps/calendarsupport: 21.12.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-21.12.3.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index e39211163c23..569dc7280c4b 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,2 +1,3 @@
DIST calendarsupport-21.08.3.tar.xz 764564 BLAKE2B d8d81150b053ad39048e8b265088c4f0bec68816cf8306f775a55b681a263b8cd05b1d6908c4ce64a322e81f7c920d103d6932fc8528293910a3bdb834c65f1a SHA512 96b1bebe72c514b0888311e66a587994d3e7409e6cac23bf812bc4307927fabf75bcf9330474edf52ba15a4d913f8227c58a5abb1f6f821092c5349984965a21
DIST calendarsupport-21.12.2.tar.xz 764552 BLAKE2B 3cd71ac2b0d4617dcf44dded13fe2f911d405fa28a3392965670352476d44587ff61dab2830534ac1acbe13ed398c450cff1f651ec8e61b482948d0b48b61589 SHA512 eb742f5e836d7c7ce9882e8c872fd4c79907cd302d4c121d6582093266ed60bc1e657d657577888e84eb944cce98e2191d8eaf285ed40c1a7e2d1eef0544c72d
+DIST calendarsupport-21.12.3.tar.xz 764748 BLAKE2B f539c1e33305b8cfccc71bd7398941dbed9d75a68c75da3a52de81a6ff4e7294a9172e7dfe864ea89cbd1ff082d437d83b52b73922a2372bd87bc8a877de1f12 SHA512 fedb5927e5d67ebb2510709dbb0c3a27be32c81a88a85b37ac96b9681d0a98a00de542bdc5b3dcfa6568976aed2c34508c8010da634825bd926083464ef51932
diff --git a/kde-apps/calendarsupport/calendarsupport-21.12.3.ebuild b/kde-apps/calendarsupport/calendarsupport-21.12.3.ebuild
new file mode 100644
index 000000000000..b604c0294ef6
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-21.12.3.ebuild
@@ -0,0 +1,48 @@
+# 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.88.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm 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/pimcommon-${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}"