[gedit] GTK+ >= 3.13.3 is required



commit 0d0e33b661c875cb0712e15ba975f5ad997b34a2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Jun 17 17:47:18 2014 +0200

    GTK+ >= 3.13.3 is required
    
    For GTK_STYLE_CLASS_MESSAGE_DIALOG.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731747

 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 3e7781f..33e749b 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+-3.10, GtkSourceView 3.11.3 and libpeas 1.7.x libraries.
+gedit requires GTK+ 3.13.3, GtkSourceView 3.11.3 and libpeas 1.7.x libraries.
 PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
 plugins support.
 
diff --git a/configure.ac b/configure.ac
index ba015f1..c1b0591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,7 +337,7 @@ PKG_CHECK_MODULES(GEDIT, [
        glib-2.0 >= 2.39.5
        gio-2.0 >= 2.37.0
        gmodule-2.0
-       gtk+-3.0 >= 3.11.6
+       gtk+-3.0 >= 3.13.3
        gtksourceview-3.0 >= 3.11.2
        libpeas-1.0 >= 1.7.0
        libpeas-gtk-1.0 >= 1.7.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]