Update pandora packaging file

- Add package tag so we can differentiate
  between packager and original code authors

- Add GPLv2 license tag + "other" license tag

- Misc cleanup and made sure it validates
  against the latest PXML xml schema.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-04-20 20:02:45 +00:00
parent 12a60efca9
commit c6e6710bcf

View file

@ -1,22 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
<!-- Note: Don't change the unique ID -->
<package id="rockbox.thomasjfox.003">
<author name="Thomas Jarosch" website="http://www.rockbox.org"/>
<!-- Note: Another version tag below -->
<version major="3" minor="8" release="x" build="3"/>
<titles>
<title lang="en_US">Rockbox</title>
</titles>
<descriptions>
<description lang="en_US">rockbox digital music player</description>
</descriptions>
<icon src="rockbox.png"/>
</package>
<!-- Note: Don't change the unique ID -->
<application id="rockbox.thomasjfox.003" appdata="rockbox"> <application id="rockbox.thomasjfox.003" appdata="rockbox">
<exec command="run_rockbox.sh"/> <exec command="run_rockbox.sh"/>
<title lang="en_US">Rockbox</title> <titles>
<title lang="en_US">Rockbox</title>
</titles>
<!-- if you want to provide a manual, uncomment the following line and set correct values! --> <!-- if you want to provide a manual, uncomment the following line and set correct values! -->
<!-- <info name=" manual" type="html" src="manual.html"/> --> <!-- <info name=" manual" type="html" src="manual.html"/> -->
<author name="Thomas Jarosch" website="http://www.rockbox.org"/> <author name="The rockbox team" website="http://www.rockbox.org"/>
<version major="3" minor="8" release="x" build="3"/> <version major="3" minor="8" release="x" build="3"/>
<osversion major="1" minor="0" release="0" build="0"/> <osversion major="1" minor="0" release="0" build="0"/>
<description lang="en_US">rockbox digital music player</description> <descriptions>
<description lang="en_US">rockbox digital music player</description>
</descriptions>
<icon src="rockbox.png"/> <icon src="rockbox.png"/>
<licenses>
<license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://rockbox.org"/>
<license name="other"/>
</licenses>
<previewpics> <previewpics>
<pic src="rockbox_preview.jpg"/> <pic src="rockbox_preview.jpg"/>
</previewpics> </previewpics>