[Xfce4-commits] <gtk-xfce-engine:master> Require Gtk 3.2

Peter de Ridder noreply at xfce.org
Thu Apr 26 21:24:05 CEST 2012


Updating branch refs/heads/master
         to c4324b7d8947482239a6479113d2570b8a39399c (commit)
       from 4da9c7e410eeb1897385f8c0c481b749324fa280 (commit)

commit c4324b7d8947482239a6479113d2570b8a39399c
Author: Peter de Ridder <peter at xfce.org>
Date:   Thu Apr 26 21:20:06 2012 +0200

    Require Gtk 3.2
    
    For parsing of the provided css files Gtk 3.2 is required.

 README          |    2 +-
 configure.in.in |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index d738b8d..62d3d88 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
 This package provides the Xfce Gtk+-2.0 and Gtk+-3.0 engines, which allows
 for homogeneity in applications for both business and personal desktops.
 Minimum required Gtk+-2.0 version is currently Gtk+-2.20.0.
-Minimum required Gtk+-3.0 version is currently Gtk+-3.0.0.
+Minimum required Gtk+-3.0 version is currently Gtk+-3.2.0.
diff --git a/configure.in.in b/configure.in.in
index 46b8ad6..e4a05bf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -21,7 +21,7 @@ m4_define([gtk_xfce_engine_debug_default], [ifelse(gtk_xfce_engine_version_tag()
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2002-2011 The Xfce development team. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2002-2012 The Xfce development team. All rights reserved.])
 AC_INIT([gtk-xfce-engine], [gtk_xfce_engine_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.50])
 AC_REVISION([gtk_xfce_engine_version_build])
@@ -64,7 +64,7 @@ dnl ***********************************
 dnl *** Check for optional packages ***
 dnl ***********************************
 XDT_CHECK_OPTIONAL_PACKAGE([GTK2], [gtk+-2.0], [2.20.0], [gtk2], [Gtk 2 theme engine])
-XDT_CHECK_OPTIONAL_PACKAGE([GTK3], [gtk+-3.0], [3.0.0], [gtk3], [Gtk 3 theme engine])
+XDT_CHECK_OPTIONAL_PACKAGE([GTK3], [gtk+-3.0], [3.2.0], [gtk3], [Gtk 3 theme engine])
 
 GTK_SUBDIRS=""
 if test x"$GTK2_FOUND" = x"yes"


More information about the Xfce4-commits mailing list