wok-next diff libwebkit/receipt @ rev 11247

Down: libwebkit to 1.6.1. 1.6.1 is stable version of libwebkit that we should be using.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 04:34:22 2011 +0000 (2011-11-07)
parents 53a227ffd1c4
children 017bd485590b
line diff
     1.1 --- a/libwebkit/receipt	Mon Nov 07 09:49:21 2011 +0300
     1.2 +++ b/libwebkit/receipt	Mon Nov 07 04:34:22 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwebkit"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="xHTML render library."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12 @@ -25,16 +25,17 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	#patch -Np0 -i $stuff/introspection.patch &&
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21 -		--enable-introspection=yes \
    1.22 +		--enable-introspection=no \
    1.23  		--enable-video=no \
    1.24  		--enable-jit=yes \
    1.25 -		--with-unicode-backend=glib &&
    1.26 -	make -j1 && make -j1 DESTDIR=$DESTDIR install &&
    1.27 +		--with-unicode-backend=glib \
    1.28 +		--with-gtk=2.0 \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make all stamp-po && make -j1 DESTDIR=$DESTDIR install &&
    1.31  	cp -a $src/Programs/GtkLauncher $DESTDIR/usr/bin
    1.32  }
    1.33  
    1.34 @@ -43,5 +44,5 @@
    1.35  {
    1.36  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.37  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.38 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.39 +	[ -d $_pkg/usr/lib/girepository-1.0 ] && cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.40  }