[meld] Update the AppData to spec version 0.7+



commit c423005b158c39cf799d6596efff2109488d74f3
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jan 25 13:35:32 2016 +0000

    Update the AppData to spec version 0.7+

 data/meld.appdata.xml.in |   74 ++++++++++++++++++++++++++-------------------
 1 files changed, 43 insertions(+), 31 deletions(-)
---
diff --git a/data/meld.appdata.xml.in b/data/meld.appdata.xml.in
index 2fbd5b5..d52459b 100644
--- a/data/meld.appdata.xml.in
+++ b/data/meld.appdata.xml.in
@@ -1,33 +1,45 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2013-2014 Kai Willadsen <kai willadsen gmail com> -->
-<application>
- <id type="desktop">meld.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0+ and CC-BY-SA-3.0</project_license>
- <description>
-  <_p>
-  Meld is a visual diff and merge tool targeted at developers. Meld helps you
-  compare files, directories, and version controlled projects. It provides
-  two- and three-way comparison of both files and directories, and supports
-  many version control systems including Git, Mercurial, Bazaar and Subversion.
-  </_p>
-  <_p>
-  Meld helps you review code changes, understand patches, and makes enormous
-  merge conflicts slightly less painful.
-  </_p>
- </description>
- <kudos>
-  <kudo>AppMenu</kudo>
-  <kudo>HiDpiIcon</kudo>
-  <kudo>HighContrast</kudo>
-  <kudo>ModernToolkit</kudo>
-  <kudo>UserDocs</kudo>
- </kudos>
- <screenshots>
-  <screenshot type="default" width="992" 
height="759">http://meldmerge.org/images/meld-filediff-full.png</screenshot>
-  <screenshot width="655" height="532">http://meldmerge.org/images/meld-dircomp-full.png</screenshot>
-  <screenshot width="655" height="532">http://meldmerge.org/images/meld-vc-full.png</screenshot>
- </screenshots>
- <url type="homepage">http://meldmerge.org</url>
- <updatecontact>meld-list gnome org</updatecontact>
-</application>
+<component type="desktop">
+  <id>meld.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+ and CC-BY-SA-3.0</project_license>
+  <_name>Meld</_name>
+  <_summary>Compare and merge your files</_summary>
+  <description>
+    <_p>
+      Meld is a visual diff and merge tool targeted at developers.
+      Meld helps you compare files, directories, and version controlled projects.
+      It provides two- and three-way comparison of both files and directories,
+      and supports many version control systems including Git, Mercurial,
+      Bazaar and Subversion.
+    </_p>
+    <_p>
+      Meld helps you review code changes, understand patches, and makes enormous
+      merge conflicts slightly less painful.
+    </_p>
+  </description>
+  <kudos>
+    <kudo>AppMenu</kudo>
+    <kudo>HiDpiIcon</kudo>
+    <kudo>HighContrast</kudo>
+    <kudo>ModernToolkit</kudo>
+    <kudo>UserDocs</kudo>
+  </kudos>
+  <screenshots>
+    <screenshot type="default" width="992" height="759">
+      <image>http://meldmerge.org/images/meld-filediff-full.png</image>
+    </screenshot>
+    <screenshot width="655" height="532">
+      <image>http://meldmerge.org/images/meld-dircomp-full.png</image>
+    </screenshot>
+    <screenshot width="655" height="532">
+      <image>http://meldmerge.org/images/meld-vc-full.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://meldmerge.org</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=meld</url>
+  <url type="donation">http://www.gnome.org/friends/</url>
+  <update_contact>meld-list gnome org</update_contact>
+  <project_group>GNOME</project_group>
+</component>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]