diff options
Diffstat (limited to 'backends/platform/openpandora/build/PXML.xml')
-rwxr-xr-x | backends/platform/openpandora/build/PXML.xml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/backends/platform/openpandora/build/PXML.xml b/backends/platform/openpandora/build/PXML.xml deleted file mode 100755 index a87c49e2b8..0000000000 --- a/backends/platform/openpandora/build/PXML.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd"> - <!-- This is the package, in our case ScummVM --> - <package id="scummvm.djwillis.0001"> - <author name="DJWillis" website="http://www.scummvm.org/"/> - <!-- version type can be alpha, beta or release, set to release in branch --> - <version major="1" minor="4" release="0" build="1" type="alpha"/> - <!-- Both title and titles are needed --> - <title lang="en_US">ScummVM</title> - <titles> - <title lang="en_US">ScummVM</title> - </titles> - <descriptions> - <description lang="en_US"> - ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! - - ScummVM supports many adventure games, including LucasArts SCUMM games (such as Monkey Island 1-3, Day of the Tentacle, Sam & Max, ...), many of Sierra's AGI and SCI games (such as King's Quest 1-6, Space Quest 1-5, ...), Discworld 1 and 2, Simon the Sorcerer 1 and 2, Beneath A Steel Sky, Lure of the Temptress, Broken Sword 1 and 2, Flight of the Amazon Queen, Gobliiins 1-3, The Legend of Kyrandia 1-3, many of Humongous Entertainment's children's SCUMM games (including Freddi Fish and Putt Putt games) and many more. - </description> - </descriptions> - <icon src="icon/scummvm.png"/> - </package> - - <!-- This is the application, the ScummVM binary --> - <application id="scummvm.djwillis.0001" appdata="scummvm"> - <exec command="./runscummvm.sh"/> - <author name="DJWillis" website="http://www.scummvm.org/"/> - <!-- version type can be alpha, beta or release, set to release in branch --> - <version major="1" minor="4" release="0" build="1" type="alpha"/> - <!-- Both title and titles are needed --> - <title lang="en_US">ScummVM</title> - <titles> - <title lang="en_US">ScummVM</title> - </titles> - <descriptions> - <description lang="en_US"> - ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! - - ScummVM supports many adventure games, including LucasArts SCUMM games (such as Monkey Island 1-3, Day of the Tentacle, Sam & Max, ...), many of Sierra's AGI and SCI games (such as King's Quest 1-6, Space Quest 1-5, ...), Discworld 1 and 2, Simon the Sorcerer 1 and 2, Beneath A Steel Sky, Lure of the Temptress, Broken Sword 1 and 2, Flight of the Amazon Queen, Gobliiins 1-3, The Legend of Kyrandia 1-3, many of Humongous Entertainment's children's SCUMM games (including Freddi Fish and Putt Putt games) and many more. - </description> - </descriptions> - <licenses> - <license name="GPLv2" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://www.scummvm.org"/> - </licenses> - <icon src="icon/scummvm.png"/> - <previewpics> - <pic src="icon/preview-pic.png"/> - </previewpics> - <info name="ScummVM Documentation" type="text/html" src="docs/index.html"/> - <categories> - <category name="Game"> - <subcategory name="AdventureGame"/> - </category> - </categories> - </application> -</PXML> |