diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 14:42:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 18:03:52 +0200 |
commit | db07c9cf42b70fce06b7ccdb4dd43b176ac73a7f (patch) | |
tree | dc5a14913d6a788cc18aa03c6308afb3f9956456 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.75.0 version bump (diff) | |
download | gentoo-db07c9cf42b70fce06b7ccdb4dd43b176ac73a7f.tar.gz gentoo-db07c9cf42b70fce06b7ccdb4dd43b176ac73a7f.tar.bz2 gentoo-db07c9cf42b70fce06b7ccdb4dd43b176ac73a7f.zip |
kde-frameworks/kcalendarcore: 5.75.0 version bump
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.75.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 875095134abf..7db7ddc97d73 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1 +1,2 @@ DIST kcalendarcore-5.74.0.tar.xz 255684 BLAKE2B 8e2547f784881f031e9e9bd3a461aaa6219d419c43b096be9a7a357ed95fd232c5350577298bc4cc640966023cf6fec51bd952fca4a11cac817d6756fab3b2e4 SHA512 f6b48283d5433e171a1961abcbf47422fb8ce1e6412d0a83de20c16b2e81e065e16c1525440e1a29791b31ec74fbe672878cd554fceab703cc0c9c45c23524af +DIST kcalendarcore-5.75.0.tar.xz 254312 BLAKE2B 8ebd043721b152b7b4dc57c0249b845a50ebdcf7901c1c8a768b18b0ec21275d2329237c76d64e429edc5eb914511d74e78bf1fdd4d61a6acd8aba29f6837d8b SHA512 66a18b4c08988fbe821b6bb695d01898f5da4e5a9a135c91521bf343da08ee4ffd224c7ca7aad601c3126918fa2d1c0ca5ce6a27ff966a04e832d1393f3bafb7 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.75.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.75.0.ebuild new file mode 100644 index 000000000000..e231bbfeee5b --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.75.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.14.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="" + +BDEPEND=" + sys-devel/bison +" +DEPEND=" + dev-libs/libical:= + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND} + !kde-apps/kcalcore:5 +" + +RESTRICT+=" test" # multiple tests fail or hang indefinitely |