[empathy] remove nautilus-sendto plugin



commit 0272da48071b607da189fb571e20cde8a488641b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Oct 22 12:39:17 2013 +0200

    remove nautilus-sendto plugin
    
    Latest versions of nautilus-sendto doesn't support plugins any more.

 Makefile.am                                      |    7 +-
 configure.ac                                     |   26 --
 nautilus-sendto-plugin/Makefile.am               |   23 --
 nautilus-sendto-plugin/empathy-nautilus-sendto.c |  306 ----------------------
 po/POTFILES.in                                   |    2 -
 5 files changed, 1 insertions(+), 363 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 28e6374..ae9e4dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,16 +1,11 @@
 MY_SUBDIRS = tools extensions po data telepathy-account-widgets libempathy libempathy-gtk src help tests
-NST_SUBDIRS = nautilus-sendto-plugin
 GOA_SUBDIRS = goa-mc-plugin
 UOA_SUBDIRS = ubuntu-online-accounts
 
-DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
+DIST_SUBDIRS = $(MY_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
 
 SUBDIRS = $(MY_SUBDIRS)
 
-if HAVE_NST
-SUBDIRS += $(NST_SUBDIRS)
-endif
-
 if HAVE_GOA
 SUBDIRS += $(GOA_SUBDIRS)
 endif
diff --git a/configure.ac b/configure.ac
index c5f1a70..2ac9e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -446,31 +446,6 @@ AC_SUBST(GEOCODE_CFLAGS)
 AC_SUBST(GEOCODE_LIBS)
 
 # -----------------------------------------------------------
-# nautilus-sendto
-# -----------------------------------------------------------
-AC_ARG_ENABLE(nautilus-sendto,
-              AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@],
-                             [build nautilus-sendto plugin]), ,
-                             enable_nautilus_sendto=auto)
-
-if test "x$enable_nautilus_sendto" != "xno"; then
-   PKG_CHECK_MODULES(NST,
-    [
-       nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED
-    ], have_nst="yes", have_nst="no")
-else
-   have_nst=no
-fi
-
-if test "x$enable_nautilus_sendto" = "xyes" -a "x$have_nst" != "xyes"; then
-   AC_MSG_ERROR([Could not find nautilus-sendto dependencies:
-
-$NST_PKG_ERRORS])
-fi
-
-AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes")
-
-# -----------------------------------------------------------
 # goa-mc-plugin
 # -----------------------------------------------------------
 AC_ARG_ENABLE(goa,
@@ -624,7 +599,6 @@ AC_CONFIG_FILES([
    libempathy/Makefile
    libempathy-gtk/Makefile
    src/Makefile
-   nautilus-sendto-plugin/Makefile
    goa-mc-plugin/Makefile
    ubuntu-online-accounts/Makefile
    ubuntu-online-accounts/mc-plugin/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d45cfc9..1521823 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -52,8 +52,6 @@ libempathy-gtk/empathy-webkit-utils.c
 libempathy-gtk/empathy-roster-model.h
 libempathy-gtk/empathy-roster-contact.c
 
-nautilus-sendto-plugin/empathy-nautilus-sendto.c
-
 src/empathy-about-dialog.c
 src/empathy-accounts.c
 src/empathy-accounts-dialog.c


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