From bfe3b958316c18e2a7e11f2bab4949633aec2276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sat, 30 Dec 2023 09:04:42 +0300 Subject: [PATCH] appdata: Improve appdata for AppStream 1.0 - Add the `` tag - Mark the `` tag as deprecated - Improve appstreamcli parameters --- data/com.github.geigi.cozy.appdata.xml | 4 ++++ data/meson.build | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 3f51585b..6e8f6e18 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -44,7 +44,11 @@ https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot4.png + Julian Geywitz + + Julian Geywitz + https://cozy.sh https://github.com/geigi/cozy/issues https://matrix.to/#/#cozy:gnome.org?via=matrix.org&via=gnome.org diff --git a/data/meson.build b/data/meson.build index 7eb59a61..990155f0 100644 --- a/data/meson.build +++ b/data/meson.build @@ -41,6 +41,7 @@ appstream_file = i18n.merge_file( appstreamcli = find_program('appstreamcli', required: false) if appstreamcli.found() test('Validate appstream file', appstreamcli, - args: ['validate', '--no-net', appstream_file] + args: ['validate', '--no-net', '--explain', appstream_file], + workdir: meson.current_build_dir() ) endif