wok-4.x rev 9333

Up: slitaz-fbsplash (1.1) - Up config
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 18 13:24:24 2011 +0100 (2011-03-18)
parents cc657737cde7
children c05133e71a3c
files slitaz-fbsplash/receipt slitaz-fbsplash/stuff/fbsplash.cfg
line diff
     1.1 --- a/slitaz-fbsplash/receipt	Fri Mar 18 13:23:45 2011 +0100
     1.2 +++ b/slitaz-fbsplash/receipt	Fri Mar 18 13:24:24 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-fbsplash"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz theme and config for Busybox fbsplash (graphical boot)"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,9 @@
    1.13  	mkdir -p $fs/usr/bin $fs/etc/fbsplash/slitaz
    1.14  	cp $stuff/tazfbsplash $fs/usr/bin
    1.15  	cp -a $stuff/fbsplash.cfg $fs/etc/fbsplash/slitaz
    1.16 -	cp -a $stuff/fbsplash.ppm $fs/etc/fbsplash/slitaz
    1.17 +	cp -a $stuff/fbsplash.ppm.gz $fs/etc/fbsplash/slitaz
    1.18  	mkfifo $fs/etc/fbsplash/fifo
    1.19 +	gzip -d $fs/etc/fbsplash/slitaz/fbsplash.ppm.gz
    1.20  }
    1.21  
    1.22  post_install()
     2.1 --- a/slitaz-fbsplash/stuff/fbsplash.cfg	Fri Mar 18 13:23:45 2011 +0100
     2.2 +++ b/slitaz-fbsplash/stuff/fbsplash.cfg	Fri Mar 18 13:24:24 2011 +0100
     2.3 @@ -1,8 +1,8 @@
     2.4  # progress bar position
     2.5 -BAR_LEFT=312
     2.6 -BAR_TOP=600
     2.7 -BAR_WIDTH=400
     2.8 -BAR_HEIGHT=12
     2.9 +BAR_LEFT=740
    2.10 +BAR_TOP=292
    2.11 +BAR_WIDTH=244
    2.12 +BAR_HEIGHT=10
    2.13  # progress bar color
    2.14  BAR_R=250
    2.15  BAR_G=196