summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 10:57:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:09:33 +0100
commitdbc8b937dac24fca230ea20febdb54a0314d96f3 (patch)
treeb74a53526884606c8f9f8f71ff2179cad230594e /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: 5.103.0 version bump (diff)
downloadgentoo-dbc8b937dac24fca230ea20febdb54a0314d96f3.tar.gz
gentoo-dbc8b937dac24fca230ea20febdb54a0314d96f3.tar.bz2
gentoo-dbc8b937dac24fca230ea20febdb54a0314d96f3.zip
kde-frameworks/kcalendarcore: 5.103.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.103.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index 10a636c2b5c6..1e980b4a5d19 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,2 +1,3 @@
DIST kcalendarcore-5.102.0.tar.xz 267324 BLAKE2B 558c723a54763c2e03607485c4f2aa84bae5d32566a0f7a97226f52506ce6bd9793f55a7dd8919af977065ec03f17d60b8c65c8cd058494aa3d7214c55011243 SHA512 0af0380f91abd7bc461026ecb15631a3f251441d86dedae7eb5ca6de660bcfa45216d30a3dd583dd41399b1622db5bf7ca034d377209febf188d7331a4e25af7
+DIST kcalendarcore-5.103.0.tar.xz 266772 BLAKE2B c9db7edd2f365894782fa1d910c9fa72ce145253693bb2f2c9be46f976b4ba9f173b1f1baa6b5e73c0b96a825f367bd6d67432baa3f4588f2a9a4b6e160f6ce3 SHA512 2b9300077c442d5228cb94cda100dcfb0f417080caa146e4730663ee6b6c10a277eab57cae9ec0df6d67064a344609a39e95b86b91db0b2dc5a8421e1147e9b6
DIST kcalendarcore-5.99.0.tar.xz 267796 BLAKE2B 3d44b5ff4c6bc8ed87e44c87cd15fd983b41591599d4d39498260170b1accf5750518a37f30b58bf14869ee457afbb841fc201b717983d8c8c5a5b44cd7e0bc4 SHA512 5db2c4d0cc32262d3d3cedd52112b4da69555dcd97f8ca4baf2b68d89eb6205af0b04d67e4d641264302417c3e43feedcefe701ada77e35f7cd77af0f7be3502
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.103.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.103.0.ebuild
new file mode 100644
index 000000000000..037afd21ea03
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.103.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library for interfacing with calendars"
+LICENSE="GPL-2+ test? ( LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # multiple tests fail or hang indefinitely
+
+DEPEND="
+ >=dev-libs/libical-3.0.5:=
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/bison"