wok-stable diff neon/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents 3dcfa6077917
children 10433f99c987
line diff
     1.1 --- a/neon/receipt	Tue May 04 10:19:45 2010 +0200
     1.2 +++ b/neon/receipt	Wed Dec 22 19:10:02 2010 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	# SOCK_CLOEXEC needs linux 2.6.27+
     1.7 -	sed -i 's/| SOCK_CLOEXEC//' src/ne_socket.c
     1.8 +	#sed -i 's/| SOCK_CLOEXEC//' src/ne_socket.c
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--with-ssl=openssl --mandir=/usr/share/man \
    1.11  	--enable-shared --disable-static \