[gnome-bluetooth] applet: Remove applet code
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] applet: Remove applet code
- Date: Tue, 26 Nov 2013 17:54:24 +0000 (UTC)
commit a6cb98e2e48db37a4b9cc3981f463cd135076d8c
Author: Bastien Nocera <hadess hadess net>
Date: Tue Nov 26 15:01:09 2013 +0100
applet: Remove applet code
It's not needed anymore, as gnome-shell can use the code
in GnomeBluetoothClient.
See https://bugzilla.gnome.org/show_bug.cgi?id=719341
https://bugzilla.gnome.org/show_bug.cgi?id=719358
Makefile.am | 4 +-
applet/Makefile.am | 40 --
applet/bluetooth-applet.c | 1030 ---------------------------------------------
applet/bluetooth-applet.h | 120 ------
configure.ac | 3 +-
gnome-bluetooth-1.0.pc.in | 2 -
6 files changed, 3 insertions(+), 1196 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1521128..84a324c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
-DEF_SUBDIRS = icons lib applet wizard sendto docs po help
+DEF_SUBDIRS = icons lib wizard sendto docs po help
-SUBDIRS = icons lib applet wizard sendto docs po
+SUBDIRS = icons lib wizard sendto docs po
if ENABLE_DOCUMENTATION
SUBDIRS += help
diff --git a/configure.ac b/configure.ac
index 8d04e1f..5b8783b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT([gnome-bluetooth],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-bluetooth])
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_SRCDIR([applet/bluetooth-applet.c])
+AC_CONFIG_SRCDIR([lib/bluetooth-client.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.8 dist-xz no-dist-gzip check-news tar-ustar])
@@ -125,7 +125,6 @@ AC_OUTPUT(Makefile
icons/Makefile
lib/Makefile
lib/plugins/Makefile
- applet/Makefile
wizard/Makefile
wizard/bluetooth-wizard.desktop.in
sendto/Makefile
diff --git a/gnome-bluetooth-1.0.pc.in b/gnome-bluetooth-1.0.pc.in
index b48f72f..b8cc834 100644
--- a/gnome-bluetooth-1.0.pc.in
+++ b/gnome-bluetooth-1.0.pc.in
@@ -2,8 +2,6 @@ prefix= prefix@
exec_prefix= exec_prefix@
libdir= libdir@
includedir= includedir@
-applet_libdir= libdir@/gnome-bluetooth
-applet_libs=-Wl,--rpath=${applet_libdir} -L${applet_libdir} -lgnome-bluetooth-applet
Name: gnome-bluetooth-1.0
Description: Widgets for Bluetooth device selection
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]