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.102.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.101.0.tar.xz 62832 BLAKE2B 20b19a252fab5e9efc0d94b00d773334c7bd7f6c6aa1e4dd0d87b57c4233cc959c82c6c421e8250e17a9b2a65c360ae19558cd53f237dd88c3fe725e95c4410a SHA512 7f27444433a7ad2b1495a78c29a976863a9451683f5fba2bc52c91b06b6edf1effc766fd85cf590cf55774059c1d0e4825441fd41ee3e00255d2ac2ce97c48f5 | ||
DIST kpeople-5.102.0.tar.xz 62976 BLAKE2B a069f5f43dee3f270f765863369713c04eba7eaa901250b29236785c1765229940642f8a111fd464db3abf4893b90b2ad0a389195390256e15a8d6d397623e31 SHA512 e84cec60e4f36b374c2d4993631425833d92a5a48dd78b5c0229137e7076441bb32914493ef4703c3bf2f9f4bedcab02dbbd48e1fb2579ef6dc26919623199e8 | ||
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-2023 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 | ||
} |