File desktop.patch of Package teeworlds
From 855f7d65a95c43e66bf9364e8a394135c5ca10c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Sat, 30 Jul 2016 12:20:44 +0200
Subject: [PATCH 1/2] Add a .desktop shortcut file.
---
other/teeworlds.desktop | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 other/teeworlds.desktop
diff --git a/other/teeworlds.desktop b/other/teeworlds.desktop
new file mode 100644
index 0000000..f8a581a
--- /dev/null
+++ b/other/teeworlds.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Teeworlds
+GenericName=Online multi-player 2D platform shooter
+Type=Application
+Terminal=false
+Exec=teeworlds
+Icon=teeworlds
+Comment=Teeworlds: Jumping the Gun
+Categories=Game;ArcadeGame;
From 1473639f83b6e2d929f9aa7f07111244eb09d5f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <matthias@mailaender.name>
Date: Sat, 30 Jul 2016 12:20:58 +0200
Subject: [PATCH 2/2] Add an appdata.xml file.
---
other/teeworlds.appdata.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 other/teeworlds.appdata.xml
diff --git a/other/teeworlds.appdata.xml b/other/teeworlds.appdata.xml
new file mode 100644
index 0000000..3d05dbb
--- /dev/null
+++ b/other/teeworlds.appdata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">teeworlds.desktop</id>
+ <license>Zlib and CC-BY-SA-3.0</license>
+ <metadata_license>CC0-1.0</metadata_license>
+ <summary>Online multiplayer shooter game</summary>
+ <description>
+ <p>
+ Teeworlds is a free online multiplayer game. Battle with up to 16 players
+ in a variety of game modes, including Team Deathmatch and Capture The Flag.
+ You can even design your own maps!
+ </p>
+ </description>
+ <url type="homepage">https://www.teeworlds.com/</url>
+ <screenshots>
+ <screenshot>https://www.teeworlds.com/images/screens/screenshot_desert.png</screenshot>
+ <screenshot>https://www.teeworlds.com/images/screens/screenshot_grass.png</screenshot>
+ <screenshot>https://www.teeworlds.com/images/screens/screenshot_winter.png</screenshot>
+ <screenshot>https://www.teeworlds.com/images/screens/screenshot_jungle.png</screenshot>
+ </screenshots>
+</application>