games-util/bottles: new package, add 64.1

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-06-26 20:42:46 +03:00
parent dd688cc6f3
commit e6004e8db4
6 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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