[aisleriot] Updated appdata to latest specification



commit 3ee6208385518c43b885cc93c84a5aec3acefb93
Author: Corentin Noël <corentin elementary io>
Date:   Fri Apr 22 18:33:17 2016 +0200

    Updated appdata to latest specification

 data/sol.appdata.xml.in |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/data/sol.appdata.xml.in b/data/sol.appdata.xml.in
index 6a068c7..20465e3 100644
--- a/data/sol.appdata.xml.in
+++ b/data/sol.appdata.xml.in
@@ -16,11 +16,10 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <!-- FIXME: the xmlns for appdata is made-up -->
-<application
+<component
   xmlns="https://www.freedesktop.org/standards/appdata/1.0";
-  xmlns:xi="http://www.w3.org/2001/XInclude";
-  xmlns:its="http://www.w3.org/2005/11/its";>
-  <id type="desktop">sol.desktop</id>
+  type="desktop">
+  <id>sol.desktop</id>
   <metadata_license>GPL-3.0+</metadata_license>
   <project_license>GPL-3.0+</project_license>
   <_name>Aisleriot Solitaire</_name>
@@ -43,4 +42,4 @@
   <url type="homepage">https://wiki.gnome.org/Apps/Aisleriot</url>
   <project_group>GNOME</project_group>
   <translation type="gettext">aisleriot</translation>
-</application>
+</component>


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