forked from pool/scummvm
45 lines
1.7 KiB
Diff
45 lines
1.7 KiB
Diff
|
From cba074852eb6a3c8b3010493e4aa7fed548391fe Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
|
||
|
Date: Fri, 29 Jul 2016 19:46:25 +0200
|
||
|
Subject: [PATCH] Add an appdata.xml file.
|
||
|
|
||
|
---
|
||
|
dists/scummvm.appdata.xml | 28 ++++++++++++++++++++++++++++
|
||
|
1 file changed, 28 insertions(+)
|
||
|
create mode 100644 dists/scummvm.appdata.xml
|
||
|
|
||
|
diff --git a/dists/scummvm.appdata.xml b/dists/scummvm.appdata.xml
|
||
|
new file mode 100644
|
||
|
index 0000000..e9185cd
|
||
|
--- /dev/null
|
||
|
+++ b/dists/scummvm.appdata.xml
|
||
|
@@ -0,0 +1,28 @@
|
||
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||
|
+<component type="desktop">
|
||
|
+ <id>scummvm.desktop</id>
|
||
|
+ <metadata_license>CC0-1.0</metadata_license>
|
||
|
+ <project_license>GPL-2.0+</project_license>
|
||
|
+ <name>ScummVM</name>
|
||
|
+ <summary>Interpreter for several adventure games</summary>
|
||
|
+ <description>
|
||
|
+ <p>
|
||
|
+ ScummVM is an interpreter that will play graphic adventure games written
|
||
|
+ for LucasArts' SCUMM virtual machine (such as Day of the Tentacle and
|
||
|
+ Monkey Island), Sierra's AGI adventures (such as early King's Quest and
|
||
|
+ Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files,
|
||
|
+ Revolution Software's Beneath a Steel Sky and Broken Sword 1, 2 and 2.5,
|
||
|
+ Interactive Binary Illusions' Flight of the Amazon Queen,
|
||
|
+ Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's
|
||
|
+ Legend of Kyrandia, and various others.
|
||
|
+ </p>
|
||
|
+ </description>
|
||
|
+ <screenshots>
|
||
|
+ <screenshot type="default">
|
||
|
+ <image>http://wiki.scummvm.org/images/f/f8/Launcherwithgames.png</image>
|
||
|
+ <caption>ScummVM Launcher</caption>
|
||
|
+ </screenshot>
|
||
|
+ </screenshots>
|
||
|
+ <url type="homepage">https://www.scummvm.org</url>
|
||
|
+ <updatecontact>scummvm-devel@lists.sourceforge.net</updatecontact>
|
||
|
+</component>
|