[gnome-bluetooth] sendto: Remove nautilus-sendto plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] sendto: Remove nautilus-sendto plugin
- Date: Fri, 9 Nov 2012 14:44:52 +0000 (UTC)
commit 71ea7324219719f370f1b0667f488c490ba58802
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 9 15:36:35 2012 +0100
sendto: Remove nautilus-sendto plugin
nautilus-sendto is getting trimmed.
configure.ac | 22 --
po/POTFILES.in | 1 -
sendto/Makefile.am | 21 --
sendto/gnome-bluetooth-nst | 2 -
sendto/nautilus-sendto-plugin.c | 273 -------------------------
sendto/org.gnome.Bluetooth.nst.gschema.xml.in | 9 -
6 files changed, 0 insertions(+), 328 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bd38c4b..ecc041a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,27 +83,6 @@ PKG_CHECK_MODULES(SENDTO,
gtk+-3.0
gio-2.0)
-dnl nautilus-sendto plugin
-AC_ARG_ENABLE(nautilus-sendto,
- AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@],
- [build nautilus-sendto plugin]))
-
-if test "x$enable_nautilus_sendto" != "xno"; then
- PKG_CHECK_MODULES(NST,
- [
- nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED
- nautilus-sendto < $NAUTILUS_SENDTO_MAX_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.])
-fi
-
-AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes")
-
dnl Requires for the wizard dialogue
PKG_CHECK_MODULES(WIZARD,
gmodule-export-2.0
@@ -170,7 +149,6 @@ Configure summary:
Compiler....................: ${CC}
Compiler Flags..............: ${CFLAGS}
Prefix......................: ${prefix}
- nautilus-sendto plugin......: ${have_nst}
Documentation...............: ${enable_gtk_doc}
GObject-Introspection.......: ${found_introspection}
"
diff --git a/po/POTFILES.in b/po/POTFILES.in
index df1dd2f..0f12bad 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -10,5 +10,4 @@ wizard/main.c
[type: gettext/glade] wizard/wizard.ui
wizard/bluetooth-wizard.desktop.in.in
sendto/main.c
-sendto/nautilus-sendto-plugin.c
sendto/bluetooth-sendto.desktop.in.in
diff --git a/sendto/Makefile.am b/sendto/Makefile.am
index 13e97bc..69df0ec 100644
--- a/sendto/Makefile.am
+++ b/sendto/Makefile.am
@@ -24,27 +24,6 @@ desktop_in_files = bluetooth-sendto.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
-if HAVE_NST
-plugindir = $(libdir)/nautilus-sendto/plugins
-
-plugin_LTLIBRARIES = libnstbluetooth.la
-
-libnstbluetooth_la_SOURCES = nautilus-sendto-plugin.c
-libnstbluetooth_la_LDFLAGS = -module -avoid-version
-libnstbluetooth_la_LIBADD = $(BLUETOOTH_LIBS) ../lib/libgnome-bluetooth.la
-
-convertdir=$(datadir)/GConf/gsettings
-convert_DATA=gnome-bluetooth-nst
-
-gsettingsschema_in_files = org.gnome.Bluetooth.nst.gschema.xml.in
-gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
- INTLTOOL_XML_NOMERGE_RULE@
- GSETTINGS_RULES@
-
-CLEANFILES = $(gsettings_SCHEMAS) $(desktop_DATA)
-
-endif
-
EXTRA_DIST = $(man_MANS) $(desktop_in_in_files) gnome-bluetooth-nst org.gnome.Bluetooth.nst.gschema.xml.in nautilus-sendto-plugin.c
MAINTAINERCLEANFILES = Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]