Skip to content

Commit

Permalink
Merge pull request #628 from sabriunal/fix-appdata
Browse files Browse the repository at this point in the history
appdata: Improve appdata for AppStream 1.0
  • Loading branch information
maoschanz authored Jan 2, 2024
2 parents d55a7c8 + 1dd02a5 commit 9e2cc6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
15 changes: 4 additions & 11 deletions data/com.github.maoschanz.drawing.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@
<p>Supported file types include PNG, JPEG and BMP.</p>
</description>

<categories>
<category>Graphics</category>
</categories>

<keywords>
<keyword translate="no">drawing</keyword>
<keyword>Paint</keyword>
<keyword>Sketch</keyword>
<keyword>Pencil</keyword>
</keywords>

<releases>
<release version="1.2.0" date="2023-04-29">
<!-- TODO actual date -->
Expand Down Expand Up @@ -168,7 +157,11 @@
</release>
</releases>

<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name translatable="no">Romain F. T.</developer_name>
<developer id="github.com">
<name translatable="no">Romain F. T.</name>
</developer>
<update_contact>[email protected]</update_contact>
<url type="homepage">https://maoschanz.github.io/drawing</url>
<url type="bugtracker">https://github.com/maoschanz/drawing/issues</url>
Expand Down
3 changes: 2 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2cc6c

Please sign in to comment.