[Xfce4-commits] [apps/mousepad] 43/45: Bump GLib and GTK+ dependency versions

noreply at xfce.org noreply at xfce.org
Fri Jul 11 13:03:48 CEST 2014


This is an automated email from the git hooks/post-receive script.

mbrush pushed a commit to branch master
in repository apps/mousepad.

commit b32b1b182b87654bdebb01b09b9f3806f5e6e467
Author: Matthew Brush <mbrush at codebrainz.ca>
Date:   Fri Jul 11 03:19:42 2014 -0700

    Bump GLib and GTK+ dependency versions
    
    Versions from: https://wiki.xfce.org/releng/4.12/roadmap
---
 README          |    3 ++-
 configure.ac.in |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 0c53e33..7264ae1 100644
--- a/README
+++ b/README
@@ -21,7 +21,8 @@ Required packages
 
 Mousepad depends on the following packages:
 
- - Gtk+ 2.20.0 or above
+ - Gtk+ 2.24.0 or above
+ - GLib 2.30.0 or above
  - Libxfce4util 4.4.0 or above
  - GtkSourceView 2.2.2 or above
 
diff --git a/configure.ac.in b/configure.ac.in
index bcbd94c..412b96f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -82,9 +82,9 @@ XDT_I18N([@LINGUAS@])
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.18.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GTKSOURCEVIEW], [gtksourceview-2.0])
 
 dnl ************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list