mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kpeople: 5.246.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kpeople-5.112.0.tar.xz 63288 BLAKE2B ef8c9deb2fffc56775255890d814c8a7908566306cf2a4af94c7e5c5ba7d1a4d34eaf0407b0d061a1841327fbc7e2e0a575cc5460820bf90e41d76ad7cce4d94 SHA512 72873b90d2692bc015f712d98b1a9ddc5e24744d90e22e527fd1b90b1bc1b8c3f2f2075528908238c978d827c95fbbd9bc646bc85560015074a3d706065a0933
|
||||
DIST kpeople-5.113.0.tar.xz 63284 BLAKE2B 62558cbf69965065f6eac321407ad8f268582f500d3a5431186df917977bd02e8d3a7e884cfee78e5fabd0af6d5c3d98877132a33772d9a822b7e9732921fb2d SHA512 1881e41e723d53a2a80f0ba3968d8885f511a56850093610d82acb5ae5582291b860c23da6fe7358f9768d9dcba46271660fa459e75a4f496fa53017efc5664b
|
||||
DIST kpeople-5.246.0.tar.xz 63792 BLAKE2B 67b8fb61369f92482e73f0ed1e63d9aa985ab2f657ae9a81eb572832b1b394e10475c2c19f497055d4f0aff2acd229d026f0669490e5ec5ceaab949abee949e4 SHA512 cac3b00e54657259a4139ed31874f9a225abe279d49c56b1d70e1766c5922debf25070b8bc981726a5e94ab13fc9bd74e0ab56240d8a284fa59c91d9c7617cdf
|
||||
|
||||
36
kde-frameworks/kpeople/kpeople-5.246.0.ebuild
Normal file
36
kde-frameworks/kpeople/kpeople-5.246.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
QTMIN=6.6.0
|
||||
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"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
=kde-frameworks/kconfig-${PVCUT}*:6
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:6
|
||||
=kde-frameworks/ki18n-${PVCUT}*:6
|
||||
=kde-frameworks/kitemviews-${PVCUT}*:6
|
||||
=kde-frameworks/kwidgetsaddons-${PVCUT}*:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# bug 668192, segfaults
|
||||
persondatatest
|
||||
)
|
||||
|
||||
ecm_src_test -j1
|
||||
}
|
||||
Reference in New Issue
Block a user