From 1dd02a5299340af10b6b4eaf20c2f8ef546f0c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 28 Dec 2023 23:03:47 +0300 Subject: [PATCH] appdata: Improve appdata for AppStream 1.0 - Add the `` tag - Mark the `` tag as deprecated - Improve appstreamcli arguments --- data/com.github.maoschanz.drawing.appdata.xml.in | 4 ++++ data/meson.build | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/com.github.maoschanz.drawing.appdata.xml.in b/data/com.github.maoschanz.drawing.appdata.xml.in index 9aff94f1..e4b9e305 100644 --- a/data/com.github.maoschanz.drawing.appdata.xml.in +++ b/data/com.github.maoschanz.drawing.appdata.xml.in @@ -157,7 +157,11 @@ + Romain F. T. + + Romain F. T. + rrroschan@gmail.com https://maoschanz.github.io/drawing https://github.com/maoschanz/drawing/issues diff --git a/data/meson.build b/data/meson.build index f97c4b7d..98d2966f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -43,7 +43,8 @@ if get_option('enable-translations-and-appdata') test( 'Validate appstream file', appstreamcli, - args: ['validate', '--no-net', appstream_file] + args: ['validate', '--no-net', '--explain', appstream_file], + workdir: meson.current_build_dir() ) endif endif