summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 10:25:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 10:43:01 +0100
commit3484d783663ce77c33cae33e4847fe7bba357299 (patch)
treec2812ecbc0a859cbf00677af1218fc5a75af7c89 /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: 5.112.0 version bump (diff)
downloadgentoo-3484d783663ce77c33cae33e4847fe7bba357299.tar.gz
gentoo-3484d783663ce77c33cae33e4847fe7bba357299.tar.bz2
gentoo-3484d783663ce77c33cae33e4847fe7bba357299.zip
kde-frameworks/kcalendarcore: 5.112.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.112.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index 911e4497446a..10f17047e7fc 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,2 +1,3 @@
DIST kcalendarcore-5.110.0.tar.xz 269040 BLAKE2B 9b92da2d84711fc028b8fb7513fb6f73042a334c7e5646cdf3952e0382a92d4510482b472d4ba57e122676bc328ea4a0c634c341c7482ccefcefa7b37f0b732f SHA512 567e880e82e364954508d1c51373134e0aaad75bb4f5967ec180ed795e4277b9ce96bf64695982f5c628cc3cb54a0f34829bf8f6bde16a57ef97ce7ae1691335
DIST kcalendarcore-5.111.0.tar.xz 269388 BLAKE2B 4a6ebd0190d501d512e4c8868747b58a9ad7ac9dd8daae7af824d2160e2380c3dffb6a5e9e325170b7bee5c4869ba265a0fdbe3cb1846c7459dd01d0292c668b SHA512 4b000e9c7ed0c15b989343ce0918eeaae3bf967819768a966c4a0853bbf87e613362adc44bea3359b1335ef75af33625716fba37ec2dcbac4d6dd676688b27a3
+DIST kcalendarcore-5.112.0.tar.xz 267900 BLAKE2B 71c761453f36e369d02d2f4c5c8d397c1b1625cde49c1a52e13ee3d4ec57d212cc45666fdbed044f1e7a8ddd7be9dba4668dc5721a15f42b996407395df69d0a SHA512 493d2cf7346308395c8e0fb1906d1ce8dce252e706ba579d39d4508342f403508a8998b41df8cd0b4cbe0c31f350a5f255dc40204e85a66d5f66b1bea5de08de
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.112.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.112.0.ebuild
new file mode 100644
index 000000000000..7b1316c31b07
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.112.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=5.15.9
+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"