File appdata.patch of Package mrrescue
From 0b378941ffbb6082b8eccabbf3981a2fa6292094 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
<Mailaender@users.noreply.github.com>
Date: Mon, 6 Feb 2017 21:39:31 +0100
Subject: [PATCH] Create mrrescue.appdata.xml
---
mrrescue.appdata.xml | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 mrrescue.appdata.xml
diff --git a/mrrescue.appdata.xml b/mrrescue.appdata.xml
new file mode 100644
index 0000000..299c936
--- /dev/null
+++ b/mrrescue.appdata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>mrrescue.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>Zlib</project_license>
+ <name>Mr Rescue</name>
+ <summary>Arcade-style fire fighting game</summary>
+ <description>
+ <p>
+ Mr. Rescue is an arcade styled 2d action game centered around evacuating
+ civilians from burning buildings. The game features fast paced fire
+ extinguishing action, intense boss battles, a catchy soundtrack and lots of
+ throwing people around in pseudo-randomly generated buildings.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>http://tangramgames.dk/games/mrrescue/images/1.png</image>
+ </screenshot>
+ <screenshot>
+ <image>http://tangramgames.dk/games/mrrescue/images/2.png</image>
+ </screenshot>
+ <screenshot>
+ <image>http://tangramgames.dk/games/mrrescue/images/3.png</image>
+ </screenshot>
+ <screenshot>
+ <image>http://tangramgames.dk/games/mrrescue/images/4.png</image>
+ </screenshot>
+ <screenshot>
+ <image>http://tangramgames.dk/games/mrrescue/images/5.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://tangramgames.dk/games/mrrescue/</url>
+ <url type="bugtracker">https://github.com/SimonLarsen/mrrescue/issues</url>
+</component>