[vino] Remove vino-passwd



commit 03b96315360909708f8479c40ccf0ea0accba985
Author: David King <amigadave amigadave com>
Date:   Thu Dec 19 14:23:23 2013 +0000

    Remove vino-passwd
    
    Vino passwords are set in the control center UI.

 .gitignore          |    2 -
 Makefile.am         |   16 ----
 configure.ac        |    2 -
 po/POTFILES.in      |    1 -
 po/POTFILES.skip    |    2 -
 tools/vino-passwd.c |  222 ---------------------------------------------------
 6 files changed, 0 insertions(+), 245 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11447d4..17d97fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,6 +70,4 @@ Makefile.in
 /tools/*.o
 /tools/.deps
 /tools/.dirstamp
-/vino-preferences
-/vino-passwd
 /vino-server
diff --git a/Makefile.am b/Makefile.am
index 542396b..c0aef07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,22 +240,6 @@ nodist_service_DATA = server/org.freedesktop.Telepathy.Client.Vino.service
 server/org.freedesktop.Telepathy.Client.Vino.service: server/org.freedesktop.Telepathy.Client.Vino.service.in
        $(AM_V_GEN)$(SED) -e "s|[ ]libexecdir[@]|$(libexecdir)|" $< > $@
 
-bin_PROGRAMS = \
-       vino-passwd
-
-vino_passwd_CPPFLAGS = \
-       -I$(top_builddir) \
-       -DVINO_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-       $(VINO_TOOLS_CFLAGS) \
-       $(WARN_CFLAGS) \
-       $(DISABLE_DEPRECATED)
-
-vino_passwd_SOURCES = \
-       tools/vino-passwd.c
-
-vino_passwd_LDADD = \
-       $(VINO_TOOLS_LIBS)
-
 autostartdir = $(sysconfdir)/xdg/autostart
 autostart_in_files = server/vino-server.desktop.in
 nodist_autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
diff --git a/configure.ac b/configure.ac
index 2bfdb25..13d3acb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,8 +303,6 @@ GIO_VERSION=2.26
 
 PKG_CHECK_MODULES([VINO_SERVER], [glib-2.0 >= $GLIB_VERSION gio-unix-2.0 gtk+-x11-3.0 >= $GTK_VERSION 
$TELEPATHY_GLIB_DEPS libnotify >= 0.7.0 $SECRET_DEPS $NETWORKMANAGER_DEPS $GNUTLS_DEPS $AVAHI_DEPS])
 
-PKG_CHECK_MODULES([VINO_TOOLS], [glib-2.0 >= $GLIB_VERSION gio-2.0 >= $GIO_VERSION gobject-2.0 >= 
$GLIB_VERSION $SECRET_DEPS])
-
 # EGG stuff
 PKG_CHECK_MODULES([EGG_SMCLIENT], [gtk+-3.0])
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e941c15..aa0fabd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,4 +14,3 @@ server/vino-status-icon.c
 server/vino-status-tube-icon.c
 server/vino-tube-server.c
 server/vino-util.c
-tools/vino-passwd.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index f5177d7..6609631 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1 @@
-capplet/vino-preferences.desktop.in
 server/vino-server.desktop.in
-session/vino-session.c


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