diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-08 15:40:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-08 16:01:44 +0200 |
commit | 6231336127366f67bfe9c2e4cb9b30872d89911f (patch) | |
tree | e82baf7ec273e47b9e9a15fbb1cafc8cdd1040df /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.105.0 version bump (diff) | |
download | gentoo-6231336127366f67bfe9c2e4cb9b30872d89911f.tar.gz gentoo-6231336127366f67bfe9c2e4cb9b30872d89911f.tar.bz2 gentoo-6231336127366f67bfe9c2e4cb9b30872d89911f.zip |
kde-frameworks/kcalendarcore: 5.105.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.105.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 4f4a9767084d..cfbca43871d8 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1,3 @@ DIST kcalendarcore-5.102.0.tar.xz 267324 BLAKE2B 558c723a54763c2e03607485c4f2aa84bae5d32566a0f7a97226f52506ce6bd9793f55a7dd8919af977065ec03f17d60b8c65c8cd058494aa3d7214c55011243 SHA512 0af0380f91abd7bc461026ecb15631a3f251441d86dedae7eb5ca6de660bcfa45216d30a3dd583dd41399b1622db5bf7ca034d377209febf188d7331a4e25af7 DIST kcalendarcore-5.104.0.tar.xz 267004 BLAKE2B ce0cd37008e1439e38b8fb789f676a58499d64641aae94e3f847159075006744d89543d9244561942ed0a0c09045243f7b49eb42d59f0fa4b49194496f709130 SHA512 987ea6bccda0524abac7be24d01948b1e60819a0ff97d6ca1ab1e499e516d6ce7809e59588a830a6a5636eb51e41df758f7d7d4f2166efd0532458716692de7b +DIST kcalendarcore-5.105.0.tar.xz 268840 BLAKE2B 4e7abe01a81aa8dd035f551e93908310b15da0618f6e020dc7a2a3dd2ea58b0f4e9a2ad08f47ef3f0f42a029a87acd44811489fecb9cc5f5fca2eb3af8bc0555 SHA512 df5caf474ec541a91980582f8912190a8d2b8de4b2c69ef3634ee1b7e8d9a23fb2dc359c74cbb003a11d13050b398338c24ce50e47b0f9eb2283cae82ef03002 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild new file mode 100644 index 000000000000..037afd21ea03 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.105.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 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 ~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" |