mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user