mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fixes sundry problems with the WPS bundling script. For best results, delete your .rocbox/wps and ./rockbox/themes dirs before upgrading. Note that within CVS, no distinction is made any more between a .wps and .rwps, that's all fixed up at make zip stage. wpses are now all named with a .<width>x<height>x<depth> suffix and the appropriate ones for the platform are installed. Text wpses have a .txt suffix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9907 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
329afc0519
commit
cc9292fda3
256 changed files with 690 additions and 169 deletions
32
wps/.#WPSLIST.1.2
Normal file
32
wps/.#WPSLIST.1.2
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<wps>
|
||||
# Name of the WPS _including_ extension
|
||||
Name: ipodVOL.wps
|
||||
# Name of the creator of the WPS
|
||||
Author: xameius
|
||||
# prefered font:
|
||||
Font: chicago12.fnt
|
||||
# Weather the WPS is designed to have the statusbar present or not
|
||||
Statusbar: off
|
||||
# The minimum required pixel height for the WPS
|
||||
Height: 128
|
||||
# The minimum required pixel width for the WPS
|
||||
Width: 160
|
||||
</wps>
|
||||
|
||||
<wps>
|
||||
Name: rockbox_default.wps
|
||||
Author: Rockbox team
|
||||
Font: rockbox_default.fnt
|
||||
Statusbar: on
|
||||
Height: 2
|
||||
Width: 8
|
||||
</wps>
|
||||
|
||||
<wps>
|
||||
Name: boxes.wps
|
||||
Author: Christi Scarborough (after the_engineer)
|
||||
Font: rockbox_default.fnt
|
||||
Statusbar: off
|
||||
Height: 128
|
||||
Width: 160
|
||||
</wps>
|
||||
Loading…
Add table
Add a link
Reference in a new issue