[Goodies-commits] r7214 - in xfce4-clipman-plugin/trunk: . panel-plugin po

Mike Massonnet mmassonnet at xfce.org
Thu Apr 16 11:32:35 CEST 2009


Author: mmassonnet
Date: 2009-04-16 09:32:35 +0000 (Thu, 16 Apr 2009)
New Revision: 7214

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/Makefile.am
   xfce4-clipman-plugin/trunk/configure.ac.in
   xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
   xfce4-clipman-plugin/trunk/po/POTFILES.in
Log:
Prepare for release

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-04-16 08:20:27 UTC (rev 7213)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-04-16 09:32:35 UTC (rev 7214)
@@ -1,3 +1,6 @@
+2009-04-16	Mike Massonnet
+Prepare for release
+
 2009-04-15	Mike Massonnet
 Use a WeakNotify callback... useless but well...
 

Modified: xfce4-clipman-plugin/trunk/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/Makefile.am	2009-04-16 08:20:27 UTC (rev 7213)
+++ xfce4-clipman-plugin/trunk/Makefile.am	2009-04-16 09:32:35 UTC (rev 7214)
@@ -4,6 +4,7 @@
 	icons								\
 	panel-plugin							\
 	po								\
+	tests								\
 	$(NULL)
 
 distclean-local:
@@ -24,8 +25,13 @@
 	intltool-extract.in						\
 	intltool-merge.in						\
 	intltool-update.in						\
+	$(desktop_in_files)						\
 	$(NULL)
 
+CLEANFILES =								\
+	$(desktop_DATA)							\
+	$(NULL)
+
 DISTCLEANFILES =							\
 	aclocal.m4							\
 	compile								\

Modified: xfce4-clipman-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.ac.in	2009-04-16 08:20:27 UTC (rev 7213)
+++ xfce4-clipman-plugin/trunk/configure.ac.in	2009-04-16 09:32:35 UTC (rev 7214)
@@ -14,7 +14,7 @@
 m4_define([project_version_minor], [0])
 m4_define([project_version_micro], [0])
 m4_define([project_version_build], [r at REVISION@])
-m4_define([project_version_tag], [svn]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [svn], [project_version_tag()-project_version_build()], [project_version_tag()])])
 
 dnl ***************************

Modified: xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2009-04-16 08:20:27 UTC (rev 7213)
+++ xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2009-04-16 09:32:35 UTC (rev 7214)
@@ -9,13 +9,15 @@
 	-DLOCALEDIR=\"$(localedir)\"					\
 	$(NULL)
 
-EXTRA_DIST =								\
-	settings-dialog.glade						\
-	$(NULL)
+#
+# Maintainer Mode
+#
 
-CLEANFILES =								\
-	$(desktop_DATA)							\
-	$(NULL)
+if MAINTAINER_MODE
+BUILT_SOURCES = settings-dialog_glade.h
+settings-dialog_glade.h: settings-dialog.glade
+	exo-csource --static --strip-comments --strip-content --name=settings_dialog_glade $< >$@
+endif
 
 #
 # Popup Command
@@ -51,6 +53,7 @@
 	collector.c			collector.h			\
 	history.c			history.h			\
 	menu.c				menu.h				\
+	settings-dialog_glade.h						\
 	$(NULL)
 
 xfce4_clipman_plugin_CFLAGS =						\
@@ -77,14 +80,8 @@
 	@GLADE_LIBS@							\
 	$(NULL)
 
-if MAINTAINER_MODE
-BUILT_SOURCES = settings-dialog_glade.h
-settings-dialog_glade.h: settings-dialog.glade
-	exo-csource --static --strip-comments --strip-content --name=settings_dialog_glade $< >$@
-endif
-
 #
-# Actions
+# XML Actions File
 #
 
 actionsdir = $(sysconfdir)/xdg/xfce4/panel
@@ -115,3 +112,20 @@
 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+#
+# Extra
+#
+
+EXTRA_DIST =								\
+	settings-dialog.glade						\
+	$(actions_in_files)						\
+	$(autostart_in_files)						\
+	$(desktop_in_in_files)						\
+	$(NULL)
+
+CLEANFILES =								\
+	$(actions_DATA)							\
+	$(autostart_DATA)						\
+	$(desktop_DATA)							\
+	$(NULL)
+

Modified: xfce4-clipman-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-clipman-plugin/trunk/po/POTFILES.in	2009-04-16 08:20:27 UTC (rev 7213)
+++ xfce4-clipman-plugin/trunk/po/POTFILES.in	2009-04-16 09:32:35 UTC (rev 7214)
@@ -4,6 +4,7 @@
 panel-plugin/xfce4-clipman-plugin-autostart.desktop.in
 panel-plugin/settings-dialog.glade
 panel-plugin/main.c
+panel-plugin/actions.c
 panel-plugin/collector.c
 panel-plugin/history.c
 panel-plugin/menu.c




More information about the Goodies-commits mailing list