[eog] Drop now unneeded TotemScrSaver



commit 01c1055062a23a56dff951d9d9e41a0605a8509b
Author: Felix Riemann <friemann gnome org>
Date:   Sun Sep 23 17:56:08 2012 +0200

    Drop now unneeded TotemScrSaver
    
    It's not needed anymore since GtkApplication does the job now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684581

 configure.ac                                   |    1 -
 cut-n-paste/Makefile.am                        |    2 +-
 cut-n-paste/totem-screensaver/Makefile.am      |   15 -
 cut-n-paste/totem-screensaver/README           |    3 -
 cut-n-paste/totem-screensaver/totem-scrsaver.c |  547 ------------------------
 cut-n-paste/totem-screensaver/totem-scrsaver.h |   57 ---
 doc/reference/Makefile.am                      |    2 -
 7 files changed, 1 insertions(+), 626 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1d414a8..6669081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,7 +340,6 @@ src/Makefile
 jpegutils/Makefile
 cut-n-paste/Makefile
 cut-n-paste/toolbar-editor/Makefile
-cut-n-paste/totem-screensaver/Makefile
 help/Makefile
 po/Makefile.in
 data/Makefile
diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am
index 177f5ef..e105f1d 100644
--- a/cut-n-paste/Makefile.am
+++ b/cut-n-paste/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = toolbar-editor totem-screensaver
+SUBDIRS = toolbar-editor
 
 -include $(top_srcdir)/git.mk
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index d899c95..c960b03 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -88,7 +88,6 @@ INCLUDES= \
 	-I$(top_srcdir)/plugins \
 	-I$(top_srcdir)/jpegutils				\
 	-I$(top_srcdir)/cut-n-paste/toolbar-editor		\
-	-I$(top_srcdir)/cut-n-paste/totem-screensaver		\
 	$(EOG_CFLAGS)
 
 if ENABLE_JPEG
@@ -98,7 +97,6 @@ endif
 GTKDOC_LIBS=\
 	$(top_builddir)/src/libeog.la 	\
 	$(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \
-	$(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \
 	$(BINDING_LIBS)			\
 	$(LIBJPEG)			\
 	$(X_LIBS)			\



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