summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-02 12:33:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-02 12:59:51 +0100
commit227eb12931a2f96b9cd686197cb31d69ab470b1d (patch)
tree5d0d4d5e9716c4ce3e6faf84daf5c1c45d43b22d
parentbdbebde101a60307ff9b23355ab00ce7b99de710 (diff)
downloadkde-227eb12931a2f96b9cd686197cb31d69ab470b1d.tar.gz
kde-227eb12931a2f96b9cd686197cb31d69ab470b1d.tar.bz2
kde-227eb12931a2f96b9cd686197cb31d69ab470b1d.zip
kde-apps/calendarsupport: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/calendarsupport/Manifest1
-rw-r--r--kde-apps/calendarsupport/calendarsupport-22.12.0.ebuild47
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index a7b8c1d4543..5b3ee7349d2 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1 +1,2 @@
DIST calendarsupport-22.11.90.tar.xz 985152 BLAKE2B e9c0271ccddba3201282395f06aaad9033fca3e16b5222543920d697131a54cce49355b6d480e0557891203400b062002a70ae5f41af176b12e034c66b089c00 SHA512 766eb8e63fc09e230daddaa81f4c5c9b5e49e2b712e8c82bb8fc0d1939d5280f02b0bb08b0b287eb8f47003b6c3dd8d088f62cd8dd88ac1ac9733037b28dd321
+DIST calendarsupport-22.12.0.tar.xz 985208 BLAKE2B ea49a6449101547e00fcc46976c9eb2dbe08461d2d64e60401246fcf924fa1e463a8eddb45befd9c5c51851a085412ab0f679dc8a5fb251058552bad855a6033 SHA512 338e391311522d8cdc7846f206d3f7c9ddb71edb6e92b7db581ae0339b7358b73550ba8c287015fa5324a2bd010d526495c11989227885ed5f205a3c8af222ae
diff --git a/kde-apps/calendarsupport/calendarsupport-22.12.0.ebuild b/kde-apps/calendarsupport/calendarsupport-22.12.0.ebuild
new file mode 100644
index 00000000000..4069ebd4773
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-22.12.0.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.99.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}"