forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kcalutils: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kcalutils-20.12.3.tar.xz 324512 BLAKE2B 0e475570d34302c6008c597be9fe57cc09c2aad52983dcd0648926492a4b57c93db69b8c34ea08efda808efbac238e0db01502f57bf3cf8f0b4b3292a260f4d8 SHA512 a25d85dcc2e7ece08e9b1e4299954977150ea0e4422f1e9062a86a4829f59a356417bc6cea3f242310e7645f88bd66f8335a8b07b839ef58df1c00abf26558df | ||
DIST kcalutils-21.04.1.tar.xz 333740 BLAKE2B fa34425485e644511addb48493d8d05353e87872e5c685fa1656edb4db53f31d396374d2c3810619167e96ba49ba335aa1e90cfe99f091369c4b1bbf877612f9 SHA512 2d1fde27aa52cfc2ac8dfe1e9d05952fc0adeffb8aeee1edc28abadd3d43a3f1d95a7606ebe27859b38cca91a139fda58b6049761e746da503b30216694a560d | ||
DIST kcalutils-21.04.2.tar.xz 334164 BLAKE2B 4b199578f71e0c953b940ea8a74e9d7e34fad8ab39c88dfa8c6e165b6b958333dfcc2707eaca31e59381d3128a818d33d3185810528480f4486b55c40fffab2e SHA512 0afcb93f02dc8af825ee0ca8b341f7c3932c43ddc20927061d71adbde627752db1f6b996f6db9869c8ba30d11755c81e97195e5d00051d12c30203e6b65b8180 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 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 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Library providing utility functions for the handling of calendar data" | ||
HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html/index.html" | ||
|
||
LICENSE="GPL-2+ LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-libs/grantlee-5.2.0:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/kidentitymanagement-${PVCUT}:5 | ||
>=kde-frameworks/kcalendarcore-${KFMIN}:5 | ||
>=kde-frameworks/kcodecs-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
RESTRICT+=" test" # bugs 653616, 711666 |