diff options
author | Matthias Mailänder | 2016-07-29 19:46:25 +0200 |
---|---|---|
committer | Matthias Mailänder | 2016-07-29 21:56:27 +0200 |
commit | 53248ecd2f7929595c87fdfab474d9fdf4f41a2a (patch) | |
tree | 65b9b9556bec4de31c0afd1e20c506316961d7da /dists | |
parent | f50d9feee1e04a8ca9271b21859bda48172b7ff5 (diff) | |
download | scummvm-rg350-53248ecd2f7929595c87fdfab474d9fdf4f41a2a.tar.gz scummvm-rg350-53248ecd2f7929595c87fdfab474d9fdf4f41a2a.tar.bz2 scummvm-rg350-53248ecd2f7929595c87fdfab474d9fdf4f41a2a.zip |
DISTS: Add an appdata.xml file.
Diffstat (limited to 'dists')
-rw-r--r-- | dists/scummvm.appdata.xml | 28 |
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> |