mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
105 lines
2.9 KiB
XML
105 lines
2.9 KiB
XML
<?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="libretro" website="https://www.libretro.com/"/>
|
|
|
|
<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="Libretro" website="https://www.retroarch.com"/>
|
|
|
|
<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="Libretro" website="https://www.retroarch.com"/>
|
|
|
|
<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>
|