Skip to content

Commit

Permalink
appdata: Fix appdata papercuts
Browse files Browse the repository at this point in the history
- Use desktop-application as component type
- Add vcs-browser URL to show the source code repository
- Update oars rating version to 1.1

More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
  • Loading branch information
yakushabb authored and manisandro committed Jun 15, 2024
1 parent bb069a2 commit d17ab4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/gimagereader.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Sandro Mani <[email protected]> -->
<component type="desktop">
<component type="desktop-application">
<id>gimagereader-@[email protected]</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
Expand Down Expand Up @@ -79,17 +79,18 @@
<caption xml:lang="hu">gKépolvasó-@INTERFACE_TYPE@</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/manisandro/gImageReader</url>
<url type="bugtracker">https://github.com/manisandro/gImageReader/issues</url>
<url type="faq">https://github.com/manisandro/gImageReader/wiki/FAQ</url>
<url type="homepage">https://github.com/manisandro/gImageReader</url>
<url type="vcs-browser">https://github.com/manisandro/gImageReader</url>
<url type="translate">https://hosted.weblate.org/engage/gimagereader/</url>
<update_contact>[email protected]</update_contact>
<translation type="gettext">gimagereader</translation>
<provides>
<binary>gimagereader-@INTERFACE_TYPE@</binary>
</provides>
<launchable type="desktop-id">gimagereader-@[email protected]</launchable>
<content_rating type="oars-1.0">
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
Expand Down

0 comments on commit d17ab4e

Please sign in to comment.