wok-next diff rcs/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents 31ad867051f9
children 600aaedb561d
line diff
     1.1 --- a/rcs/receipt	Thu Feb 25 09:59:02 2010 +0100
     1.2 +++ b/rcs/receipt	Mon Oct 11 01:06:19 2010 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	# remove busybox/diff
     1.7 -	[ -l /usr/bin/diff ] && tazpkg get-install diffutils --forced
     1.8 +	[ -L /usr/bin/diff ] && tazpkg get-install diffutils --forced
     1.9  	sed -i 's,test -w a.d || cp /dev/null a.d 2>/dev/null,false,' \
    1.10  		src/conf.sh
    1.11  	./configure --prefix=/usr $CONFIGURE_ARGS &&