[gnome-bluetooth] moblin: Remove moblin UI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] moblin: Remove moblin UI
- Date: Wed, 18 Jan 2012 16:42:33 +0000 (UTC)
commit 399f1df862f1af5a54b3f64a8f95a5f03b098823
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 18 16:41:06 2012 +0000
moblin: Remove moblin UI
It's not maintained in GNOME 3.
Makefile.am | 5 -
configure.ac | 39 -
moblin/Makefile.am | 40 -
moblin/bluetooth-panel.desktop.in.in | 16 -
moblin/bluetooth-powerswitch.c | 216 ---
moblin/bluetooth-powerswitch.h | 76 -
moblin/main.c | 170 --
moblin/moblin-copy-n-paste/Makefile.am | 10 -
.../koto-cell-renderer-pixbuf.c | 97 -
.../koto-cell-renderer-pixbuf.h | 53 -
moblin/moblin-copy-n-paste/mux-banner.c | 101 --
moblin/moblin-copy-n-paste/mux-banner.h | 70 -
.../moblin-copy-n-paste/mux-cell-renderer-text.c | 90 -
.../moblin-copy-n-paste/mux-cell-renderer-text.h | 41 -
moblin/moblin-icons/Makefile.am | 11 -
moblin/moblin-icons/bluetooth-connecting-hover.png | Bin 921 -> 0 bytes
moblin/moblin-icons/bluetooth-connecting.png | Bin 842 -> 0 bytes
moblin/moblin-icons/bluetooth-idle-hover.png | Bin 898 -> 0 bytes
moblin/moblin-icons/bluetooth-idle.png | Bin 897 -> 0 bytes
moblin/moblin-icons/toolbar-button-active.png | Bin 3053 -> 0 bytes
moblin/moblin-icons/toolbar-button-hover.png | Bin 3035 -> 0 bytes
moblin/moblin-panel.c | 1855 --------------------
moblin/moblin-panel.h | 79 -
...org.moblin.UX.Shell.Panels.bluetooth.service.in | 3 -
moblin/pin.ui | 189 --
moblin/theme/Makefile.am | 8 -
moblin/theme/bluetooth-panel.css.in | 15 -
po/POTFILES.in | 5 -
28 files changed, 0 insertions(+), 3189 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9111350..9187597 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,7 @@
DEF_SUBDIRS = icons lib applet wizard sendto docs po help
-if WITH_MOBLIN
-MOBLIN_DIR = moblin
-endif
-
SUBDIRS = icons lib applet wizard sendto $(MOBLIN_DIR) docs po help
-DIST_SUBDIRS = $(DEF_SUBDIRS) moblin
EXTRA_DIST = intltool-extract.in intltool-update.in intltool-merge.in ChangeLog.pre-2.27 gtk-doc.make gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
diff --git a/configure.ac b/configure.ac
index c21eb0d..a1ee5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,38 +135,6 @@ dnl Requires for the plugins
PKG_CHECK_MODULES(PLUGINS,
gtk+-3.0)
-dnl Requires for the moblin interface
-AC_ARG_ENABLE(moblin,
- AS_HELP_STRING([--enable-moblin=@<:@no/yes/auto@:>@],
- [build moblin interface]), ,
- enable_moblin=auto)
-
-if test "x$enable_moblin" != "xno"; then
- PKG_CHECK_MODULES(MOBLIN,
- [
- dbus-glib-1,
- gtk+-3.0,
- mx-gtk-1.0
- moblin-panel
- ], have_moblin="yes", have_moblin="no")
-
- THEME_DIR="${datadir}/${PACKAGE}/theme"
- AS_AC_EXPAND(THEME_DIR, $THEME_DIR)
- AC_DEFINE_UNQUOTED([THEME_DIR], "$THEME_DIR", [Carrick theme directory])
-
- PANEL_DIR=$($PKG_CONFIG moblin-panel --variable=moblin_panel_panels_dir)
- AC_SUBST(PANEL_DIR)
-
- AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
-else
- have_moblin=no
-fi
-
-if test "x$enable_moblin" = "xyes" -a "x$have_moblin" != "xyes"; then
- AC_MSG_ERROR([Could not find Moblin dependencies.])
-fi
-AM_CONDITIONAL(WITH_MOBLIN, test "x$have_moblin" = "xyes")
-
GDBUS_CODEGEN="gdbus-codegen"
AC_SUBST(GDBUS_CODEGEN)
@@ -191,12 +159,6 @@ AC_OUTPUT(Makefile
wizard/bluetooth-wizard.desktop.in
sendto/Makefile
sendto/bluetooth-sendto.desktop.in
- moblin/Makefile
- moblin/bluetooth-panel.desktop.in
- moblin/org.moblin.UX.Shell.Panels.bluetooth.service
- moblin/theme/Makefile
- moblin/moblin-copy-n-paste/Makefile
- moblin/moblin-icons/Makefile
docs/Makefile
docs/reference/Makefile
docs/reference/libgnome-bluetooth/Makefile
@@ -211,7 +173,6 @@ Configure summary:
Compiler....................: ${CC}
Compiler Flags..............: ${CFLAGS}
Prefix......................: ${prefix}
- Moblin interface............: ${have_moblin}
nautilus-sendto plugin......: ${have_nst}
Documentation...............: ${enable_gtk_doc}
GObject-Introspection.......: ${found_introspection}
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 08f033a..5823a01 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -20,8 +20,3 @@ wizard/bluetooth-wizard.desktop.in.in
sendto/main.c
sendto/nautilus-sendto-plugin.c
sendto/bluetooth-sendto.desktop.in.in
-moblin/main.c
-moblin/moblin-panel.c
-moblin/bluetooth-panel.desktop.in.in
-[type: gettext/glade]moblin/pin.ui
-moblin/theme/bluetooth-panel.css.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]