[Xfce4-commits] [apps/xfce4-screensaver] 03/06: cleanup kbd indicator logic

noreply at xfce.org noreply at xfce.org
Tue Jun 18 01:33:26 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 7219c5b9fb3bd4ebbb8fbf2f0b354e9fa06d65d0
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Sun Jun 16 18:39:42 2019 -0400

    cleanup kbd indicator logic
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 src/Makefile.am | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 79fb5af..37f2b25 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -121,13 +121,6 @@ xfce4_screensaver_dialog_SOURCES = \
 	xfce-desktop-utils.h                       \
 	xfcekbd-indicator.c                        \
 	xfcekbd-indicator.h                        \
-	xfcekbd-indicator-config.c                 \
-	xfcekbd-indicator-config.h                 \
-	xfcekbd-config-private.h                   \
-	xfcekbd-desktop-config.c                   \
-	xfcekbd-desktop-config.h                   \
-	xfcekbd-keyboard-config.c                  \
-	xfcekbd-keyboard-config.h                  \
 	xfce-bg.c                                  \
 	xfce-bg.h                                  \
 	$(AUTH_SOURCES)                            \
@@ -141,13 +134,6 @@ EXTRA_xfce4_screensaver_dialog_SOURCES = \
 	xfce-desktop-utils.h        \
 	xfcekbd-indicator.c         \
 	xfcekbd-indicator.h         \
-	xfcekbd-indicator-config.c  \
-	xfcekbd-indicator-config.h  \
-	xfcekbd-config-private.h    \
-	xfcekbd-desktop-config.c    \
-	xfcekbd-desktop-config.h    \
-	xfcekbd-keyboard-config.c   \
-	xfcekbd-keyboard-config.h   \
 	$(NULL)
 
 xfce4_screensaver_dialog_LDADD = \
@@ -161,7 +147,6 @@ xfce4_screensaver_dialog_LDADD = \
 BUILT_SOURCES = \
 	gs-marshal.c                 \
 	gs-marshal.h                 \
-	xfcekbd-indicator-marshal.h  \
 	$(NULL)
 
 gs-marshal.c: gs-marshal.list
@@ -202,13 +187,6 @@ xfce4_screensaver_SOURCES = \
 	xfce-desktop-utils.h        \
 	xfcekbd-indicator.c         \
 	xfcekbd-indicator.h         \
-	xfcekbd-indicator-config.c  \
-	xfcekbd-indicator-config.h  \
-	xfcekbd-config-private.h    \
-	xfcekbd-desktop-config.c    \
-	xfcekbd-desktop-config.h    \
-	xfcekbd-keyboard-config.c   \
-	xfcekbd-keyboard-config.h   \
 	$(BUILT_SOURCES)            \
 	$(NULL)
 
@@ -250,13 +228,6 @@ xfce4_screensaver_preferences_SOURCES = \
 	xfce-desktop-utils.h                            \
 	xfcekbd-indicator.c                             \
 	xfcekbd-indicator.h                             \
-	xfcekbd-indicator-config.c                      \
-	xfcekbd-indicator-config.h                      \
-	xfcekbd-config-private.h                        \
-	xfcekbd-desktop-config.c                        \
-	xfcekbd-desktop-config.h                        \
-	xfcekbd-keyboard-config.c                       \
-	xfcekbd-keyboard-config.h                       \
 	$(NULL)
 
 xfce4_screensaver_preferences_LDADD = \
@@ -287,7 +258,6 @@ endif
 EXTRA_DIST = \
 	debug-screensaver.sh              \
 	gs-marshal.list                   \
-	xfcekbd-indicator-marshal.list    \
 	xfce4-screensaver.desktop.in      \
 	xfce4-screensaver-dialog.css      \
 	xfce4-screensaver-dialog.ui       \
@@ -296,12 +266,6 @@ EXTRA_DIST = \
 
 GLIB_GENMARSHAL = $(shell pkg-config --variable=glib_genmarshal glib-2.0)
 
-xfcekbd-indicator-marshal.h: xfcekbd-indicator-marshal.list
-	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=xfcekbd_indicator $(srcdir)/xfcekbd-indicator-marshal.list --header > $@
-
-xfcekbd-indicator-marshal.c: xfcekbd-indicator-marshal.h
-	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=xfcekbd_indicator $(srcdir)/xfcekbd-indicator-marshal.list --body > $@
-
 CLEANFILES = \
 	$(desktop_DATA)               \
 	xfce4-screensaver.desktop.in  \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list