diff options
Diffstat (limited to 'media-sound/pithos/files/pithos-1.5.0-tests.patch')
-rw-r--r-- | media-sound/pithos/files/pithos-1.5.0-tests.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/pithos/files/pithos-1.5.0-tests.patch b/media-sound/pithos/files/pithos-1.5.0-tests.patch deleted file mode 100644 index cab7639772ef..000000000000 --- a/media-sound/pithos/files/pithos-1.5.0-tests.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/data/meson.build b/data/meson.build -index efac217..d08796a 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -41,12 +41,12 @@ pithos_appstream = i18n.merge_file( - - pithos_settings = gnome.compile_schemas() - --appstream_util = find_program('appstream-util', required: false) --if appstream_util.found() -- test('Validate appstream file', appstream_util, -- args: ['validate', pithos_appstream] -- ) --endif -+#appstream_util = find_program('appstream-util', required: false) -+#if appstream_util.found() -+# test('Validate appstream file', appstream_util, -+# args: ['validate', pithos_appstream] -+# ) -+#endif - - desktop_utils = find_program('desktop-file-validate', required: false) - if desktop_utils.found() |