kde-apps/dolphin: Disable broken kitemlistcontrollerexpandtest

There have been reverts in kitemlist area in 25.12, so let's try again
with that.

Bug: https://bugs.gentoo.org/965829
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-18 21:47:16 +01:00
parent b0e8614a0e
commit 2beddb7518

View File

@@ -59,6 +59,14 @@ RDEPEND="${DEPEND}
>=kde-apps/thumbnailers-${PVCUT}:6
"
CMAKE_SKIP_TESTS=(
servicemenuinstaller # requires ruby, no thanks
# these hang forever:
{dolphinmainwindow,kfile{itemlistview,itemmodel},listcontroller}test
placesitemmodeltest # requires DBus
kitemlistcontrollerexpandtest # maybe fixed in >=25.12
)
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON
@@ -72,16 +80,6 @@ src_configure() {
ecm_src_configure
}
src_test() {
local myctestargs=(
# servicemenuinstaller requires ruby, no thanks
# dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever
# placesitemmodeltest requires DBus
-E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)"
)
ecm_src_test
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}"