1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* etc/emacs.appdata.xml: Update file format.

This commit is contained in:
Glenn Morris 2017-12-16 16:12:18 -08:00
parent 080f227331
commit c5061d81b9

View 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>
@ -25,9 +24,12 @@
</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>