[Xfce4-commits] <thunar-actions-plugin:thunarx-2> Applied thunarx-2 patch from Peter de Ridder

Kees Scherpenhuijzen noreply at xfce.org
Fri Dec 18 10:42:02 CET 2009


Updating branch refs/heads/thunarx-2
         to fdf6aaaf728357af509f4c0e3ae1491a79ff4cb0 (commit)
       from 9b10b55d4deae0371670eed05a9efed5b00e50f1 (commit)

commit fdf6aaaf728357af509f4c0e3ae1491a79ff4cb0
Author: Kees Scherpenhuijzen <noik00 at gmail.com>
Date:   Fri Dec 18 10:39:06 2009 +0100

    Applied thunarx-2 patch from Peter de Ridder

 configure.in                          |    4 ++--
 thunar-actions-plugin/Makefile.am     |    4 ++--
 thunar-actions-plugin/ta-menu-model.c |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.in b/configure.in
index 7a5e1d8..74245cd 100644
--- a/configure.in
+++ b/configure.in
@@ -46,8 +46,8 @@ AC_PROG_LIBTOOL()
 
 dnl checks for libraries
 dnl ********************
-XDT_CHECK_PACKAGE([THUNARX], [thunarx-1], [0.4.0])
-XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.4.0])
+XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
 
 dnl checks for header files
 dnl ***********************
diff --git a/thunar-actions-plugin/Makefile.am b/thunar-actions-plugin/Makefile.am
index 6402e5c..dc52ab7 100644
--- a/thunar-actions-plugin/Makefile.am
+++ b/thunar-actions-plugin/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES =										\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"		\
 	$(PLATFORM_CPPFLAGS)
 
-extensionsdir = $(libdir)/thunarx-1
+extensionsdir = $(libdir)/thunarx-2
 extensions_LTLIBRARIES =						\
 	thunar-actions-plugin.la
 
@@ -24,7 +24,7 @@ thunar_actions_plugin_la_SOURCES =				\
 thunar_actions_plugin_la_CFLAGS =				\
 	$(GTK_CFLAGS)								\
 	$(THUNARX_CFLAGS)							\
-	$(THUNAR_VFS_CFLAGS)						\
+	$(LIBXFCE4UTIL_CFLAGS)						\
 	$(PLATFORM_CFLAGS)				
 
 thunar_actions_plugin_la_LDFLAGS =				\
diff --git a/thunar-actions-plugin/ta-menu-model.c b/thunar-actions-plugin/ta-menu-model.c
index 6fb5de1..239d62f 100644
--- a/thunar-actions-plugin/ta-menu-model.c
+++ b/thunar-actions-plugin/ta-menu-model.c
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include <thunar-vfs/thunar-vfs.h>
+#include <libxfce4util/libxfce4util.h>
 #include <thunar-actions-plugin/ta-menu-model.h>
 
 static void 		menu_model_class_init 		(Menu_ModelClass *klass);



More information about the Xfce4-commits mailing list