SHA256
1
0
forked from pool/cdogs-sdl
cdogs-sdl/appdata.patch

45 lines
1.8 KiB
Diff

From ee005feadbbd90641d119f6204100a566e68d9f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
<Mailaender@users.noreply.github.com>
Date: Sat, 20 Aug 2016 22:21:47 +0200
Subject: [PATCH 1/3] Create cdogs-sdl.appdata.xml
---
build/linux/cdogs-sdl.appdata.xml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 build/linux/cdogs-sdl.appdata.xml
diff --git a/build/linux/cdogs-sdl.appdata.xml b/build/linux/cdogs-sdl.appdata.xml
new file mode 100644
index 0000000..630762c
--- /dev/null
+++ b/build/linux/cdogs-sdl.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="desktop">
+ <id>cdogs-sdl.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>C-Dogs</name>
+ <summary>Classic overhead run-and-gun game</summary>
+ <description>
+ <p>
+ C-Dogs is an arcade shoot-em-up which lets players work alone and
+ cooperatively during missions or fight against each other in the
+ “dogfight” deathmatch mode.
+ </p>
+ <p>
+ Customize your player, choose from many weapons, and blast, slide and
+ slash your way through over 100 user-created campaigns.
+ </p>
+ </description>
+ <url type="homepage">http://cxong.github.io/cdogs-sdl/</url>
+ <url type="help">https://github.com/cxong/cdogs-sdl/wiki/Walkthrough</url>
+ <screenshots>
+ <screenshot
+ type="default">https://raw.githubusercontent.com/cxong/cdogs-sdl/master/wiki/images/game_screen.png</screenshot>
+ <screenshot>https://raw.github.com/cxong/cdogs-sdl/master/wiki/images/screenshots/hqx_new.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/cxong/cdogs-sdl/master/wiki/images/screenshots/quick_play.png</screenshot>
+ </screenshots>
+</component>