diff options
author | Juhani Numminen <juhaninumminen0@gmail.com> | 2017-01-17 17:26:21 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2017-03-05 20:56:20 +0100 |
commit | 0e27b4b978d81504a9e3bf221e6e4691c720e6ef (patch) | |
tree | 66e771a01e760accbf68f590d1863729b6c5ae4a /misc | |
parent | e10e5fd16c2bd55b9b106edc6cedd07530cf103d (diff) | |
download | minetest-0e27b4b978d81504a9e3bf221e6e4691c720e6ef.tar.gz minetest-0e27b4b978d81504a9e3bf221e6e4691c720e6ef.tar.bz2 minetest-0e27b4b978d81504a9e3bf221e6e4691c720e6ef.zip |
Update .appdata and .desktop files
Diffstat (limited to 'misc')
-rw-r--r-- | misc/net.minetest.minetest.appdata.xml (renamed from misc/minetest.appdata.xml) | 26 | ||||
-rw-r--r-- | misc/net.minetest.minetest.desktop (renamed from misc/minetest.desktop) | 0 |
2 files changed, 19 insertions, 7 deletions
diff --git a/misc/minetest.appdata.xml b/misc/net.minetest.minetest.appdata.xml index 65acf96ec..277225d4b 100644 --- a/misc/minetest.appdata.xml +++ b/misc/net.minetest.minetest.appdata.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">minetest.desktop</id> +<component type="desktop-application"> + <id>net.minetest.minetest.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license> <name>Minetest</name> @@ -28,9 +28,15 @@ </ul> </description> <screenshots> - <screenshot type="default" width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</screenshot> - <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</screenshot> - <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</screenshot> + <screenshot type="default"> + <image width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</image> + </screenshot> + <screenshot> + <image width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</image> + </screenshot> + <screenshot> + <image width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</image> + </screenshot> </screenshots> <keywords> <keyword>sandbox</keyword> @@ -42,5 +48,11 @@ <url type="bugtracker">http://www.minetest.net/development/#reporting-issues</url> <url type="translate">http://dev.minetest.net/Translation</url> <url type="donation">http://www.minetest.net/development/#donate</url> - <updatecontact>sfan5@live.de</updatecontact> -</application> + <url type="faq">http://wiki.minetest.net/FAQ</url> + <url type="help">http://wiki.minetest.net</url> + <provides> + <binary>minetest</binary> + </provides> + <translation type="gettext">minetest</translation> + <update_contact>sfan5@live.de</update_contact> +</component> diff --git a/misc/minetest.desktop b/misc/net.minetest.minetest.desktop index ca493c44e..ca493c44e 100644 --- a/misc/minetest.desktop +++ b/misc/net.minetest.minetest.desktop |