kde-frameworks/kpeople: 6.13.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-11 21:11:06 +02:00
parent a254bd7d19
commit 83f1a42f67
2 changed files with 37 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST kpeople-6.10.0.tar.xz 66680 BLAKE2B 88b990e2b493e438de146062ab084504c4ea8fedcc0f272dd6ab3c4cb63a1ddbccfd8fc2a9c521795bacbd98faf551222f9869fe8ed1accc97634d84372b6fa6 SHA512 a3d13199643af0b891cb0465c7092f83e636f683b7d07f7c02ab83e5149e2bbd43ff4c95b2cfffc9fa7134271e42d229becf14addb9bd25935e39da82dbfe485
DIST kpeople-6.12.0.tar.xz 66696 BLAKE2B 127de987ab07d88728d9c076bc813c8db05120afb6644cc351b1f290b3a1da517e1e01abd8996c35735efcee919daac0f1698966b86879e41fc9b5997cdf8d87 SHA512 46a01de241a7ee87ebe24b5a0d475306293bf8065f51141a1bec503969514e0c82067e52f28c4d2204c7361e97137de2bc23fadb4814c8b65ca7a8b891d7f039
DIST kpeople-6.13.0.tar.xz 66720 BLAKE2B fc00955ac4d724d915396c5bc237223c41cd3cc87ca45113ac2724e1ba150e9e1078a9e52fae114b713af816e1bcbe3789f0bb6f0440775fc7bb25301ef912ce SHA512 65eb7e4db723bfc0820d4c4689aac5c3937231ee49f3f312aef5fdcab5b4a861b4c9fcef4554c525955392e396e77ce44601d1061fc0045ea62fb9da0e37514f

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=6.7.2
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 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
=kde-frameworks/kconfig-${KDE_CATV}*:6
=kde-frameworks/kcontacts-${KDE_CATV}*:6
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
=kde-frameworks/kitemviews-${KDE_CATV}*:6
=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
"
RDEPEND="${DEPEND}"
src_test() {
local CMAKE_SKIP_TESTS=(
# bugs 668192, 816588: segfaults w/o virtx
personsmodeltest
)
ecm_src_test -j1
}