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-frameworks/kpeople: 5.101.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 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 kpeople-5.100.0.tar.xz 62828 BLAKE2B 2c6eb3b87dd23d6bff69519368e472a285aa7b8fbc4e6c05babf1852e05514d81175d69ae0c40cdf951f523ba77027e6e96c71d0bb48545578deb68050abd01b SHA512 7fa98407892fd16c5cb864a07b8670a7679821a7a47cc63dc6f5c91794fb848858a0fe90280b2024dd90a1eb129519909e4dd92b283978b8459a79b1bba27da4 | ||
DIST kpeople-5.101.0.tar.xz 62832 BLAKE2B 20b19a252fab5e9efc0d94b00d773334c7bd7f6c6aa1e4dd0d87b57c4233cc959c82c6c421e8250e17a9b2a65c360ae19558cd53f237dd88c3fe725e95c4410a SHA512 7f27444433a7ad2b1495a78c29a976863a9451683f5fba2bc52c91b06b6edf1effc766fd85cf590cf55774059c1d0e4825441fd41ee3e00255d2ac2ce97c48f5 | ||
DIST kpeople-5.99.0.tar.xz 60200 BLAKE2B 62f3b554613578b66a3366ad60601dc8f5069521d6abbcf884ef655a4667515abaf5b8c6f532c5c93d21051a299b1047c616724e9a7a3713c94d6d8880466020 SHA512 6db65b2b8ba81372f2c3571e8ea980cc8f2ac734bdccc3841a87c8289694fba5d052c63df4004ee6559a8ce7a634b358f17118ff64b1a936f07c7bf3bddd980c |
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,40 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PVCUT=$(ver_cut 1-2) | ||
QTMIN=5.15.5 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm frameworks.kde.org | ||
|
||
DESCRIPTION="KDE contact person abstraction library" | ||
HOMEPAGE="https://invent.kde.org/frameworks/kpeople" | ||
|
||
LICENSE="LGPL-2.1" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsql-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
=kde-frameworks/kconfig-${PVCUT}*:5 | ||
=kde-frameworks/kcoreaddons-${PVCUT}*:5 | ||
=kde-frameworks/ki18n-${PVCUT}*:5 | ||
=kde-frameworks/kitemviews-${PVCUT}*:5 | ||
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_test() { | ||
# personsmodeltest segfaults, bug 668192 | ||
local myctestargs=( | ||
-j1 | ||
-E "(persondatatest)" | ||
) | ||
|
||
ecm_src_test | ||
} |