[Goodies-commits] r7490 - xfce4-notes-plugin/trunk

Mike Massonnet mmassonnet at xfce.org
Sun Jun 7 06:29:07 CEST 2009


Author: mmassonnet
Date: 2009-06-07 04:29:07 +0000 (Sun, 07 Jun 2009)
New Revision: 7490

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/configure.in.in
Log:
Update autoconf script

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2009-06-06 21:12:43 UTC (rev 7489)
+++ xfce4-notes-plugin/trunk/ChangeLog	2009-06-07 04:29:07 UTC (rev 7490)
@@ -1,5 +1,12 @@
 2009-06-06  Mike Massonnet <mmassonnet at xfce.org>
 
+Update autoconf script
+	* configure.ac.in:
+	  - Don't check for thunarvfs, that support has been dropped.
+	  - Check for xfce4-vala.
+
+2009-06-06  Mike Massonnet <mmassonnet at xfce.org>
+
 Milestone reached
 	* panel-plugin/Makefile.am:
 	  - Build the new Vala sources to C, and the C sources to the binary.

Modified: xfce4-notes-plugin/trunk/configure.in.in
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in	2009-06-06 21:12:43 UTC (rev 7489)
+++ xfce4-notes-plugin/trunk/configure.in.in	2009-06-07 04:29:07 UTC (rev 7490)
@@ -52,22 +52,6 @@
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
 
-dnl check for thunar_vfs
-enable_thunar_vfs=yes
-m4_define([thunar_minimum_version], [0.8.0])
-XDT_CHECK_OPTIONAL_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [thunar_minimum_version],
-                           [fs-monitor], [Build with thunar-vfs support to monitor notes. (default=enabled)])
-if test "x$THUNAR_VFS_FOUND" != "xyes" ; then
-    echo "*** Optional package thunar-vfs-1 was either not found on your system"
-    echo "*** or is too old.  Please install or upgrade to at least version"
-    echo "*** thunar_minimum_version, or adjust the PKG_CONFIG_PATH environment variable"
-    echo "*** if you installed the new version of the package in a nonstandard"
-    echo "*** prefix."
-    echo ""
-    echo "*** File system monitoring will be disabled!"
-    enable_thunar_vfs=no
-fi
-
 dnl check for valac
 valac_minimum_version=0.7.1
 if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
@@ -80,6 +64,7 @@
 		echo "***"
 		echo
 	fi
+	XDT_CHECK_PACKAGE([XFCE4VALA], [xfce4-vala], [0.1])
 fi
 
 dnl Translations
@@ -112,7 +97,6 @@
 echo "      You need Vala $valac_minimum_version or higher (run $VALAC --version)"
 echo
 fi
-echo "* Thunar-vfs Support:     $enable_thunar_vfs"
 echo "* Debug Support:          $enable_debug"
 echo
 




More information about the Goodies-commits mailing list