From 2beddb7518c5522f0826cc7b20f106cf95fe7991 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 18 Nov 2025 21:47:16 +0100 Subject: [PATCH] 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 --- kde-apps/dolphin/dolphin-25.08.3.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.08.3.ebuild b/kde-apps/dolphin/dolphin-25.08.3.ebuild index fef7cd3097963..1edf4cea3c416 100644 --- a/kde-apps/dolphin/dolphin-25.08.3.ebuild +++ b/kde-apps/dolphin/dolphin-25.08.3.ebuild @@ -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}"