[nautilus-sendto] Disable evolution plugin for newer Evos



commit 5edb2fd4e50dad685ad9e2c338cc0034065c432d
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 5 12:29:58 2009 +0100

    Disable evolution plugin for newer Evos
    
    The Evolution attachment API for plugins changed in 2.27.1, so
    our plugin doesn't build anymore. It will be moved to Evo itself now.
    (Closes: #579099)
---
 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index b09be40..105a01f 100644
--- a/configure.in
+++ b/configure.in
@@ -72,7 +72,7 @@ AC_SUBST(NAUTILUS_EXTENSION_DIR)
 
 dnl Get details about evolution
 
-PKG_CHECK_MODULES(EVOLUTION, evolution-plugin libglade-2.0,
+PKG_CHECK_MODULES(EVOLUTION, evolution-plugin < 2.27.1 libglade-2.0,
 		  enable_evo=yes, enable_evo=no)
 AM_CONDITIONAL(HAVE_EVOLUTION, test "x$enable_evo" = "xyes")
 
@@ -320,9 +320,9 @@ else
 fi
 
 if test "x$enable_evo" = "xyes"; then
-	AC_MSG_NOTICE([** Evolution send-to plugin enabled])
+	AC_MSG_NOTICE([** Evolution send-to plugin ( < 2.27.1) enabled])
 else
-	AC_MSG_NOTICE([   Evolution send-to plugin disabled])
+	AC_MSG_NOTICE([   Evolution send-to plugin ( < 2.27.1) disabled])
 fi
 
 echo "                                                       "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]