diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 19:57:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-10 10:14:16 +0200 |
commit | 95d4f164819b7aab030def8b6a4a57497bfdbc11 (patch) | |
tree | 11648b0e84fd74512ce1aec8836584fde147da65 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.99.0 version bump (diff) | |
download | gentoo-95d4f164819b7aab030def8b6a4a57497bfdbc11.tar.gz gentoo-95d4f164819b7aab030def8b6a4a57497bfdbc11.tar.bz2 gentoo-95d4f164819b7aab030def8b6a4a57497bfdbc11.zip |
kde-frameworks/kcalendarcore: 5.99.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.99.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index c6b9bcc11331..dddcaf6664ab 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1,3 @@ DIST kcalendarcore-5.96.0.tar.xz 265908 BLAKE2B ea3bfa22339113679c7d99197ffa02273e98f8f717b0b75fb2dc22ad332e1c19b5f919601c535d504e485fb0b03d4b33a40372fd3c837d61acaf77acaf966833 SHA512 91540c29b32b65156d62a5da4ce2b1efa62232de917866204d2d709b0da41234907af0a68e3a4a434d06cfa6403897b9869345018fc5316e7034dd4f29f133c3 DIST kcalendarcore-5.98.0.tar.xz 268736 BLAKE2B b737aeec6d6dca3367d3a487e1e13deb3e7a7fa75f7f2b9a9adfd18aee9d058b20a8fa5911e63acfb2eed295e512d02fa81f0d3e46912144423c8ba59994b060 SHA512 6f0cd17a1619d119ee6de18cb9a15a2f7af15e2a118add7ecc86fe9a8266deaf55d111631143a2b3496336c1d7bab85f6b469e97f06d6d7806d8b446a4afc36e +DIST kcalendarcore-5.99.0.tar.xz 267796 BLAKE2B 3d44b5ff4c6bc8ed87e44c87cd15fd983b41591599d4d39498260170b1accf5750518a37f30b58bf14869ee457afbb841fc201b717983d8c8c5a5b44cd7e0bc4 SHA512 5db2c4d0cc32262d3d3cedd52112b4da69555dcd97f8ca4baf2b68d89eb6205af0b04d67e4d641264302417c3e43feedcefe701ada77e35f7cd77af0f7be3502 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.99.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.99.0.ebuild new file mode 100644 index 000000000000..db528e82f1e2 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.99.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.5 +VIRTUALX_REQUIRED="test" +inherit ecm frameworks.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" |