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:
Christi Scarborough 2006-05-11 14:27:12 +00:00
parent 329afc0519
commit cc9292fda3
256 changed files with 690 additions and 169 deletions

66
wps/.#WPSLIST.1.5 Normal file
View file

@ -0,0 +1,66 @@
<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: 14
Width: 55
</wps>
<wps>
Name: boxes.wps
Author: Christi Scarborough (after Magnus Westerlund)
Font: rockbox_default.fnt
Statusbar: off
Height: 128
Width: 160
</wps>
<wps>
# Name of the WPS (_including_ .wps extension)
Name: engineeer2.wps
# Real name of the creator of the WPS
Author: Magnus Westerlund
# Preferred font (including .fnt extension - leave blank for player):
Font: Nedore-8.fnt
# Whether the WPS is designed to have the statusbar on or off
Statusbar: Off
# The minimum required pixel height for the WPS
# 176 for H3xx, 128 for H1xx, 64 for Recorder/Ondio, 14 for player
Height: 128
# The minimum required pixel width for the WPS
# 220 for H3xx, 160 for H1xx, 112 for Recorder/Ondio, 55 for player
Width: 160
</wps>
<wps>
# Name of the WPS (_including_ .wps extension)
Name: zezayer.wps
# Real name of the creator of the WPS
Author: Jake Owen
# Preferred font (including .fnt extension - leave blank for player):
Font: nedore-8.fnt
# Whether the WPS is designed to have the statusbar on or off
Statusbar: off
# The minimum required pixel height for the WPS
# 176 for H3xx, 128 for H1xx, 64 for Recorder/Ondio, 14 for player
Height: 128
# The minimum required pixel width for the WPS
# 220 for H3xx, 160 for H1xx, 112 for Recorder/Ondio, 55 for player
Width: 160
</wps>