From 55b20c97078ded20d0e7c6b3ef33d673c861d8b4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 14 Mar 2023 00:16:43 +0000 Subject: gentoo auto-resync : 14:03:2023 - 00:16:42 --- .../tangram/files/tangram-2.0-dont-validate-appstream.patch | 11 +++++++++++ .../tangram/files/tangram-2.0-meson-blueprint-compiler.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch create mode 100644 www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch (limited to 'www-client/tangram/files') 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] + ) diff --git a/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch b/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch new file mode 100644 index 000000000000..1ea82d214aee --- /dev/null +++ b/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch @@ -0,0 +1,11 @@ +--- a/src/meson.build ++++ b/src/meson.build +@@ -5,7 +5,7 @@ blueprint_compiler = find_program( + # Flatpak + '/app/bin/blueprint-compiler', + # host +- '../blueprint-compiler/blueprint-compiler.py' ++ 'blueprint-compiler' + ) + + gjspack = find_program('../troll/gjspack/bin/gjspack') -- cgit v1.2.3