Update metainfo.xml to new standards

Update metainfo.xml to new standards.

Fix #1221
This commit is contained in:
Jhonny Oliveira 2024-02-20 15:15:17 +01:00 committed by GitHub
parent e7d135dbf1
commit 5f853b99ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 12 deletions

View File

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<application> <component type="desktop">
<id type="desktop">visualboyadvance-m.desktop</id> <id>org.visualboyadvance_m.visualboyadvance_m</id>
<developer id="visualboyadvance-m.org">
<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"/> <content_rating type="oars-1.1"/>
@ -20,15 +17,16 @@
</p> </p>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default">https://visualboyadvance-m.org/screenshots/1.png</screenshot> <screenshot type="default"><image type="source">https://visualboyadvance-m.org/screenshots/1.png</image></screenshot>
<screenshot>https://visualboyadvance-m.org/screenshots/2.png</screenshot> <screenshot><image type="source">https://visualboyadvance-m.org/screenshots/2.png</image></screenshot>
<screenshot>https://visualboyadvance-m.org/screenshots/3.png</screenshot> <screenshot><image type="source">https://visualboyadvance-m.org/screenshots/3.png</image></screenshot>
<screenshot>https://visualboyadvance-m.org/screenshots/4.png</screenshot> <screenshot><image type="source">https://visualboyadvance-m.org/screenshots/4.png</image></screenshot>
</screenshots> </screenshots>
<launchable type="desktop-id">visualboyadvance-m.desktop</launchable>
<releases> <releases>
<release version="2.1.9" date="2024-02-03"/> <release version="2.1.9" date="2024-02-03"/>
</releases> </releases>
<url type="homepage">http://visualboyadvance-m.org/</url> <url type="homepage">https://visualboyadvance-m.org</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>
<updatecontact>zachbacon@visualboyadvance-m.org</updatecontact> <update_contact>zachbacon@visualboyadvance-m.org</update_contact>
</application> </component>