Merge lp:~elementary-apps/scratch/update-appdata into lp:~elementary-apps/scratch/scratch

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 1695
Merged at revision: 1695
Proposed branch: lp:~elementary-apps/scratch/update-appdata
Merge into: lp:~elementary-apps/scratch/scratch
Diff against target: 34 lines (+11/-5)
1 file modified
data/scratch-text-editor.appdata.xml (+11/-5)
To merge this branch: bzr merge lp:~elementary-apps/scratch/update-appdata
Reviewer Review Type Date Requested Status
Fabio Valentini (community) Approve
Review via email: mp+298330@code.launchpad.net

Commit message

Validate Appdata.xml

To post a comment you must log in.
Revision history for this message
Fabio Valentini (decathorpe) wrote :

validates OK, approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/scratch-text-editor.appdata.xml'
2--- data/scratch-text-editor.appdata.xml 2015-12-11 19:45:21 +0000
3+++ data/scratch-text-editor.appdata.xml 2016-06-24 17:35:59 +0000
4@@ -1,12 +1,11 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6 <!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
7-<application>
8- <id type="desktop">scratch-text-editor.desktop</id>
9- <metadata_license>CC0</metadata_license>
10+<component type="desktop">
11+ <id>scratch-text-editor.desktop</id>
12+ <metadata_license>CC0-1/0</metadata_license>
13 <project_group>elementary</project_group>
14 <project_license>GPL-3.0+</project_license>
15 <name>Scratch</name>
16- <icon type="stock">accessories-text-editor</icon>
17 <summary>The text editor that works</summary>
18 <description>
19 <p>
20@@ -46,6 +45,13 @@
21 <li>lots of others</li>
22 </ul>
23 </description>
24+ <provides>
25+ <binary>scratch-text-editor</binary>
26+ </provides>
27+ <developer_name>elementary LLC.</developer_name>
28 <url type="homepage">http://elementary.io/</url>
29+ <url type="bugtracker">https://bugs.launchpad.net/scratch</url>
30+ <url type="donation">https://elementary.io/get-involved#funding</url>
31+ <url type="help">https://elementaryos.stackexchange.com/questions/tagged/scratch</url>
32 <updatecontact>contact_at_elementary.io</updatecontact>
33-</application>
34+</component>

Subscribers

People subscribed via source and target branches