aboutsummaryrefslogtreecommitdiff
path: root/dists/openpandora/PXML.xml.in
blob: 8607da8412838a4e24401a2f107d9967481f688b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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="https://www.scummvm.org/"/>
        <!-- version type can be alpha, beta or release, set to release in branch -->
        <version major="@VER_MAJOR@" minor="@VER_MINOR@" release="@VER_PATCH@" build="1" type="release"/>
        <!-- Both title and titles are needed -->
        <title lang="en_US">ScummVM @VERSION@</title>
        <titles>
            <title lang="en_US">ScummVM @VERSION@</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 &amp; 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="https://www.scummvm.org/"/>
        <!-- version type can be alpha, beta or release, set to release in branch -->
        <version major="@VER_MAJOR@" minor="@VER_MINOR@" release="@VER_PATCH@" build="1" type="release"/>
        <!-- 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 &amp; 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="https://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>