kde-apps/kalarmcal: 21.04.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-04-24 12:04:27 +02:00
parent f5d5c3e6d5
commit 919d504371
No known key found for this signature in database
GPG Key ID: 444B0F96FFD22CCB
2 changed files with 36 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST kalarmcal-20.12.3.tar.xz 576680 BLAKE2B 7ddc5fe35c68ca4601dd361a26d7b324b467353d56757712d909a8f8c424711a7189abfb15e9565a2adcde08fa9aadb6ecb59016d1c65d2ba9e98f3fbc19951f SHA512 97391ff398c404051ab2001811cdf317720e8d68100d6e654b8ff416c2f4d49cff8ef3ef65c5476e4990749ab92356c767310637d876e1a0cadc6bcd923f33b4
DIST kalarmcal-21.04.0.tar.xz 579956 BLAKE2B 70bde399ba03ba8ad96bccc450ae8546ac5eedc763f3bf7d4cfb1603d1f9c50c888687915b0064ff84ad3c0538ae8ac8d4c0c6224c103f9e6876c87aece14c90 SHA512 2edf1f7f662826c5700f0f0326c152ff21b78fbd3e364618cfa5fff54e014825d360bc4fdaffb95b1ed71d0fcdaa12107eac1b40d81cec225b44eda7ae785f11

View File

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ECM_TEST="true"
PVCUT=$(ver_cut 1-3)
KFMIN=5.80.0
QTMIN=5.15.2
inherit ecm kde.org
DESCRIPTION="Client library to access and handling of KAlarm calendar data"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5
>=kde-apps/kcalutils-${PVCUT}:5
>=kde-apps/kidentitymanagement-${PVCUT}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kholidays-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtdbus-${QTMIN}:5 )
"
src_test() {
LC_TIME="C" ecm_src_test #bug 665626
}