kde-frameworks/kcontacts: 6.28.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-10 18:04:50 +02:00
parent 321b4a2b11
commit 12f21536d3
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kcontacts-6.27.0.tar.xz 215440 BLAKE2B f74024f9cb4ef8bc9335b713eeab4142fbad0e23bdd0b6a7c7de71e74357ef51cd898d999af8d0ad64af7f625e8ee8263dca468cd698dd6ac89a53725bc76796 SHA512 2ebc70689ebba4d7c1dd195f2c7381643b0e9c082c51c78f06294ebbd26eb25611eb6b68298da1f4c4d9e3d570c69289cedb897f7743fce8a6b63695125f09de
DIST kcontacts-6.28.0.tar.xz 215500 BLAKE2B 742a8a5fb65d43bb63aed65d775a2748fddafc6e74d1ea3e2accab61cae1ffa0512f1840638c41f068b3545c581d738846f6b35daaa6fb01ff4abe46e373b6cc SHA512 03525816014409aeda9a0e8d80aa7cb23897cd2d7f8429902ac243b89036d67e0b77b87011272d7f20ea9af5d04abdcc0b07fdb2bcd40512562edae5d3078049

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Address book API based on KDE Frameworks"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
=kde-frameworks/kcodecs-${KDE_CATV}*:6
=kde-frameworks/kconfig-${KDE_CATV}*:6
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
"
DEPEND="${RDEPEND}"
CMAKE_SKIP_TESTS=(
# bug #566648 (access to /dev/dri/card0 denied)
kcontacts-picturetest
# bugs #712798, 838502, 953969 (again some Qt translations loading related err...)
kcontacts-{address{,format},phonenumber}test
)