summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-04-20 20:02:45 +0000
committerThomas Jarosch <tomj@simonv.com>2011-04-20 20:02:45 +0000
commitc6e6710bcf317ff8df2e1ecbcb2577ebaf38f90f (patch)
tree538d0abc3b6866ffa38df40906835ce10664882f /packaging
parent12a60efca96be568da63c274abd074cf05f504a7 (diff)
downloadrockbox-c6e6710bcf317ff8df2e1ecbcb2577ebaf38f90f.tar.gz
rockbox-c6e6710bcf317ff8df2e1ecbcb2577ebaf38f90f.zip
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
Diffstat (limited to 'packaging')
-rw-r--r--packaging/pandora/PXML.xml36
1 files changed, 33 insertions, 3 deletions
diff --git a/packaging/pandora/PXML.xml b/packaging/pandora/PXML.xml
index 8c991df3c2..9fb9908bce 100644
--- a/packaging/pandora/PXML.xml
+++ b/packaging/pandora/PXML.xml
@@ -1,22 +1,52 @@
<?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">
+ <!-- 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">
<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! -->
<!-- <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"/>
+
<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"/>
+ <licenses>
+ <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://rockbox.org"/>
+ <license name="other"/>
+ </licenses>
+
<previewpics>
<pic src="rockbox_preview.jpg"/>
</previewpics>