diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 12:58:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 14:31:55 +0100 |
commit | 386a2b3b4aae0468fdce1a80683d2c76287a4d48 (patch) | |
tree | bc76153bb555db8f4e32c12072f66894d52d309a /kde-frameworks/kcalendarcore | |
parent | sys-apps/coreutils: sh stable wrt bug #711616 (diff) | |
download | gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.gz gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.bz2 gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.zip |
kde-frameworks: Add KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r-- | kde-frameworks/kcalendarcore/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.68.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 8679e53fe4b8..99af17f9afb5 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1 +1,2 @@ DIST kcalendarcore-5.67.0.tar.xz 248740 BLAKE2B f23376eb85b309724a45d259ebbb8631d495a68718ca17e3c61a8c0e7a06380d71dcf7270481fc0a96e8782d59e9c049056a8dcd88d331cd4aa6c4b17adc5ff5 SHA512 6c5b10f80b3e2895719617d3de463fbe671ae7dd84640616a13d7c04e45d53792c5629862fe784c949bf04b0e6cf5c93a7bb87651afa4c22d488cfdbd3462f46 +DIST kcalendarcore-5.68.0.tar.xz 254580 BLAKE2B a4ece71be4f40a752b6642cf28e323bf85d982eb48e6cd00edb4a89da7d89e4887a271ca8fed445f91e8d8df12f6583852e3fd55558fc72df9b77ff35abd5741 SHA512 256bcd4bbc0c3f2d53d05503955de505d937011fcc88006e1c52aaec9b8780e52ec18d229a4ce751df41c7ca2ddac07ba56cb5b743807a034fe7fb3f62dd7d0e diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.68.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.68.0.ebuild new file mode 100644 index 000000000000..b38d5f3054bd --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.68.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +QTMIN=5.12.3 +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="" + +BDEPEND=" + sys-devel/bison +" +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + dev-libs/libical:= +" +RDEPEND="${DEPEND} + !kde-apps/kcalcore:5 +" + +RESTRICT+=" test" # multiple tests fail or hang indefinitely |