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.109.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 +1,2 @@ | ||
DIST kpeople-5.108.0.tar.xz 62972 BLAKE2B bd3f03c31716cffb767a963e18e50c5a8741d01519a72242b93072ced5e504957d7c6b31785f2391e34a8cdb0fc1aa1dc1e55f712c6eee8cb0402ed304f2ceda SHA512 5e9b74bb15d7022fb42712aa185feb14ed5c5729bb1573beede025126cb599dd0d444c466a258a814312bbc46d6ecf96ac3697f6f52e20ce628f2de6b5ee1332 | ||
DIST kpeople-5.109.0.tar.xz 63288 BLAKE2B be68b5a385a782b4dc42a569ec1a7eba581d2324c6a9ff22881ce1ece2d6040b91d4899f1ea837174ea41edc289b39d1bc1ac781928c7f238005c4140bfc64b0 SHA512 eeb78465b616aaec715279f0b3d37b1bf6165e892365d1d6208ce8f10e1b4e2350484f0e6457e6182fcf157e8c60f7791b7757f0b1af319c5e5af5a08663e2a0 |
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-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PVCUT=$(ver_cut 1-2) | ||
QTMIN=5.15.9 | ||
VIRTUALX_REQUIRED="test" # bug 816588 (test fails) | ||
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 ~riscv" | ||
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 | ||
} |