Skip to content

Commit

Permalink
Fix appstreamcli validate warnings and info (#859)
Browse files Browse the repository at this point in the history
Fixes the following warnings and info when running the
appstreamcli validate command:

- W: screenshot-default-missing
- I: content-rating-missing
- I: developer-info-missing

"I: developer-name-tag-deprecated", which tells use of
the developer_name tag that was deprecated in AppStream 1.0.0,
is not fixed for now because some software centers may not
support AppStream 1.0.0 yet.
  • Loading branch information
ryonakano authored Sep 9, 2024
1 parent fbfde45 commit 00ff4b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion net.poedit.Poedit.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
</p>
</description>
<screenshots>
<screenshot>
<screenshot type="default">
<image type="source">https://poedit.net/images/screenshots/linux/poedit-appdata1.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://poedit.net</url>
<url type="bugtracker">https://github.com/vslavik/poedit</url>
<url type="vcs-browser">https://github.com/vslavik/poedit</url>
<url type="translate">https://crowdin.com/project/poedit</url>
<content_rating type="oars-1.1" />
<keywords>
<keyword>translation</keyword>
<keyword>gettext</keyword>
Expand All @@ -38,5 +40,8 @@
</provides>

<developer_name>Václav Slavík</developer_name>
<developer id="net.poedit">
<name>Václav Slavík</name>
</developer>
<translation type="gettext">poedit</translation>
</component>

0 comments on commit 00ff4b9

Please sign in to comment.