diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-12 21:35:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-12 21:41:06 +0200 |
commit | b589a51aa6dc96e14218dbb19d76b595c44488d5 (patch) | |
tree | d6cf084bf4c9bcc466c6cc9b56a71f550f71efac /kde-frameworks | |
parent | kde-frameworks/karchive: 5.95.0 version bump (diff) | |
download | gentoo-b589a51aa6dc96e14218dbb19d76b595c44488d5.tar.gz gentoo-b589a51aa6dc96e14218dbb19d76b595c44488d5.tar.bz2 gentoo-b589a51aa6dc96e14218dbb19d76b595c44488d5.zip |
kde-frameworks/kcalendarcore: 5.95.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kcalendarcore/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.95.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 49e6e4830051..d914f205018e 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1,3 @@ DIST kcalendarcore-5.92.0.tar.xz 263032 BLAKE2B 1b3f07a6618537bdbc7ec62522a4cd852292d8cf46670f222a0b2a978234c8bf898148cae7a64609d41daffe1f053351a35727ca3f126b76009277db4f25a3cc SHA512 4efb6fbd6a3728648a23d608af4c4732402fd133911968b103c4b34876ee469e4680992e5d5755b8a9892ad60ed53a33f6a0c4c95418122258faf5299caa5413 DIST kcalendarcore-5.94.0.tar.xz 266328 BLAKE2B d5765bff5f121209831bc3181555a55cb0250c39b4a88d073c0c6099f1d3a1ad42a8ac764968efc7287e316bf7b5b9c304ab0294203fc72fc89c46caa143fadd SHA512 e9747a1965ca78d6112276cbd501cf00494fe7ba777a24a92e7f0f1b605770f924bca2d1b7e30b69b19051f2c823d71faa37ae4768857d6adb38d7c0dfd9a32c +DIST kcalendarcore-5.95.0.tar.xz 264080 BLAKE2B 9f5b9321e980834d2bf723cc9f87a90eea634dd8337530e83df8a6ff3c622af56af297d37cc6036b24b8711c1bb4dc611483a1ee6db87d85eba74246b1515ed5 SHA512 327e2cc9b5f41c38b5afad359c047e3a5c4151bf7be065641ff801abfc8fabd508ecdc1ddb1124484fefe2ad9e7196c7c8a90f5e3227e3d938be78f22bb014ba diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.95.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.95.0.ebuild new file mode 100644 index 000000000000..afbee1079585 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.95.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +QTMIN=5.15.3 +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 + +DEPEND=" + >=dev-libs/libical-3.0.5:= + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/bison" |