[gnome-documents] appdata: Update to comply with recent versions of the specification



commit 988ae0c47b2c089647b337a2b8622ff6dacaaca8
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Aug 17 16:14:57 2017 +0200

    appdata: Update to comply with recent versions of the specification
    
    Otherwise Gettext is unable to recognize it as an appdata when
    extracting strings from it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786418

 data/org.gnome.Books.appdata.xml.in     |    8 ++++----
 data/org.gnome.Documents.appdata.xml.in |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/org.gnome.Books.appdata.xml.in b/data/org.gnome.Books.appdata.xml.in
index 0fbc370..b7a3383 100644
--- a/data/org.gnome.Books.appdata.xml.in
+++ b/data/org.gnome.Books.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2015 Red Hat, Inc. -->
-<application>
-  <id type="desktop">org.gnome.Books.desktop</id>
+<component type="desktop">
+  <id>org.gnome.Books.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <_name>Books</_name>
@@ -30,7 +30,6 @@
   <url type="homepage">https://wiki.gnome.org/Apps/Books</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <_developer_name>The GNOME Project</_developer_name>
-  <updatecontact>debarshir_at_gnome.org</updatecontact>
   <screenshots>
     <screenshot type="default">
       <image 
type="source">https://git.gnome.org/browse/gnome-documents/plain/data/screenshots/gnome-books-1.png</image>
@@ -42,4 +41,5 @@
       <image 
type="source">https://git.gnome.org/browse/gnome-documents/plain/data/screenshots/gnome-books-3.png</image>
     </screenshot>
   </screenshots>
-</application>
+  <update_contact>debarshir_at_gnome.org</update_contact>
+</component>
diff --git a/data/org.gnome.Documents.appdata.xml.in b/data/org.gnome.Documents.appdata.xml.in
index 7291f1d..d3e981d 100644
--- a/data/org.gnome.Documents.appdata.xml.in
+++ b/data/org.gnome.Documents.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2013 Red Hat, Inc. -->
-<application>
-  <id type="desktop">org.gnome.Documents.desktop</id>
+<component type="desktop">
+  <id>org.gnome.Documents.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <_name>Documents</_name>
@@ -37,7 +37,6 @@
   <url type="homepage">https://wiki.gnome.org/Apps/Documents</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <_developer_name>The GNOME Project</_developer_name>
-  <updatecontact>debarshir_at_gnome.org</updatecontact>
   <screenshots>
     <screenshot type="default">
       <image 
type="source">https://git.gnome.org/browse/gnome-documents/plain/data/screenshots/gnome-documents-1.png</image>
@@ -50,5 +49,6 @@
     </screenshot>
   </screenshots>
   <project_group>GNOME</project_group>
+  <update_contact>debarshir_at_gnome.org</update_contact>
   <translation type="gettext">gnome-documents</translation>
-</application>
+</component>


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