Skip to content

Commit b17eff0

Browse files
yakushabbADBeveridge
authored andcommitted
appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag - Mark the `<developer_name>` tag as deprecated - Update display_length tag - Fix screenshot tags - Update appstreamcli validation
1 parent eb122a9 commit b17eff0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

data/com.github.ADBeveridge.Raider.metainfo.xml.in.in

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@
2525
<url type="vcs-browser">https://github.com/ADBeveridge/raider/tree/develop</url>
2626
<url type="translate">https://github.com/ADBeveridge/raider/tree/develop/po</url>
2727
<update_contact>adgbeveridge@proton.me</update_contact>
28+
<!-- developer_name tag deprecated with Appstream 1.0 -->
2829
<developer_name translatable="no">Alan Beveridge</developer_name>
30+
<developer id="github.com">
31+
<name translatable="no">Alan Beveridge</name>
32+
</developer>
2933
<requires>
30-
<display_length compare="ge">small</display_length>
34+
<display_length compare="ge">360</display_length>
3135
</requires>
3236
<recommends>
3337
<control>pointing</control>
3438
<control>keyboard</control>
35-
<display_length compare="ge">small</display_length>
3639
</recommends>
3740
<supports>
3841
<control>tablet</control>
@@ -43,6 +46,8 @@
4346
<screenshots>
4447
<screenshot type="default">
4548
<image>https://raw.githubusercontent.com/ADBeveridge/raider/main/data/raider-screenshot1.png</image>
49+
</screenshot>
50+
<screenshot>
4651
<image>https://raw.githubusercontent.com/ADBeveridge/raider/main/data/raider-screenshot2.png</image>
4752
</screenshot>
4853
</screenshots>

0 commit comments

Comments
 (0)