summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 14:15:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 14:15:07 +0200
commitcc93d41a1d93181b876146d0761ee3c46dbc2051 (patch)
tree6b9f5c8490efc820121148dd074a829aef47ea76
parentfedc0df7ac5d7857580ff11d0cecbb53a9cefd8d (diff)
downloadkde-cc93d41a1d93181b876146d0761ee3c46dbc2051.tar.gz
kde-cc93d41a1d93181b876146d0761ee3c46dbc2051.tar.bz2
kde-cc93d41a1d93181b876146d0761ee3c46dbc2051.zip
kde-frameworks/kcalendarcore: 5.85.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
new file mode 100644
index 00000000000..98e3d89eb9a
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -0,0 +1 @@
+DIST kcalendarcore-5.85.0.tar.xz 258044 BLAKE2B 469af118c30c5fa685625271fea5490a2d13b611541787e1998c5434bbea1a30fa283b9fb9cf60cbde75d9e7fe2ce9511ee9f81613c2675b09d594b72e3158e5 SHA512 91d37a49bcaace1c7717b1ea0e710b13f1e56edfbb0db2b7c012e7b86e0a4437466289a6770c745cc1993c6b1bbf670f238b3dd1b033225e6e6d36c19584c79e
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild
new file mode 100644
index 00000000000..ab621edd1b5
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Library for interfacing with calendars"
+LICENSE="GPL-2+ test? ( LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT+=" test" # multiple tests fail or hang indefinitely
+
+BDEPEND="
+ sys-devel/bison
+"
+DEPEND="
+ >=dev-libs/libical-3.0.5:=
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kcalcore:5
+"