diff options
Diffstat (limited to 'www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch')
-rw-r--r-- | www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch b/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch new file mode 100644 index 000000000000..4f636213c70b --- /dev/null +++ b/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch @@ -0,0 +1,11 @@ +--- a/data/appdata/meson.build ++++ b/data/appdata/meson.build +@@ -7,7 +7,7 @@ appstream_file = i18n.merge_file( + ) + + appstream_util = find_program('appstream-util', required: false) +-if appstream_util.found() ++if false + test('Validate appstream file', appstream_util, + args: ['validate', appstream_file] + ) |