From 7360f6aeff704538e98ac8af65297c8263a053fe Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 19 Jul 2018 22:11:22 +0200 Subject: 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. --- misc/dist/linux/godot.appdata.xml | 34 ------------------- misc/dist/linux/godot.desktop | 9 ----- misc/dist/linux/org.godotengine.Godot.appdata.xml | 40 +++++++++++++++++++++++ misc/dist/linux/org.godotengine.Godot.desktop | 9 +++++ 4 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 misc/dist/linux/godot.appdata.xml delete mode 100644 misc/dist/linux/godot.desktop create mode 100644 misc/dist/linux/org.godotengine.Godot.appdata.xml create mode 100644 misc/dist/linux/org.godotengine.Godot.desktop 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 @@ - - - - godot.desktop - CC0-1.0 - MIT - Godot Engine - Multi-platform 2D and 3D game engine with a feature-rich editor - -

- 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. -

-

- 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. -

-
- - - 3D project loaded in the Godot Engine editor - https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg - - - https://godotengine.org - https://github.com/godotengine/godot/issues - http://docs.godotengine.org - https://godotengine.org/donate - https://hosted.weblate.org/projects/godot-engine/godot - The Godot Engine Community - akien_at_godotengine_dot_org -
diff --git a/misc/dist/linux/godot.desktop b/misc/dist/linux/godot.desktop deleted file mode 100644 index 974352b117..0000000000 --- a/misc/dist/linux/godot.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Godot Engine -GenericName=Libre game engine -Comment=Multi-platform 2D and 3D game engine with a feature rich editor -Exec=godot -p -Icon=godot -Terminal=false -Type=Application -Categories=Development;IDE; diff --git a/misc/dist/linux/org.godotengine.Godot.appdata.xml b/misc/dist/linux/org.godotengine.Godot.appdata.xml new file mode 100644 index 0000000000..8278f1f6f5 --- /dev/null +++ b/misc/dist/linux/org.godotengine.Godot.appdata.xml @@ -0,0 +1,40 @@ + + + + org.godotengine.Godot.desktop + CC0-1.0 + MIT + Godot Engine + Multi-platform 2D and 3D game engine with a feature-rich editor + https://raw.githubusercontent.com/godotengine/godot/master/icon.png + ​org.godotengine.Godot.desktop + +

+ 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. +

+

+ 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. +

+
+ + + 3D project loaded in the Godot Engine editor + https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg + + + + Development + + https://godotengine.org + https://github.com/godotengine/godot/issues + http://docs.godotengine.org/en/latest/about/faq.html + http://docs.godotengine.org + https://godotengine.org/donate + https://hosted.weblate.org/projects/godot-engine/godot + The Godot Engine Community + akien_at_godotengine_dot_org +
diff --git a/misc/dist/linux/org.godotengine.Godot.desktop b/misc/dist/linux/org.godotengine.Godot.desktop new file mode 100644 index 0000000000..439b1d87b8 --- /dev/null +++ b/misc/dist/linux/org.godotengine.Godot.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Godot Engine +GenericName=Libre game engine +Comment=Multi-platform 2D and 3D game engine with a feature-rich editor +Exec=godot -p +Icon=godot +Terminal=false +Type=Application +Categories=Development;IDE; -- cgit v1.2.3