]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/emacs.appdata.xml: Update file format.
authorGlenn Morris <rgm@gnu.org>
Sun, 17 Dec 2017 00:12:18 +0000 (16:12 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 17 Dec 2017 00:12:18 +0000 (16:12 -0800)
etc/emacs.appdata.xml

index c3b1afb6284092ca12084764dbffcea5c290a6f0..6d9df8bf0b5b7a83d8530304f1f3505af3f8905c 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright (C) 2014-2017 Free Software Foundation, Inc. -->
-<application>
- <id type="desktop">emacs.desktop</id>
- <metadata_license>GFDL-1.3</metadata_license>
- <!-- It is GFDL-1.3+, but appdata-validate complains... -->
- <project_license>GPL-3.0+ and GFDL-1.3</project_license>
+<component type="desktop-application">
+ <id>org.gnu.emacs</id>
+ <metadata_license>GFDL-1.3+</metadata_license>
+ <project_license>GPL-3.0+ and GFDL-1.3+</project_license>
  <name>GNU Emacs</name>
  <summary>An extensible text editor</summary>
  <description>
   </ul>
  </description>
  <screenshots>
-  <screenshot type="default" width="632" height="354">https://www.gnu.org/software/emacs/images/appdata.png</screenshot>
+  <screenshot type="default">
+  <image type="source" width="632" height="354">https://www.gnu.org/software/emacs/images/appdata.png</image>
+ </screenshot>
  </screenshots>
+ <launchable type="desktop-id">emacs</launchable>
  <url type="homepage">https://www.gnu.org/software/emacs</url>
- <updatecontact>emacs-devel_at_gnu.org</updatecontact>
+ <update_contact>emacs-devel_AT_gnu.org</update_contact>
  <project_group>GNU</project_group>
-</application>
+</component>