mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
RaaA: Add Pandora specific packaging files needed for .pnd creation
Create a packaging/ directory which will get a packaging/rpm/rockbox.spec file later on. The rockbox.spec file can probably be shared between f.e. Fedora and meego. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b27e5c4f7a
commit
0b0f99b18e
4 changed files with 42 additions and 0 deletions
32
packaging/pandora/PXML.xml
Normal file
32
packaging/pandora/PXML.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?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">
|
||||
|
||||
<application id="rockbox.thomasjfox.001" appdata="rockbox">
|
||||
<exec command="run_rockbox.sh"/>
|
||||
|
||||
<title lang="en_US">Rockbox</title>
|
||||
<!-- 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"/>
|
||||
|
||||
<version major="3" minor="8" release="x" build="1"/>
|
||||
<osversion major="1" minor="0" release="0" build="0"/>
|
||||
|
||||
<description lang="en_US">rockbox digital music player</description>
|
||||
|
||||
<icon src="rockbox.png"/>
|
||||
|
||||
<previewpics>
|
||||
<pic src="rockbox_preview.jpg"/>
|
||||
</previewpics>
|
||||
|
||||
<categories>
|
||||
<category name="Audio">
|
||||
<subcategory name="Player"/>
|
||||
</category>
|
||||
</categories>
|
||||
|
||||
</application>
|
||||
|
||||
</PXML>
|
BIN
packaging/pandora/rockbox.png
Normal file
BIN
packaging/pandora/rockbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
packaging/pandora/rockbox_preview.jpg
Normal file
BIN
packaging/pandora/rockbox_preview.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
10
packaging/pandora/run_rockbox.sh
Executable file
10
packaging/pandora/run_rockbox.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
CONFIG_DIR=.config/rockbox.org
|
||||
mkdir --parents $CONFIG_DIR
|
||||
|
||||
# Copy over a default config file or set default language
|
||||
# cp --no-clobber config.cfg.default $CONFIG_DIR/config.cfg
|
||||
|
||||
export HOME=$(pwd)
|
||||
./rockbox/bin/rockbox
|
Loading…
Add table
Add a link
Reference in a new issue