aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-02 00:04:49 +0300
committerGitHub2016-08-02 00:04:49 +0300
commit70dc846b952eaf1ffdb67c8820d156a61df2f7df (patch)
treeea855e46fc5c25cca602810c331d5cb087022336 /dists
parent6f87a2b2e8088d23687692ae32cb45292e6703ba (diff)
parent1912c55682a09e35f239fe5c06dd283eabaedde6 (diff)
downloadscummvm-rg350-70dc846b952eaf1ffdb67c8820d156a61df2f7df.tar.gz
scummvm-rg350-70dc846b952eaf1ffdb67c8820d156a61df2f7df.tar.bz2
scummvm-rg350-70dc846b952eaf1ffdb67c8820d156a61df2f7df.zip
Merge pull request #797 from Mailaender/appdata
DISTS: Added an appdata.xml file
Diffstat (limited to 'dists')
-rw-r--r--dists/scummvm.appdata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/dists/scummvm.appdata.xml b/dists/scummvm.appdata.xml
new file mode 100644
index 0000000000..e9185cd2a6
--- /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>