diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-19 22:11:22 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-24 15:18:50 +0200 |
commit | 7360f6aeff704538e98ac8af65297c8263a053fe (patch) | |
tree | cf9baa3f7367333a43abbe2c8487bf40c876db78 /misc/dist/linux/godot.appdata.xml | |
parent | 76bfe14e00ee5c8b65275d8b8e0c4cdc25b4b899 (diff) |
Rename AppStream metadata and desktop files to follow the specification
This also adds a few more fields to the AppStream file to improve
desktop integration.
Diffstat (limited to 'misc/dist/linux/godot.appdata.xml')
-rw-r--r-- | misc/dist/linux/godot.appdata.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/misc/dist/linux/godot.appdata.xml b/misc/dist/linux/godot.appdata.xml deleted file mode 100644 index a381556025..0000000000 --- a/misc/dist/linux/godot.appdata.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2017-2018 RĂ©mi Verschelde <akien@godotengine.org> --> -<component type="desktop"> - <id>godot.desktop</id> - <metadata_license>CC0-1.0</metadata_license> - <project_license>MIT</project_license> - <name>Godot Engine</name> - <summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary> - <description> - <p> - Godot is an advanced, feature-packed, multi-platform 2D and 3D game - engine. It provides a huge set of common tools, so you can just focus on - making your game without reinventing the wheel. - </p> - <p> - Godot is completely free and open source under the very permissive MIT - license. No strings attached, no royalties, nothing. Your game is yours, - down to the last line of engine code. - </p> - </description> - <screenshots> - <screenshot type="default" width="1330" height="720"> - <caption>3D project loaded in the Godot Engine editor</caption> - <image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image> - </screenshot> - </screenshots> - <url type="homepage">https://godotengine.org</url> - <url type="bugtracker">https://github.com/godotengine/godot/issues</url> - <url type="help">http://docs.godotengine.org</url> - <url type="donation">https://godotengine.org/donate</url> - <url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url> - <developer_name>The Godot Engine Community</developer_name> - <update_contact>akien_at_godotengine_dot_org</update_contact> -</component> |