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.105.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.102.0.tar.xz 62976 BLAKE2B a069f5f43dee3f270f765863369713c04eba7eaa901250b29236785c1765229940642f8a111fd464db3abf4893b90b2ad0a389195390256e15a8d6d397623e31 SHA512 e84cec60e4f36b374c2d4993631425833d92a5a48dd78b5c0229137e7076441bb32914493ef4703c3bf2f9f4bedcab02dbbd48e1fb2579ef6dc26919623199e8 | ||
DIST kpeople-5.104.0.tar.xz 62996 BLAKE2B bf0d0238b9b59efa916ca6a933b29e13687ea7d7b032d11bf3c64603511e0cfe035afa6e401c14630c86ccaab1d7f3bc905554a3b2fab41ba894b40a15f8fa4d SHA512 efdaef5759f983ca7f567fe6408df541e6bf1c0d74e12dd2427d4fdb51d7a88e44958539d74ea36b51dfbf2ea8bbdb1467e157b15d328a63a766fc908d3eb351 | ||
DIST kpeople-5.105.0.tar.xz 63016 BLAKE2B 95ff20b02410fd69aaefc8727f0d35fa29adfa156421e230af9205ee0cd9c8a8d575deb9a6132361595b9027c9579a9d01f3a8e3b5a8c2c60e75ef9433a2230d SHA512 ea6c9e360e5816dc959773904e2162569c0eead7e8ce88e074ae76b0cb0481b54ace71a67e67346a4fe5314dfa1f0fb8eac9bec176ec64cf3890cfc9856b39d0 |
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 | ||
} |