Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd"> |
| 3 | |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 4 | <!-- Note: Don't change the unique ID --> |
| 5 | <package id="rockbox.thomasjfox.003"> |
| 6 | <author name="Thomas Jarosch" website="http://www.rockbox.org"/> |
| 7 | |
| 8 | <!-- Note: Another version tag below --> |
Thomas Jarosch | 00c37a6 | 2013-03-10 13:28:44 +0100 | [diff] [blame] | 9 | <version major="3" minor="13" release="x" build="1"/> |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 10 | |
| 11 | <titles> |
| 12 | <title lang="en_US">Rockbox</title> |
| 13 | </titles> |
| 14 | |
| 15 | <descriptions> |
| 16 | <description lang="en_US">rockbox digital music player</description> |
| 17 | </descriptions> |
| 18 | |
| 19 | <icon src="rockbox.png"/> |
| 20 | </package> |
| 21 | |
| 22 | <!-- Note: Don't change the unique ID --> |
Thomas Jarosch | 7733ab9 | 2011-04-16 21:42:57 +0000 | [diff] [blame] | 23 | <application id="rockbox.thomasjfox.003" appdata="rockbox"> |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 24 | <exec command="run_rockbox.sh"/> |
| 25 | |
Thomas Jarosch | 79dd27d | 2011-05-25 20:12:25 +0000 | [diff] [blame] | 26 | <!-- Old title tag for pre hotfix6 OS version --> |
| 27 | <title lang="en_US">Rockbox</title> |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 28 | <titles> |
| 29 | <title lang="en_US">Rockbox</title> |
| 30 | </titles> |
| 31 | |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 32 | <!-- if you want to provide a manual, uncomment the following line and set correct values! --> |
| 33 | <!-- <info name=" manual" type="html" src="manual.html"/> --> |
| 34 | |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 35 | <author name="The rockbox team" website="http://www.rockbox.org"/> |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 36 | |
Thomas Jarosch | 00c37a6 | 2013-03-10 13:28:44 +0100 | [diff] [blame] | 37 | <version major="3" minor="13" release="x" build="1"/> |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 38 | |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 39 | <osversion major="1" minor="0" release="0" build="0"/> |
| 40 | |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 41 | <descriptions> |
| 42 | <description lang="en_US">rockbox digital music player</description> |
| 43 | </descriptions> |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 44 | |
| 45 | <icon src="rockbox.png"/> |
| 46 | |
Thomas Jarosch | c6e6710 | 2011-04-20 20:02:45 +0000 | [diff] [blame] | 47 | <licenses> |
| 48 | <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://rockbox.org"/> |
| 49 | <license name="other"/> |
| 50 | </licenses> |
| 51 | |
Thomas Jarosch | 0b0f99b | 2011-03-05 17:25:52 +0000 | [diff] [blame] | 52 | <previewpics> |
| 53 | <pic src="rockbox_preview.jpg"/> |
| 54 | </previewpics> |
| 55 | |
| 56 | <categories> |
| 57 | <category name="Audio"> |
| 58 | <subcategory name="Player"/> |
| 59 | </category> |
| 60 | </categories> |
| 61 | |
| 62 | </application> |
| 63 | |
| 64 | </PXML> |