Skip to content

Commit

Permalink
Modify appdata and check it passes appstreamcli validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Sep 3, 2020
1 parent 892adcc commit 20b61aa
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions data/com.github.jeremypw.gnonograms.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
</mimetypes>
<summary>Create and solve gnonogram puzzles</summary>
<description>
<p>An implementation of the Japanese logic puzzle "Nonograms" written in Vala, allowing the user to:</p>
<ul>
<li>Draw puzzles</li>
<li>Generate random puzzles of chosen difficulty</li>
</ul>
<p>
An implementation of the Japanese logic puzzle "Nonograms" written in Vala, allowing the user to
solve computer generated puzzles or design their own.
</p>
</description>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down Expand Up @@ -204,15 +203,7 @@
<screenshots>
<screenshot type="default">
<caption>Manually solving a puzzle</caption>
<image>https://raw.githubusercontent.com/jeremypw/gnonograms/master/data/screenshots/Solving.png</image>
</screenshot>
<screenshot>
<caption>Manually designing a puzzle</caption>
<image>https://raw.githubusercontent.com/jeremypw/gnonograms/master/data/screenshots/Designing.png</image>
</screenshot>
<screenshot>
<caption>A randomly generated puzzle and the settings dialog</caption>
<image>https://raw.githubusercontent.com/jeremypw/gnonograms/master/data/screenshots/Settings.png</image>
<image>https://raw.githubusercontent.com/jeremypw/gnonograms/master/data/screenshots/Solving16-9.png</image>
</screenshot>
</screenshots>

Expand Down

0 comments on commit 20b61aa

Please sign in to comment.