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
=== modified file 'data/scratch-text-editor.appdata.xml'
--- data/scratch-text-editor.appdata.xml 2015-12-11 19:45:21 +0000
+++ data/scratch-text-editor.appdata.xml 2016-06-24 17:35:59 +0000
@@ -1,12 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->2<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
3<application>3<component type="desktop">
4 <id type="desktop">scratch-text-editor.desktop</id>4 <id>scratch-text-editor.desktop</id>
5 <metadata_license>CC0</metadata_license>5 <metadata_license>CC0-1/0</metadata_license>
6 <project_group>elementary</project_group>6 <project_group>elementary</project_group>
7 <project_license>GPL-3.0+</project_license>7 <project_license>GPL-3.0+</project_license>
8 <name>Scratch</name>8 <name>Scratch</name>
9 <icon type="stock">accessories-text-editor</icon>
10 <summary>The text editor that works</summary>9 <summary>The text editor that works</summary>
11 <description>10 <description>
12 <p>11 <p>
@@ -46,6 +45,13 @@
46 <li>lots of others</li>45 <li>lots of others</li>
47 </ul>46 </ul>
48 </description>47 </description>
48 <provides>
49 <binary>scratch-text-editor</binary>
50 </provides>
51 <developer_name>elementary LLC.</developer_name>
49 <url type="homepage">http://elementary.io/</url>52 <url type="homepage">http://elementary.io/</url>
53 <url type="bugtracker">https://bugs.launchpad.net/scratch</url>
54 <url type="donation">https://elementary.io/get-involved#funding</url>
55 <url type="help">https://elementaryos.stackexchange.com/questions/tagged/scratch</url>
50 <updatecontact>contact_at_elementary.io</updatecontact>56 <updatecontact>contact_at_elementary.io</updatecontact>
51</application>57</component>

Subscribers

People subscribed via source and target branches