initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- a/data/meson.build 2022-11-27 16:44:10.000000000 +0100
+++ b/data/meson.build 2025-04-16 15:09:54.534580781 +0200
@@ -44,14 +44,6 @@
)
endif
-appstream_util = find_program('appstream-util', required: get_option('tests'), native: true)
-if appstream_util.found()
- test('validate-appdata',
- appstream_util,
- args: ['validate-relax', '--nonet', appdata.full_path()]
- )
-endif
-
conf_data = configuration_data()
conf_data.set('PLUGINDIR', join_paths(prefix, plugindir))
bash_completion = configure_file(