public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tsclient/files: tsclient-2.0.1-no-networkmanager.patch
@ 2009-08-01 22:33 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-08-01 22:33 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/08/01 22:33:39

  Added:                tsclient-2.0.1-no-networkmanager.patch
  Log:
  Version bump; experimental ebuild, since the code does not look extremely useful. This at least builds.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/tsclient/files/tsclient-2.0.1-no-networkmanager.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/files/tsclient-2.0.1-no-networkmanager.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/files/tsclient-2.0.1-no-networkmanager.patch?rev=1.1&content-type=text/plain

Index: tsclient-2.0.1-no-networkmanager.patch
===================================================================
Index: tsclient-2.0.1/configure.ac
===================================================================
--- tsclient-2.0.1.orig/configure.ac
+++ tsclient-2.0.1/configure.ac
@@ -32,7 +32,7 @@ AM_PROG_LIBTOOL
 
 ### get cflags and libs
 
-PKG_CHECK_MODULES(TSC, glib-2.0 gmodule-2.0 gobject-2.0 gtk+-2.0 libglade-2.0 libgnome-2.0 gnome-desktop-2.0 gnome-vfs-2.0 libnotify gconf-2.0 libnm_glib)
+PKG_CHECK_MODULES(TSC, glib-2.0 gmodule-2.0 gobject-2.0 gtk+-2.0 libglade-2.0 libgnome-2.0 gnome-desktop-2.0 gnome-vfs-2.0 libnotify gconf-2.0)
 TSC_CFLAGS="-Wall $TSC_CFLAGS"
 
 ### Internationalization support
Index: tsclient-2.0.1/src/Makefile.am
===================================================================
--- tsclient-2.0.1.orig/src/Makefile.am
+++ tsclient-2.0.1/src/Makefile.am
@@ -36,7 +36,6 @@ tsclient_SOURCES =				\
 	tsc-main.c				\
 	tsc-marshal.c				\
 	tsc-manager.c				\
-	tsc-network.c				\
 	tsc-provider.c				\
 	tsc-spawn.c				\
 	tsc-util.c				\
Index: tsclient-2.0.1/src/tsc-connection.c
===================================================================
--- tsclient-2.0.1.orig/src/tsc-connection.c
+++ tsclient-2.0.1/src/tsc-connection.c
@@ -167,10 +167,6 @@ tsc_connection_start (TSCConnection *con
 		return TRUE;
 	}
 
-	if (!tsc_network_wait ()) {
-		g_set_error (&my_error, TSC_ERROR, TSC_ERROR, _("Network connection is not available."));
-	}
-
 	class = TSC_CONNECTION_GET_CLASS (connection);
 	if (class->start == NULL) {
 		g_set_error (&my_error, TSC_ERROR, TSC_ERROR, "Start method not implemented");






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-01 22:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 22:33 [gentoo-commits] gentoo-x86 commit in net-misc/tsclient/files: tsclient-2.0.1-no-networkmanager.patch Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox