mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
* etc/emacs.appdata.xml: Update file format.
This commit is contained in:
parent
080f227331
commit
c5061d81b9
1 changed files with 10 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue