# HG changeset patch # User Christophe Lincoln # Date 1294011670 -3600 # Node ID c23a615a931a23a753d236bbab467dbc1d1563c4 # Parent 20cb71cc862f3265f338ea6d720261a021860230 Add desktop file for gtklauncher from libwebkit diff -r 20cb71cc862f -r c23a615a931a libwebkit/receipt --- a/libwebkit/receipt Mon Jan 03 00:01:34 2011 +0100 +++ b/libwebkit/receipt Mon Jan 03 00:41:10 2011 +0100 @@ -24,21 +24,15 @@ compile_rules() { cd $src - - # When fully implemented, this ./configure option will eliminate the large icu dependency - # There is a planned set of 4 patches, of which only the first has been implemented to date - # https://bugs.webkit.org/show_bug.cgi?id=15914 - # --with-unicode-backend=glib - patch -Np0 -i ../stuff/introspection.patch ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-introspection=yes \ - --enable-video=no \ + --enable-video=no \ --enable-jit=yes \ - --with-unicode-backend=glib \ + --with-unicode-backend=glib \ $CONFIGURE_ARGS && make -j4 && make DESTDIR=$PWD/_pkg install } diff -r 20cb71cc862f -r c23a615a931a libwebkit/stuff/applications/gtklauncher.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libwebkit/stuff/applications/gtklauncher.desktop Mon Jan 03 00:41:10 2011 +0100 @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Light Web Browser +Name[fr]=Navigateur Web léger +Categories=GTK;Network; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml; +Exec=GtkLauncher %u +Icon=web-browser +Terminal=false