Skip to content

Commit

Permalink
appdata: Improve appdata for AppStream 1.0
Browse files Browse the repository at this point in the history
- Add the `<developer><name>` tag
- Mark the `<developer_name>` tag as deprecated
- Update display_length tag
- Fix screenshot tags
- Update appstreamcli validation
  • Loading branch information
yakushabb authored and ADBeveridge committed Jan 5, 2024
1 parent eb122a9 commit b17eff0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions data/com.github.ADBeveridge.Raider.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@
<url type="vcs-browser">https://github.com/ADBeveridge/raider/tree/develop</url>
<url type="translate">https://github.com/ADBeveridge/raider/tree/develop/po</url>
<update_contact>[email protected]</update_contact>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name translatable="no">Alan Beveridge</developer_name>
<developer id="github.com">
<name translatable="no">Alan Beveridge</name>
</developer>
<requires>
<display_length compare="ge">small</display_length>
<display_length compare="ge">360</display_length>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<display_length compare="ge">small</display_length>
</recommends>
<supports>
<control>tablet</control>
Expand All @@ -43,6 +46,8 @@
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/ADBeveridge/raider/main/data/raider-screenshot1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ADBeveridge/raider/main/data/raider-screenshot2.png</image>
</screenshot>
</screenshots>
Expand Down

0 comments on commit b17eff0

Please sign in to comment.