diff --git a/data/com.github.maoschanz.drawing.appdata.xml.in b/data/com.github.maoschanz.drawing.appdata.xml.in index e4d8872f..e4b9e305 100644 --- a/data/com.github.maoschanz.drawing.appdata.xml.in +++ b/data/com.github.maoschanz.drawing.appdata.xml.in @@ -33,17 +33,6 @@

Supported file types include PNG, JPEG and BMP.

- - Graphics - - - - drawing - Paint - Sketch - Pencil - - @@ -168,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