diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-10 13:21:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-10 13:43:37 +0200 |
commit | bfc91503dfc811963cb57a09ea2f7fb7cc565332 (patch) | |
tree | 3063059111bf949c3e7a46a5154c2d625e03b988 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.110.0 version bump (diff) | |
download | gentoo-bfc91503dfc811963cb57a09ea2f7fb7cc565332.tar.gz gentoo-bfc91503dfc811963cb57a09ea2f7fb7cc565332.tar.bz2 gentoo-bfc91503dfc811963cb57a09ea2f7fb7cc565332.zip |
kde-frameworks/kcalendarcore: 5.110.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.110.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 8163a5ef89d5..6a2576195f0c 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1,3 @@ DIST kcalendarcore-5.108.0.tar.xz 268804 BLAKE2B c7348bfabbefa34ac8edcf8baf1ae843c0319454ddb2683fd086431657723f2715f39e7efa1cc4183d9ba7e1a13096879b5d92e889c8d48ddf971f4caace6b45 SHA512 babca9e44582817ccf233f80bd519a91667374d5ab29918ac001b06b08568712f4e0b1f83aa28d7ff82f1e6609581ebbba1df051678389ff7da6e10881d72a83 DIST kcalendarcore-5.109.0.tar.xz 266968 BLAKE2B b07b913c3a5240ea9bb276dea290911f7c9bfc32e76b2733d54cbc16758517caae96b18cffee26fc89f7e2ab111be751ca65a201d6b461ccd52e9a2e2f076400 SHA512 fe1c60ca3d002db2e1b83f2cfc8a15b875cf365d81b471c21c2f094baf313ee40f3bf3dc29d90b1dd760ac721f58e6db51b45276f93ef3c983148d17f996f927 +DIST kcalendarcore-5.110.0.tar.xz 269040 BLAKE2B 9b92da2d84711fc028b8fb7513fb6f73042a334c7e5646cdf3952e0382a92d4510482b472d4ba57e122676bc328ea4a0c634c341c7482ccefcefa7b37f0b732f SHA512 567e880e82e364954508d1c51373134e0aaad75bb4f5967ec180ed795e4277b9ce96bf64695982f5c628cc3cb54a0f34829bf8f6bde16a57ef97ce7ae1691335 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.110.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.110.0.ebuild new file mode 100644 index 000000000000..7b1316c31b07 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.110.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Library for interfacing with calendars" +LICENSE="GPL-2+ test? ( LGPL-3+ )" +KEYWORDS="~amd64 ~arm64 ~loong ~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" |