Skip to content

Commit

Permalink
Merge pull request #955 from City-busz/patch-2
Browse files Browse the repository at this point in the history
Fix AppStream metadata validation
  • Loading branch information
briend committed Feb 11, 2019
2 parents b606e6d + 24d6f2b commit 553d6f7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions desktop/mypaint.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Andrew Chadwick <a.t.chadwick@gmail.com> -->
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<application>
<id type="desktop">mypaint.desktop</id>
<component type="desktop-application">
<id>org.mypaint.mypaint</id>
<name>MyPaint</name>
<summary>
Painting program for digital artists
</summary>
<summary>Painting program for digital artists</summary>
<project_license>GPL-2.0+</project_license>
<metadata_license>CC0-1.0</metadata_license>
<description>
Expand All @@ -24,9 +22,12 @@
so you don’t have to configure your own if you don’t want to.
</p>
</description>
<launchable type="desktop-id">mypaint.desktop</launchable>
<url type="homepage">http://mypaint.org/</url>
<screenshots>
<screenshot type="default">https://cloud.githubusercontent.com/assets/1840562/8720135/b28edc2e-2b65-11e5-91ce-9d557bcd2c9e.png</screenshot>
<screenshot type="default">
<image>https://cloud.githubusercontent.com/assets/1840562/8720135/b28edc2e-2b65-11e5-91ce-9d557bcd2c9e.png</image>
</screenshot>
</screenshots>
<update_contact>a.t.chadwick@gmail.com</update_contact>
</application>
</component>

0 comments on commit 553d6f7

Please sign in to comment.