Skip to content

Commit

Permalink
A few more corrections to the appdata.xml
Browse files Browse the repository at this point in the history
* Change order of releases such that the most recent one is at the top
  (required according to "appstream-util validate")

* Added <translation> tag (explicitly optional in specification, but
  required according to "appstream-util validate")

* Fixed 'url' in releases to use a tag instead of attribute.
  • Loading branch information
bjorn committed Jul 12, 2019
1 parent 4455201 commit e31bdf2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.2.4" type="stable" date="2019-05-15" url="https://www.mapeditor.org/2019/05/15/tiled-1-2-4-released.html" />
<release version="2019.07.05" type="development" date="2019-07-05" url="https://thorbjorn.itch.io/tiled/devlog/89540/select-tile-layers-by-clicking-them" />
<release version="2019.07.05" type="development" date="2019-07-05">
<url>https://thorbjorn.itch.io/tiled/devlog/89540/select-tile-layers-by-clicking-them</url>
</release>
<release version="1.2.4" type="stable" date="2019-05-15">
<url>https://www.mapeditor.org/2019/05/15/tiled-1-2-4-released.html</url>
</release>
</releases>
<description>
<p>
Expand Down Expand Up @@ -49,5 +53,6 @@
<provides>
<id>tiled.desktop</id>
</provides>
<translation type="qt">tiled</translation>
<update_contact>tingping@fedoraproject.org</update_contact>
</component>

0 comments on commit e31bdf2

Please sign in to comment.