wok diff libwebkit/receipt @ rev 7866

Add desktop file for gtklauncher from libwebkit
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 03 00:41:10 2011 +0100 (2011-01-03)
parents 5707c34a0b9c
children d2b3371df7a8
line diff
     1.1 --- a/libwebkit/receipt	Mon Oct 25 22:14:34 2010 +0000
     1.2 +++ b/libwebkit/receipt	Mon Jan 03 00:41:10 2011 +0100
     1.3 @@ -24,21 +24,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	
     1.8 -	# When fully implemented, this ./configure option will eliminate the large icu dependency
     1.9 -	# There is a planned set of 4 patches, of which only the first has been implemented to date
    1.10 -	# https://bugs.webkit.org/show_bug.cgi?id=15914
    1.11 -	#        --with-unicode-backend=glib
    1.12 -
    1.13  	patch -Np0 -i ../stuff/introspection.patch
    1.14  	./configure \
    1.15  		--prefix=/usr \
    1.16  		--infodir=/usr/share/info \
    1.17  		--mandir=/usr/share/man \
    1.18  		--enable-introspection=yes \
    1.19 -        	--enable-video=no \
    1.20 +        --enable-video=no \
    1.21  		--enable-jit=yes \
    1.22 -	        --with-unicode-backend=glib \
    1.23 +		--with-unicode-backend=glib \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make -j4 && make DESTDIR=$PWD/_pkg install
    1.26  }