aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.111.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
new file mode 100644
index 0000000000..ecf02e6119
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -0,0 +1 @@
+DIST kcalendarcore-5.111.0.tar.xz 269388 BLAKE2B 4a6ebd0190d501d512e4c8868747b58a9ad7ac9dd8daae7af824d2160e2380c3dffb6a5e9e325170b7bee5c4869ba265a0fdbe3cb1846c7459dd01d0292c668b SHA512 4b000e9c7ed0c15b989343ce0918eeaae3bf967819768a966c4a0853bbf87e613362adc44bea3359b1335ef75af33625716fba37ec2dcbac4d6dd676688b27a3
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.111.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.111.0.ebuild
new file mode 100644
index 0000000000..7b1316c31b
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.111.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"