visualboyadvance-m.metainfo.xml: add screenshots to the metainfo

Useful for app stores like KDE's discover and gnome software
Also updated to current specifications of appstream
Signed-off-by: Zach Bacon <zachbacon@vba-m.com>
This commit is contained in:
Zach Bacon 2023-12-20 17:11:19 -05:00
parent c0e71b0cb4
commit 9e9fe812d2
1 changed files with 17 additions and 4 deletions

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <application>
<id>visualboyadvance-m.desktop</id> <id type="desktop">visualboyadvance-m.desktop</id>
<developer id="vba-m.com">
<name>VisualBoyAdvance-M</name>
</developer>
<metadata_license>CC-BY-SA-3.0</metadata_license> <metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0</project_license> <project_license>GPL-2.0</project_license>
<content_rating type="oars-1.1"/>
<name>VisualBoyAdvance-M</name> <name>VisualBoyAdvance-M</name>
<summary>VisualBoyAdvance-M, a high compatibility Gameboy Advance Emulator</summary> <summary>VisualBoyAdvance-M, a high compatibility Gameboy Advance Emulator</summary>
<description> <description>
@ -15,7 +19,16 @@
forks. forks.
</p> </p>
</description> </description>
<screenshots>
<screenshot type="default">https://vba-m.com/screenshots/1.png</screenshot>
<screenshot>https://vba-m.com/screenshots/2.png</screenshot>
<screenshot>https://vba-m.com/screenshots/3.png</screenshot>
<screenshot>https://vba-m.com/screenshots/4.png</screenshot>
</screenshots>
<releases>
<release version="2.1.8" date="2023-12-14"/>
</releases>
<url type="homepage">http://vba-m.com/</url> <url type="homepage">http://vba-m.com/</url>
<url type="bugtracker">https://github.com/visualboyadvance-m/visualboyadvance-m/issues</url> <url type="bugtracker">https://github.com/visualboyadvance-m/visualboyadvance-m/issues</url>
<update_contact>zachbacon_at_vba-m.com</update_contact> <updatecontact>zachbacon@vba-m.com</updatecontact>
</component> </application>