summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
new file mode 100644
index 00000000000..8e75b1e6963
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -0,0 +1 @@
+DIST kcalendarcore-5.105.0.tar.xz 268840 BLAKE2B 4e7abe01a81aa8dd035f551e93908310b15da0618f6e020dc7a2a3dd2ea58b0f4e9a2ad08f47ef3f0f42a029a87acd44811489fecb9cc5f5fca2eb3af8bc0555 SHA512 df5caf474ec541a91980582f8912190a8d2b8de4b2c69ef3634ee1b7e8d9a23fb2dc359c74cbb003a11d13050b398338c24ce50e47b0f9eb2283cae82ef03002
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild
new file mode 100644
index 00000000000..037afd21ea0
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.105.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"