[gnome-software] Make AppStream metadata file spec compliant
- From: Matthias Klumpp <mak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Make AppStream metadata file spec compliant
- Date: Wed, 26 Aug 2015 23:57:45 +0000 (UTC)
commit a861f31bb37e1862b614fb120090309faac3b762
Author: Matthias Klumpp <matthias tenstral net>
Date: Thu Aug 27 01:57:01 2015 +0200
Make AppStream metadata file spec compliant
We shouldn't mix stuff from the pre-0.6 era with new additions to the
spec - that just confuses people looking for examples on how to write
AppData files (even if we might parse those chimeres anyway).
data/appdata/org.gnome.Software.appdata.xml.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index bd763c5..b0f7e16 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Richard Hughes <richard hughsie com> -->
-<application>
- <id type="desktop">org.gnome.Software.desktop</id>
+<component type="desktop">
+ <id>org.gnome.Software.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<_name>GNOME Software</_name>
@@ -210,6 +210,6 @@
</release>
</releases>
<url type="homepage">https://wiki.gnome.org/Design/Apps/Software</url>
- <updatecontact>richard_at_hughsie.com</updatecontact>
+ <update_contact>richard_at_hughsie.com</update_contact>
<compulsory_for_desktop>GNOME</compulsory_for_desktop>
-</application>
+</component>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]