gentoo-ebuilds/sys-apps/xdg-desktop-portal/files/xdg-desktop-portal-1.20.0-sandbox-disable-failing-tests.patch
Sam James 9d2c7e21b7
sys-apps/xdg-desktop-portal: avoid gstreamer harder for now
gstreamer is searched for unconditionally, but we don't have gstreamer-pbutils
packaged yet, so that's a problem. Make it conditional for now (as it ought
to be upstream either way if they're going to have an option for it).

Noticed the upstream bug link and got the patch (tweaked style slightly
after) from flint2's PR at https://github.com/gentoo/gentoo/pull/41133.

Closes: https://bugs.gentoo.org/951609
Closes: https://bugs.gentoo.org/951611
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-19 22:50:11 +00:00

25 lines
648 B
Diff

diff --git a/tests/meson.build b/tests/meson.build
index 377d48a..8a6ebe0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -87,13 +87,11 @@ pytest_files = [
'test_clipboard.py',
'test_documents.py',
'test_document_fuse.py',
- 'test_dynamiclauncher.py',
'test_email.py',
'test_filechooser.py',
'test_globalshortcuts.py',
'test_inhibit.py',
'test_inputcapture.py',
- 'test_location.py',
'test_openuri.py',
'test_permission_store.py',
'test_print.py',
@@ -191,4 +189,4 @@ if enable_installed_tests
install_dir: installed_tests_data_dir,
)
endforeach
-endif
\ No newline at end of file
+endif