[Xfce4-commits] <midori:master> Require at least 1.1.17 version of WebkitGTK+

Christian Dywan noreply at xfce.org
Fri Jun 17 12:02:02 CEST 2011


Updating branch refs/heads/master
         to e228e0009064e4df48cffe6ce6e5ce2b78562458 (commit)
       from 8bac897a8869e58cd1a0fea60360bc059009d549 (commit)

commit e228e0009064e4df48cffe6ce6e5ce2b78562458
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun Jun 12 15:16:42 2011 +0200

    Require at least 1.1.17 version of WebkitGTK+

 README  |    2 +-
 wscript |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 5c69722..e0e2222 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ Midori is a lightweight web browser.
 * Customizable and extensible interface.
 * Extensions written in C.
 
-Requirements: GTK+ 2.10, WebkitGTK+ 1.1.14, libXML2, libsoup 2.25.2, sqlite 3.0, Vala 0.10
+Requirements: GTK+ 2.10, WebkitGTK+ 1.1.17, libXML2, libsoup 2.25.2, sqlite 3.0, Vala 0.10
 
 Optional: Unique 0.9, libidn, docutils, libnotify
 
diff --git a/wscript b/wscript
index cb5b55f..1126d27 100644
--- a/wscript
+++ b/wscript
@@ -196,7 +196,7 @@ def configure (conf):
                     includes='/usr/X11R6/include', mandatory=False)
         conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
     check_pkg ('gtk+-2.0', '2.10.0', var='GTK', args=args)
-    check_pkg ('webkit-1.0', '1.1.14', args=args)
+    check_pkg ('webkit-1.0', '1.1.17', args=args)
     check_pkg ('libsoup-2.4', '2.25.2')
     conf.define ('HAVE_LIBSOUP_2_25_2', 1)
     check_pkg ('libsoup-2.4', '2.27.90', False, var='LIBSOUP_2_27_90')



More information about the Xfce4-commits mailing list