appdata: Improve the appdata file per the specs

freedesktop specs:https://freedesktop.org/software/appstream/docs/chap-Quickstart.html
kudos documentation: https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
This commit is contained in:
Bilal Elmoussaoui 2019-01-09 18:48:12 +00:00 committed by Jordan Petridis
parent a6c2666c82
commit bc8d521853

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<component type="desktop-application">
<id>@appid@</id>
<name>Podcasts</name>
<project_license>GPL-3.0</project_license>
@ -63,7 +63,16 @@
</description>
</release>
</releases>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<launchable type="desktop-id">@appid@.desktop</launchable>
<url type="homepage">https://wiki.gnome.org/Apps/Podcasts</url>
<url type="bugtracker">https://gitlab.gnome.org/World/podcasts/issues/</url>
<url type="donation">http://www.gnome.org/friends/</url>
<translation type="gettext">gnome-podcasts</translation>
<project_group>GNOME</project_group>
<update_contact>jpetridis@gnome.org</update_contact>
<developer_name>Jordan Petridis</developer_name>
</component>