[Xfce4-commits] <postler:master> Update build requirements and README

Christian Dywan noreply at xfce.org
Tue Jan 18 03:22:02 CET 2011


Updating branch refs/heads/master
         to 1ea5fff3cc34a73400e15b6a8dd5ab0f0edab84c (commit)
       from 55ba263503ba4d9499105b535298e580444ca1aa (commit)

commit 1ea5fff3cc34a73400e15b6a8dd5ab0f0edab84c
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jan 17 21:27:14 2011 +0100

    Update build requirements and README

 README  |    9 +++++----
 wscript |    4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 606ef2d..4dddf05 100644
--- a/README
+++ b/README
@@ -7,15 +7,16 @@ module runs separately. No network access occurs from within the user interface
 by default, offline access is integral. Access to contacts and calendaring is
 available but not a core part of the application.
 
-Requirements: GTK+ 2.12, WebkitGTK+ 1.1.1, Unique 0.9
+Requirements: GIO 2.26, GTK+ 2.16, WebkitGTK+ 1.1.18, Unique 0.9, libnotify,
+              libcanberra, libindicate
 
 For installation instructions read INSTALL.
 
 Please report comments, suggestions and bugs to:
-    http://www.twotoasts.de/bugs
+    https://bugs.launchpad.net/postler/
 
-And join the IRC channel #midori on irc.freenode.net
+And join the IRC channel #elementary on irc.freenode.net
 
 Check for new versions at:
-    http://www.twotoasts.de
+    https://launchpad.net/postler/
 
diff --git a/wscript b/wscript
index a12e525..4e6f5f2 100644
--- a/wscript
+++ b/wscript
@@ -109,8 +109,8 @@ def configure (conf):
 
     check_pkg ('gio-2.0', '2.26.0')
     check_pkg ('unique-1.0', '0.9')
-    check_pkg ('gtk+-2.0', '2.12.0', var='GTK')
-    check_pkg ('webkit-1.0', '1.1.1')
+    check_pkg ('gtk+-2.0', '2.16.0', var='GTK')
+    check_pkg ('webkit-1.0', '1.1.18')
     check_pkg ('libnotify', var='LIBNOTIFY')
     check_pkg ('libcanberra', var='LIBCANBERRA')
     check_pkg ('indicate')



More information about the Xfce4-commits mailing list