mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
17 lines
496 B
Diff
17 lines
496 B
Diff
From: Pavel Sobolev <contact@paveloom.dev>
|
|
Subject: [PATCH] Relax AppStream file validation
|
|
|
|
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
|
|
|
|
--- a/data/meson.build
|
|
+++ b/data/meson.build
|
|
@@ -51,7 +51,7 @@ gnome.compile_resources('data',
|
|
appstream_util = find_program('appstream-util', required: false)
|
|
if appstream_util.found()
|
|
test('Validate appstream file', appstream_util,
|
|
- args: ['validate', appstream_file]
|
|
+ args: ['validate-relax', '--nonet', appstream_file]
|
|
)
|
|
endif
|
|
|