[Goodies-commits] r2715 - in xfce4-time-out-plugin/trunk: . panel-plugin po

Jannis Pohlmann jannis at xfce.org
Sun May 6 01:41:47 CEST 2007


Author: jannis
Date: 2007-05-05 23:41:46 +0000 (Sat, 05 May 2007)
New Revision: 2715

Removed:
   xfce4-time-out-plugin/trunk/po/Makefile
   xfce4-time-out-plugin/trunk/po/POTFILES
   xfce4-time-out-plugin/trunk/po/stamp-it
Modified:
   xfce4-time-out-plugin/trunk/ChangeLog
   xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am
   xfce4-time-out-plugin/trunk/panel-plugin/time-out.h
Log:
	* panel-plugin/Makefile.am: Update Makefile to fix make 
	  distcheck.
	* panel-plugin/time-out.h: Fix copyright year. 
 

Modified: xfce4-time-out-plugin/trunk/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:29:16 UTC (rev 2714)
+++ xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:41:46 UTC (rev 2715)
@@ -1,5 +1,11 @@
 2007-05-06	Jannis Pohlmann <jannis at xfce.org>
 
+	* panel-plugin/Makefile.am: Update Makefile to fix make 
+	  distcheck.
+	* panel-plugin/time-out.h: Fix copyright year.
+
+2007-05-06	Jannis Pohlmann <jannis at xfce.org>
+
 	* panel-plugin/time-out-lock-screen.c: Remove debug statement
 	  and add a new translatable string.
 

Modified: xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am	2007-05-05 23:29:16 UTC (rev 2714)
+++ xfce4-time-out-plugin/trunk/panel-plugin/Makefile.am	2007-05-05 23:41:46 UTC (rev 2715)
@@ -1,21 +1,14 @@
 # $Id: Makefile.am 2499 2007-02-18 20:59:26Z jannis $
 
-INCLUDES =								\
-	-DDATADIR=\"$(datadir)\"					\
-	-I$(top_srcdir)							\
-	-DG_LOG_DOMAIN=\"xfce4-time-out-plugin\"			\
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
-	$(PLATFORM_CPPFLAGS)
+plugindir =								\
+	$(libexecdir)/xfce4/panel-plugins
 
 #
-# Withdrawal plugin
+# xfce4-time-out-plugin 
 #
 plugin_PROGRAMS =							\
 	xfce4-time-out-plugin
 
-plugindir =								\
-	$(libexecdir)/xfce4/panel-plugins
-
 xfce4_time_out_plugin_SOURCES =						\
 	time-out-countdown.h						\
 	time-out-countdown.c						\
@@ -23,15 +16,21 @@
 	time-out-lock-screen.c						\
 	time-out-fadeout.h						\
 	time-out-fadeout.c						\
+	time-out.h							\
 	time-out.c							
 
 xfce4_time_out_plugin_CFLAGS =						\
+	-DDATADIR=\"$(datadir)\"					\
+	-I$(top_srcdir)							\
+	-I$(top_builddir)						\
+	-DG_LOG_DOMAIN=\"xfce4-time-out-plugin\"			\
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	$(LIBXFCE4UTIL_CFLAGS)						\
 	$(LIBXFCEGUI4_CFLAGS)						\
 	$(LIBXFCE4PANEL_CFLAGS)						\
 	$(PLATFORM_CFLAGS)
 
-xfce4_time_out_plugin_LDADD =						\
+xfce4_time_out_plugin_LDFLAGS =						\
 	$(LIBXFCE4UTIL_LIBS)						\
 	$(LIBXFCEGUI4_LIBS)						\
 	$(LIBXFCE4PANEL_LIBS)

Modified: xfce4-time-out-plugin/trunk/panel-plugin/time-out.h
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/time-out.h	2007-05-05 23:29:16 UTC (rev 2714)
+++ xfce4-time-out-plugin/trunk/panel-plugin/time-out.h	2007-05-05 23:41:46 UTC (rev 2715)
@@ -1,7 +1,7 @@
 /* $Id$ */
 /* vi:set expandtab sw=2 sts=2: */
 /*-
- * Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2007 Jannis Pohlmann <jannis at xfce.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public

Deleted: xfce4-time-out-plugin/trunk/po/Makefile

Deleted: xfce4-time-out-plugin/trunk/po/POTFILES

Deleted: xfce4-time-out-plugin/trunk/po/stamp-it




More information about the Goodies-commits mailing list