[Lunar-commits] <moonbase-other> webkit: 1.8.2 + cleanup

samuel verstraete samuel.verstraete at gmail.com
Sat Aug 4 18:07:57 CEST 2012


commit 23d880f2f31f9af456066558e29460c5f3358064
Author: samuel verstraete <samuel.verstraete at gmail.com>
Date: Sat, 04 Aug 2012 09:07:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/23d880f2f31f9af456066558e29460c5f3358064

webkit: 1.8.2 + cleanup
---
  web/webkit/BUILD                                             +5/-6     
  web/webkit/DETAILS                                           +3/-3     
  2 files changed, 8 insertions (+), 9 deletions (-)

--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -21,14 +21,13 @@
     sed -i '/gtkdoc --rebase/s:^:# :' GNUmakefile.in 
   fi &&
 
-  # stolen from blfs, avoid race condition in build with multiple makes
-  # http://www.linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html
-  if in_depends $MODULE gobject-introspection && [[ $MAKES -gt 1 ]] ; then
+  #stolen from blfs, avoid race condition in build with multiple makes
+  if [[ $MAKES -gt 1 ]] ; then
     default_config && 
     error_count=0 &&
     until default_make
     do
-      if (( $((error_count++)) > 4 )) ; then 
+      if (( $((error_count++)) > 4 )) ; then
         echo Too Many Errors &&
         break
       fi
@@ -38,7 +37,7 @@
   else
     default_build
   fi &&
-  
-  install 'Programs/GtkLauncher' '/usr/bin/GtkLauncher' 
+
+  install 'Programs/GtkLauncher' '/usr/bin/GtkLauncher'
 
 ) > $C_FIFO 2>&1
--- a/web/webkit/DETAILS
+++ b/web/webkit/DETAILS
@@ -1,14 +1,14 @@
           MODULE=webkit
-         VERSION=1.8.1
+         VERSION=1.8.2
           SOURCE=$MODULE-$VERSION.tar.xz
          SOURCE2=webkit-bison-2.6.patch
       SOURCE_URL=http://www.webkitgtk.org/releases/
      SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:d26543baace03c31aa3de82bc24f06f14c6b3052
+      SOURCE_VFY=sha1:138f86894e0a7ed0a41c18c4ac30fcaf961d8d79
      SOURCE2_VFY=sha1:18c5611095a3d105d8ee02357dd6fb729c1eb86a
         WEB_SITE=http://www.webkit.org
          ENTERED=20070919
-         UPDATED=20120730
+         UPDATED=20120803
            SHORT="gtk+ web rendering engine"
 
 cat << EOF




More information about the Lunar-commits mailing list