diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-14 23:00:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-14 23:27:52 +0100 |
commit | 9d29ef66b4a3e7a78a19afca907147d59cbb6a9f (patch) | |
tree | c96be3ca909b7809c6b0cc079fc0b10e444d0635 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: 5.114.0 version bump (diff) | |
download | gentoo-9d29ef66b4a3e7a78a19afca907147d59cbb6a9f.tar.gz gentoo-9d29ef66b4a3e7a78a19afca907147d59cbb6a9f.tar.bz2 gentoo-9d29ef66b4a3e7a78a19afca907147d59cbb6a9f.zip |
kde-frameworks/kcalendarcore: 5.114.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.114.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index dc597000e38a..f49b0843bb6e 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1,3 @@ DIST kcalendarcore-5.113.0.tar.xz 266960 BLAKE2B 3b58335f435bb50dad2b077f4caaa540440b213d5e73af42bb740a2130167a824b212f231f8a5209d09aaa52034f7a9ff5a951153be650d33aadc82a62b423ce SHA512 cd0c7eb782f6d03dca63c72087cc3d03730453652f4dfcf893df7b2580b86d20c1164c237f5a6f99dbc9e273f0092ae2b41313744339f94a5593f28ba031577a +DIST kcalendarcore-5.114.0.tar.xz 267632 BLAKE2B a74120d9cff2a7a4edbe9954e3aa89593eb302e03358264656b9978a3d7ef0324a5a5c50775abb8814e0191237d64d6039c404f09d23d2456781b2ff5cefa6d7 SHA512 0a4ca1b84af059817388fa3df8e5611bf1083496406d10c763292a3475a87225dbc995fddc912e452b0b7da4ec8c576dffb4c28fe29a776522c99cdd5f5653c9 DIST kcalendarcore-5.248.0.tar.xz 260864 BLAKE2B 121f3a3a8d77a604f53e3b69971543ce3624783cf9c86e2c2aa25353595b0afc9a614841a2b8961770fd6c728bc1a0877960b3dde593bb8dc554dc9d5bee91cc SHA512 074bc11195017bdec09adddd7d06ad757b49a84b2a7d726b93f0a482b95b24ea2a1f3875ee7799bc74e9dbe39b77d9cf3111f2741845f1534ec7f6edbb832aca diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild new file mode 100644 index 000000000000..2ac7e4990a98 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 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="app-alternatives/yacc" |