forked from libretro/RetroArch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPXML.xml
104 lines (68 loc) · 2.88 KB
/
PXML.xml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?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">
<!-- please see http://pandorawiki.org/PXML_specification for more information before editing, and remember the order does matter -->
<package id="retroarch.lifning.001">
<author name="lifning" website="http://libretro.org/"/>
<version major="0" minor="9" release="7" build="2" type="beta"/>
<titles>
<title lang="en_US">RetroArch</title>
</titles>
<descriptions>
<description lang="en_US">RetroArch is a modular multi-system emulator system that is designed to be fast, lightweight, and portable.</description>
</descriptions>
<icon src="icon.png"/>
</package>
<application id="retroarch.lifning.001" appdata="retroarch">
<exec command="scripts/retroarch.sh"/>
<author name="Themaister" website="http://themaister.net/retroarch.html"/>
<version major="0" minor="9" release="7" build="1"/>
<osversion major="1" minor="0" release="0" build="0"/>
<titles>
<title lang="en_US">RetroArch</title>
</titles>
<!-- pre HF6 compatibility: -->
<title lang="en_US">RetroArch</title>
<descriptions>
<description lang="en_US">Frontend to libretro</description>
</descriptions>
<!-- pre HF6 compatibility: -->
<description lang="en_US">Frontend to libretro</description>
<icon src="icon.png"/>
<previewpics>
<pic src="previews/retroarch.png"/>
</previewpics>
<info name="RetroArch documentation" type="text/html" src="/mnt/utmp/retroarch/readme.html"/>
<categories>
<!-- http://standards.freedesktop.org/menu-spec/latest/apa.html -->
<category name="Game">
<subcategory name="Emulator"/>
</category>
</categories>
</application>
<application id="retroarch.lifning.002" appdata="retroarch">
<exec command="scripts/retroarch-phoenix.sh"/>
<author name="Themaister" website="http://themaister.net/retroarch.html"/>
<version major="0" minor="9" release="7" build="1"/>
<osversion major="1" minor="0" release="0" build="0"/>
<titles>
<title lang="en_US">RetroArch-Phoenix</title>
</titles>
<!-- pre HF6 compatibility: -->
<title lang="en_US">RetroArch-Phoenix</title>
<descriptions>
<description lang="en_US">Frontend to frontend to libretro</description>
</descriptions>
<!-- pre HF6 compatibility: -->
<description lang="en_US">Frontend to frontend to libretro</description>
<icon src="icon.png"/>
<previewpics>
<pic src="previews/retroarch-phoenix.png"/>
</previewpics>
<categories>
<!-- http://standards.freedesktop.org/menu-spec/latest/apa.html -->
<category name="Game">
<subcategory name="Emulator"/>
</category>
</categories>
</application>
</PXML>