wok-next 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 20cb71cc862f
children 8a3ba5d78463
files libwebkit/receipt libwebkit/stuff/applications/gtklauncher.desktop
line diff
     1.1 --- a/libwebkit/receipt	Mon Jan 03 00:01:34 2011 +0100
     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  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libwebkit/stuff/applications/gtklauncher.desktop	Mon Jan 03 00:41:10 2011 +0100
     2.3 @@ -0,0 +1,9 @@
     2.4 +[Desktop Entry]
     2.5 +Type=Application
     2.6 +Name=Light Web Browser
     2.7 +Name[fr]=Navigateur Web léger
     2.8 +Categories=GTK;Network;
     2.9 +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;
    2.10 +Exec=GtkLauncher %u
    2.11 +Icon=web-browser
    2.12 +Terminal=false