[Goodies-commits] r6534 - in xfce4-sensors-plugin/trunk: . src

Fabian Nowak timystery at xfce.org
Fri Jan 23 21:25:07 CET 2009


Author: timystery
Date: 2009-01-23 20:25:07 +0000 (Fri, 23 Jan 2009)
New Revision: 6534

Modified:
   xfce4-sensors-plugin/trunk/Makefile.am
   xfce4-sensors-plugin/trunk/src/Makefile.am
Log:
removed whitespace and either aligned backslahes or moved forwards


Modified: xfce4-sensors-plugin/trunk/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/Makefile.am	2009-01-23 19:50:31 UTC (rev 6533)
+++ xfce4-sensors-plugin/trunk/Makefile.am	2009-01-23 20:25:07 UTC (rev 6534)
@@ -1,9 +1,9 @@
 # $Id$
 
-SUBDIRS = 					\
-	include					\
+SUBDIRS = 						\
+	include						\
 	lib							\
-	panel-plugin		\
+	panel-plugin				\
 	src							\
 	po							\
 	icons
@@ -29,10 +29,10 @@
 	ChangeLog							\
 	INSTALL								\
 	LICENSE								\
-	NEWS									\
+	NEWS								\
 	README								\
-	TODO									\
-	NOTES									\
+	TODO								\
+	NOTES								\
 	xfce4-sensors-plugin.spec.in		\
 	intltool-extract.in                 \
 	intltool-merge.in                   \
@@ -44,10 +44,12 @@
 	intltool-update						\
 	xfce4-sensors-plugin.spec
 
-DISTCHECK_CONFIGURE_FLAGS =						\
-	--with-libsensors						\
-	--with-hddtemp							\
-	--with-acpi
+DISTCHECK_CONFIGURE_FLAGS =				\
+	--with-libnotify					\
+	--with-libsensors					\
+	--with-hddtemp						\
+	--with-netcat						\
+	--with-procacpi
 
 checksums: distcheck
 	sha1sum $(PACKAGE)-$(VERSION).tar.bz2 > $(PACKAGE)-$(VERSION).tar.bz2.sha1.asc
@@ -60,4 +62,3 @@
 	mv $(PACKAGE)-$(VERSION).tar.bz2* releases/
 	-rm $(PACKAGE)-$(VERSION).tar.gz
 
-# vi:set ts=4 sw=4 noet ai nocindent syntax=automake:

Modified: xfce4-sensors-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/src/Makefile.am	2009-01-23 19:50:31 UTC (rev 6533)
+++ xfce4-sensors-plugin/trunk/src/Makefile.am	2009-01-23 20:25:07 UTC (rev 6534)
@@ -1,52 +1,52 @@
 # $Id$
 
-INCLUDES = 			\
+INCLUDES = \
 	-I$(top_srcdir)/include	\
 	-I$(top_srcdir)/lib
 
 bin_PROGRAMS = \
 	xfce4-sensors
 
-#	-DG_LOG_DOMAIN=\"xfce4-sensors-plugin\"						 \
+#	-DG_LOG_DOMAIN=\"xfce4-sensors-plugin\"	\
 #	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
 # LIBS = @LIBS@ @SOLLIBS@
 # CFLAGS = @CFLAGS@
 
-xfce4_sensors_SOURCES =									   \
+xfce4_sensors_SOURCES = \
 	main.c \
 	interface.c \
 	interface.h \
 	callbacks.c \
 	callbacks.h \
-	actions.c	\
+	actions.c \
 	actions.h
 
 xfce4_sensors_CFLAGS = \
-	@PLATFORM_CFLAGS@											\
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"						\
-	@LIBSENSORS_CFLAGS@											\
+	@PLATFORM_CFLAGS@ \
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+	@LIBSENSORS_CFLAGS@	\
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@
 
-# @GTK_CFLAGS@ 												\
-# @GLIB_CFLAGS@ 												\
-#	@LIBXFCE4PANEL_CFLAGS@
+# @GTK_CFLAGS@ 	\
+# @GLIB_CFLAGS@ \
+# @LIBXFCE4PANEL_CFLAGS@
 
-xfce4_sensors_LDFLAGS = 								\
-	--no-undefined								\
+xfce4_sensors_LDFLAGS = \
+	--no-undefined		\
 	@PLATFORM_LDFLAGS@
 
-xfce4_sensors_LDADD = 								\
+xfce4_sensors_LDADD = \
 	$(top_builddir)/lib/libxfce4sensors.la \
-	@LIBSENSORS_LDFLAGS@ 								\
-	@LIBXFCE4UTIL_LIBS@									\
-	@LIBXFCEGUI4_LIBS@
+	@LIBSENSORS_LDFLAGS@ \
+	@LIBXFCE4UTIL_LIBS@	\
+	@LIBXFCEGUI4_LIBS@ 
 
-# @GTK_LIBS@ 													\
-# @GLIB_LIBS@ 													\
-#-L/usr/local/lib/xfce4/modules/ -L$(top_builddir)/lib -lxfce4sensors
-#	@LIBXFCE4PANEL_LIBS@
+# @GTK_LIBS@ \
+# @GLIB_LIBS@ \
+# -L/usr/local/lib/xfce4/modules/ -L$(top_builddir)/lib -lxfce4sensors
+# @LIBXFCE4PANEL_LIBS@
 
 xfce4_sensors_DEPENDENCIES = \
 	$(top_builddir)/lib/libxfce4sensors.la
@@ -59,13 +59,14 @@
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST =														 \
+EXTRA_DIST = \
 	$(desktop_in_files)
 
-DISTCLEANFILES =													 \
+DISTCLEANFILES = \
 	$(desktop_DATA)
 
 # get full path into .desktop file
 #%.desktop.in: %.desktop.in.in
 #	sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
 #		$< > $@
+




More information about the Goodies-commits mailing list