diff options
| author | Christi Scarborough <christi@coraline.org> | 2006-05-11 14:27:12 +0000 |
|---|---|---|
| committer | Christi Scarborough <christi@coraline.org> | 2006-05-11 14:27:12 +0000 |
| commit | cc9292fda3dc65d1361cbb39b04ea366860809d8 (patch) | |
| tree | 9d37dce636aaec45cac415463702cac7f5aa4064 /wps/WPSLIST | |
| parent | 329afc05195dfcfdf6a534586974b8aee3957629 (diff) | |
| download | rockbox-cc9292fda3dc65d1361cbb39b04ea366860809d8.zip rockbox-cc9292fda3dc65d1361cbb39b04ea366860809d8.tar.gz rockbox-cc9292fda3dc65d1361cbb39b04ea366860809d8.tar.bz2 rockbox-cc9292fda3dc65d1361cbb39b04ea366860809d8.tar.xz | |
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
Diffstat (limited to 'wps/WPSLIST')
| -rw-r--r-- | wps/WPSLIST | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST index fa95c37..5422205 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -19,7 +19,6 @@ # # All sections should list what their smallest LCD size requirements are and # what font and status bar setting they "like". -# <wps> # Name of the WPS _including_ extension @@ -32,10 +31,6 @@ Author: xameius Font: nimbus-12.fnt # Weather the WPS is designed to have the statusbar present or not Statusbar: on -# The minimum required pixel height for the WPS -Height: 128 -# The minimum required pixel width for the WPS -Width: 160 </wps> <wps> @@ -44,8 +39,6 @@ RWPS: rockbox_default.rwps Author: Rockbox team Font: rockbox_default.fnt Statusbar: on -Height: 14 -Width: 55 </wps> <wps> @@ -54,45 +47,6 @@ rwps: boxes.rwps Author: Christi Scarborough (after Magnus Westerlund) Font: rockbox_default.fnt Statusbar: on -Height: 128 -Width: 160 -</wps> - -<wps> -Name: boxes-176x132c.wps -Author: Christi Scarborough (after Magnus Westerlund) -Font: rockbox_default.fnt -Statusbar: on -Height: 132 -Width: 176 -</wps> - -<wps> -Name: boxes-220x176c.wps -rwps: boxes.wps -Author: Christi Scarborough (after Magnus Westerlund) -Font: rockbox_default.fnt -Statusbar: on -Height: 176 -Width: 220 -</wps> - -<wps> -Name: boxes-320x240c.wps -Author: Zakk Roberts (after Christi Scarborough and Magnus Westerlund) -Font: rockbox_default.fnt -Statusbar: on -Height: 240 -Width: 320 -</wps> - -<wps> -Name: boxes-112x64.wps -Author: Christi Scarborough (after Magnus Westerlund) -Font: rockbox_default.fnt -Statusbar: on -Height: 64 -Width: 112 </wps> <wps> @@ -101,8 +55,6 @@ RWPS: engineeer2.rwps Author: Magnus Westerlund Font: nedore-8.fnt Statusbar: on -Height: 128 -Width: 160 </wps> <wps> @@ -111,8 +63,6 @@ RWPS: iAmp.rwps Author: Raymond Hoh Font: nimbus-12.fnt Statusbar: on -Height: 128 -Width: 160 </wps> <wps> @@ -121,8 +71,6 @@ RWPS: rockbox_default.rwps Author: Jake Owen Font: nedore-8.fnt Statusbar: on -Height: 128 -Width: 160 </wps> <rwps> @@ -130,8 +78,6 @@ Name: rockbox_default.rwps Author: Rockbox team Font: rockbox_default.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> <rwps> @@ -139,8 +85,6 @@ Name: iAmp.rwps Author: Raymond Hoh Font: nimbus-12.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> <rwps> @@ -148,8 +92,6 @@ Name: boxes.rwps Author: Christi Scarborough Font: rockbox_default.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> <rwps> @@ -157,8 +99,6 @@ Name: engineeer2.rwps Author: Magnus Westerlund Font: nedore-8.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> <wps> @@ -167,8 +107,6 @@ RWPS: marquee.rwps Author: Mike Sobel Font: chicago12.fnt Statusbar: on -Height: 128 -Width: 160 </wps> <rwps> @@ -176,28 +114,14 @@ Name: marquee.rwps Author: Mike Sobel Font: chicago12.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> <wps> -Name: DancePuffDuo-220x176.wps -RWPS: DancePuffDuo.rwps -Author: Chris Oxtoby -Font: chicago12.fnt -Statusbar: on -Height: 176 -Width: 220 -</wps> - -<wps> Name: DancePuffDuo.wps RWPS: DancePuffDuo.rwps Author: Chris Oxtoby Font: chicago12.fnt Statusbar: on -Height: 128 -Width: 160 </wps> <rwps> @@ -205,6 +129,4 @@ Name: DancePuffDuo.rwps Author: Chris Oxtoby Font: chicago12.fnt Statusbar: on -Height: 64 -Width: 128 </rwps> |