diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-15 12:54:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-15 17:21:10 +0100 |
commit | 247c273e22f1402b20b98e9924212e0476e9308f (patch) | |
tree | c826bcf41f10da4856197e178b5bafccfe6e4a22 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.113.0 version bump (diff) | |
download | gentoo-247c273e22f1402b20b98e9924212e0476e9308f.tar.gz gentoo-247c273e22f1402b20b98e9924212e0476e9308f.tar.bz2 gentoo-247c273e22f1402b20b98e9924212e0476e9308f.zip |
kde-frameworks/kcalendarcore: 5.113.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.113.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 6bbb7006f8c4..3f9bf934bd1a 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1 +1,2 @@ DIST kcalendarcore-5.112.0.tar.xz 267900 BLAKE2B 71c761453f36e369d02d2f4c5c8d397c1b1625cde49c1a52e13ee3d4ec57d212cc45666fdbed044f1e7a8ddd7be9dba4668dc5721a15f42b996407395df69d0a SHA512 493d2cf7346308395c8e0fb1906d1ce8dce252e706ba579d39d4508342f403508a8998b41df8cd0b4cbe0c31f350a5f255dc40204e85a66d5f66b1bea5de08de +DIST kcalendarcore-5.113.0.tar.xz 266960 BLAKE2B 3b58335f435bb50dad2b077f4caaa540440b213d5e73af42bb740a2130167a824b212f231f8a5209d09aaa52034f7a9ff5a951153be650d33aadc82a62b423ce SHA512 cd0c7eb782f6d03dca63c72087cc3d03730453652f4dfcf893df7b2580b86d20c1164c237f5a6f99dbc9e273f0092ae2b41313744339f94a5593f28ba031577a diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild new file mode 100644 index 000000000000..7b1316c31b07 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.113.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" |