add a patch tag OBS-URL: https://build.opensuse.org/request/show/821552 OBS-URL: https://build.opensuse.org/package/show/games/opentyrian?expand=0&rev=14
75 lines
3.4 KiB
Diff
75 lines
3.4 KiB
Diff
From fe80009bf8fd1069c5e8403c49fd013893b16eee Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
|
|
<Mailaender@users.noreply.github.com>
|
|
Date: Fri, 17 Jul 2020 20:28:43 +0200
|
|
Subject: [PATCH] Create opentyrian.appdata.xml
|
|
|
|
---
|
|
linux/opentyrian.appdata.xml | 57 ++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 57 insertions(+)
|
|
create mode 100644 linux/opentyrian.appdata.xml
|
|
|
|
diff --git a/linux/opentyrian.appdata.xml b/linux/opentyrian.appdata.xml
|
|
new file mode 100644
|
|
index 0000000..b2c26ac
|
|
--- /dev/null
|
|
+++ b/linux/opentyrian.appdata.xml
|
|
@@ -0,0 +1,57 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<component type="desktop">
|
|
+ <id>opentyrian.desktop</id>
|
|
+ <metadata_license>CC0-1.0</metadata_license>
|
|
+ <project_license>GPL-2.0</project_license>
|
|
+ <name>OpenTyrian</name>
|
|
+ <summary>An open-source port of the DOS shoot-em-up Tyrian.</summary>
|
|
+ <description>
|
|
+ <p>
|
|
+ Tyrian is an arcade-style vertical scrolling shooter. The story is set in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed to fight MicroSol and save the galaxy.
|
|
+ </p>
|
|
+ <p>
|
|
+ Tyrian features a story mode, one- and two-player arcade modes, and networked multiplayer.
|
|
+ </p>
|
|
+ </description>
|
|
+ <screenshots>
|
|
+ <screenshot>
|
|
+ <image>https://lutris.net/media/games/screenshots/TyrianArcade.png</image>
|
|
+ </screenshot>
|
|
+ <screenshot>
|
|
+ <image>https://lutris.net/media/games/screenshots/3oHFSdy.png</image>
|
|
+ </screenshot>
|
|
+ <screenshot>
|
|
+ <image>https://lutris.net/media/games/screenshots/tyrian2000-05.jpg</image>
|
|
+ </screenshot>
|
|
+ <screenshot>
|
|
+ <image>https://lutris.net/media/games/screenshots/tyrian2000-03.jpg</image>
|
|
+ </screenshot>
|
|
+ <screenshot>
|
|
+ <image>https://lutris.net/media/games/screenshots/tyrian2000-07.jpg</image>
|
|
+ </screenshot>
|
|
+ </screenshots>
|
|
+ <url type="homepage">https://github.com/opentyrian/</url>
|
|
+ <update_contact>https://github.com/carlreinke</update_contact>
|
|
+ <content_rating type="oars-1.0">
|
|
+ <content_attribute id="violence-cartoon">moderate</content_attribute>
|
|
+ <content_attribute id="violence-fantasy">moderate</content_attribute>
|
|
+ <content_attribute id="violence-realistic">none</content_attribute>
|
|
+ <content_attribute id="violence-bloodshed">none</content_attribute>
|
|
+ <content_attribute id="violence-sexual">none</content_attribute>
|
|
+ <content_attribute id="drugs-alcohol">none</content_attribute>
|
|
+ <content_attribute id="drugs-narcotics">none</content_attribute>
|
|
+ <content_attribute id="drugs-tobacco">none</content_attribute>
|
|
+ <content_attribute id="sex-nudity">none</content_attribute>
|
|
+ <content_attribute id="sex-themes">none</content_attribute>
|
|
+ <content_attribute id="language-profanity">mild</content_attribute>
|
|
+ <content_attribute id="language-humor">mild</content_attribute>
|
|
+ <content_attribute id="language-discrimination">none</content_attribute>
|
|
+ <content_attribute id="social-chat">none</content_attribute>
|
|
+ <content_attribute id="social-info">none</content_attribute>
|
|
+ <content_attribute id="social-audio">none</content_attribute>
|
|
+ <content_attribute id="social-location">none</content_attribute>
|
|
+ <content_attribute id="social-contacts">none</content_attribute>
|
|
+ <content_attribute id="money-purchasing">none</content_attribute>
|
|
+ <content_attribute id="money-gambling">none</content_attribute>
|
|
+ </content_rating>
|
|
+</component>
|