summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 08:28:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 12:59:14 +0200
commit4cf19c3819580400b86239cea4bf1fa0880af05c (patch)
tree09b1aa894dd92469c2916d4d53a165e0dacb4b40 /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: 5.87.0 version bump (diff)
downloadgentoo-4cf19c3819580400b86239cea4bf1fa0880af05c.tar.gz
gentoo-4cf19c3819580400b86239cea4bf1fa0880af05c.tar.bz2
gentoo-4cf19c3819580400b86239cea4bf1fa0880af05c.zip
kde-frameworks/kcalendarcore: 5.87.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.87.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index e6cc8131614b..667fc43a4611 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,2 +1,3 @@
DIST kcalendarcore-5.85.0.tar.xz 258044 BLAKE2B 469af118c30c5fa685625271fea5490a2d13b611541787e1998c5434bbea1a30fa283b9fb9cf60cbde75d9e7fe2ce9511ee9f81613c2675b09d594b72e3158e5 SHA512 91d37a49bcaace1c7717b1ea0e710b13f1e56edfbb0db2b7c012e7b86e0a4437466289a6770c745cc1993c6b1bbf670f238b3dd1b033225e6e6d36c19584c79e
DIST kcalendarcore-5.86.0.tar.xz 260196 BLAKE2B a1db517f82216e33187f4d9660c315cda4dfda64bc63799ce26094d125a65681a113fead1239ac4d7c047e3ac830eb9398da7845b8381d7d558c801cfd7acf1f SHA512 255c8b0204f7c1dfca6b1cf9fceddbcb763136a7df5372cf5e755b2df038ba4126b7202ebdd307987c5f174ce4878a62f140d3ba7cadbda7ed3c9f214fad3b92
+DIST kcalendarcore-5.87.0.tar.xz 260596 BLAKE2B 128cdf0f992c2c6d2613b0a7160595da7675edd65a5977bf64378a4fa0f5b9b0b94bb684c76fae655bfd7f75a32a9cb924cf27e153b46bc43c1b7c65f9d2701a SHA512 97172e23a5119a37c7f6374cadbab58c55e4bc195e38bb74fb26aa0249f5ecbb00ffbf5889187f195d598b9654be08be0b78eae1b9f89b18f969f76c0e53d28f
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.87.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.87.0.ebuild
new file mode 100644
index 000000000000..c8d79be4c996
--- /dev/null
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.87.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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
+"