[eog] data: Add missing information to the AppData file



commit dfc5f0b12685f6cff2a53ef523fb2cc2f0c0fd95
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 15 15:20:38 2016 +0000

    data: Add missing information to the AppData file
    
    It now should not display as 'non-free' when viewed with GNOME Software.

 data/eog.appdata.xml.in |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/data/eog.appdata.xml.in b/data/eog.appdata.xml.in
index 0ad02fd..3c0ba4b 100644
--- a/data/eog.appdata.xml.in
+++ b/data/eog.appdata.xml.in
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<application>
-  <id type="desktop">eog.desktop</id>
-  <licence>CC0</licence>
+<component type="desktop">
+  <id>eog.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+ and GFDL-1.3</project_license>
+  <_name>Eye of GNOME</_name>
+  <_summary>Browse and rotate images</_summary>
   <description>
     <_p>
       The Eye of GNOME is the official image viewer for the GNOME desktop.
@@ -16,10 +19,15 @@
     </_p>
   </description>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog</url>
+  <url type="donation">http://www.gnome.org/friends/</url>
+  <url type="help">https://help.gnome.org/users/eog/stable/</url>
   <screenshots>
-    <screenshot type="default">https://git.gnome.org/browse/eog/plain/data/screenshot.png</screenshot>
+    <screenshot type="default">
+      <image>https://git.gnome.org/browse/eog/plain/data/screenshot.png</image>
+    </screenshot>
   </screenshots>
-  <updatecontact>eog-list gnome org</updatecontact>
+  <update_contact>eog-list gnome org</update_contact>
   <kudos>
     <kudo>AppMenu</kudo>
     <kudo>HiDpiIcon</kudo>
@@ -29,4 +37,4 @@
   </kudos>
   <project_group>GNOME</project_group>
   <translation type="gettext">eog</translation>
-</application>
+</component>


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