summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-20 13:58:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-20 16:09:21 +0100
commit55cd6e27bb45143cdde58e6aaa33171e33f5c920 (patch)
treec6f01b0d6d3e29a5616a6bf17aa1ca88062f5a4e /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: 5.247.0 version bump (diff)
downloadgentoo-55cd6e27bb45143cdde58e6aaa33171e33f5c920.tar.gz
gentoo-55cd6e27bb45143cdde58e6aaa33171e33f5c920.tar.bz2
gentoo-55cd6e27bb45143cdde58e6aaa33171e33f5c920.zip
kde-frameworks/kcalendarcore: 5.247.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.247.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index f9383e7fb0fc..f505588afeb0 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,3 +1,4 @@
DIST kcalendarcore-5.112.0.tar.xz 267900 BLAKE2B 71c761453f36e369d02d2f4c5c8d397c1b1625cde49c1a52e13ee3d4ec57d212cc45666fdbed044f1e7a8ddd7be9dba4668dc5721a15f42b996407395df69d0a SHA512 493d2cf7346308395c8e0fb1906d1ce8dce252e706ba579d39d4508342f403508a8998b41df8cd0b4cbe0c31f350a5f255dc40204e85a66d5f66b1bea5de08de
DIST kcalendarcore-5.113.0.tar.xz 266960 BLAKE2B 3b58335f435bb50dad2b077f4caaa540440b213d5e73af42bb740a2130167a824b212f231f8a5209d09aaa52034f7a9ff5a951153be650d33aadc82a62b423ce SHA512 cd0c7eb782f6d03dca63c72087cc3d03730453652f4dfcf893df7b2580b86d20c1164c237f5a6f99dbc9e273f0092ae2b41313744339f94a5593f28ba031577a
DIST kcalendarcore-5.246.0.tar.xz 260652 BLAKE2B 6f6f42af3cca48896b7e8ec813fab51ef42e84c30de36f67b7af560dc0b4a6982e2d58d7bde67f8773c250c17bc2580930a769f82306bda7eadf42aa88b6b743 SHA512 12f57420959010adf1f844f3013b1b049d4544cddb0904a5428035557bb27d3cc73591b75c3e25c0925c2192c27fd59ced9c05ffb11193bf28a78da378fbef28
+DIST kcalendarcore-5.247.0.tar.xz 260684 BLAKE2B e74265f4e57c15c0ddc5820a770a3992d33d7c0d1d6c8e20661eb1da8a76c62f96ab707f163c4d9e84d5b65bd2c7f232b9b272bb3aa998355bf30a55aefe912d SHA512 a61a0a09cf197b841628c8d747d48e9ba8aad5baf075641c031a360df077d586bb4775c880df18483af84c7be831d5dc3a92242a5eb6d5ba6b48c809e0f6c036
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild
new file mode 100644
index 000000000000..b822b9faa998
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.247.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=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library for interfacing with calendars"
+
+LICENSE="GPL-2+ test? ( LGPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test" # multiple tests fail or hang indefinitely
+
+DEPEND="
+ >=dev-libs/libical-3.0.5:=
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/bison"