[Xfce4-commits] <thunar-vcs-plugin:master> Changed the dependencies to xfce 4.8

Peter de Ridder noreply at xfce.org
Sun Feb 27 20:38:09 CET 2011


Updating branch refs/heads/master
         to 6a4e78abe3d71ffdabd04eef574f695a8dea84c6 (commit)
       from dc9d9d5b53beaa5520727ea158c349bfedfd5efe (commit)

commit 6a4e78abe3d71ffdabd04eef574f695a8dea84c6
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Feb 13 15:37:50 2011 +0100

    Changed the dependencies to xfce 4.8

 README                                   |    9 +++----
 configure.ac.in                          |   32 +++++++++++++++++++++++------
 tvp-git-helper/tgh-cell-renderer-graph.c |    2 +-
 3 files changed, 30 insertions(+), 13 deletions(-)

diff --git a/README b/README
index 63a2363..b8fde6f 100644
--- a/README
+++ b/README
@@ -26,11 +26,10 @@ Required packages
 
 The Thunar VCS Plugin depends on the following packages:
 - Thunar
-- Thunar-VFS 0.4.0 or higher
-- Thunarx 0.4.0 or higher
-- gtk 2.6.0 or higher
-- glib 2.6.0 or higher
-- gobject 2.6.0 or higher
+- Thunarx 1.2.0 or higher
+- gtk 2.14.0 or higher
+- glib 2.18.0 or higher
+- gobject 2.18.0 or higher
 
 For svn support it requires the following packages:
 - libsvn 1.5 or higher
diff --git a/configure.ac.in b/configure.ac.in
index 019223e..bf7a75b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -73,13 +73,13 @@ XDT_I18N([@LINGUAS@])
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1])
-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.100])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.2.0])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.18.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.18.0])
 
 dnl ***********************************
 dnl *** Check for optional packages ***
@@ -149,3 +149,21 @@ tvp-svn-helper/Makefile
 tvp-git-helper/Makefile
 ])
 
+dnl ***************************
+dnl *** Print configuration ***
+dnl ***************************
+echo
+echo "Build Configuration:"
+echo
+dnl echo "* Installation prefix:                $prefix"
+if test x"$found_subversion" = x"yes"; then
+echo "* Subversion support:                 yes"
+else
+echo "* Subversion support:                 no"
+fi
+if test x"$found_git" = x"yes"; then
+echo "* Git support:                        yes"
+else
+echo "* Git support:                        no"
+fi
+echo
diff --git a/tvp-git-helper/tgh-cell-renderer-graph.c b/tvp-git-helper/tgh-cell-renderer-graph.c
index d018a4f..80250d7 100644
--- a/tvp-git-helper/tgh-cell-renderer-graph.c
+++ b/tvp-git-helper/tgh-cell-renderer-graph.c
@@ -21,7 +21,7 @@
 #include <config.h>
 #endif
 
-#include <thunar-vfs/thunar-vfs.h>
+#include <libxfce4util/libxfce4util.h>
 #include <gtk/gtk.h>
 
 #include "tgh-common.h"



More information about the Xfce4-commits mailing list