[Goodies-commits] r2015 - in xfce4-wavelan-plugin/trunk: . panel-plugin

Nick Schermer nick at xfce.org
Mon Sep 11 08:26:55 CEST 2006


Author: nick
Date: 2006-09-11 06:26:49 +0000 (Mon, 11 Sep 2006)
New Revision: 2015

Modified:
   xfce4-wavelan-plugin/trunk/ChangeLog
   xfce4-wavelan-plugin/trunk/configure.ac
   xfce4-wavelan-plugin/trunk/panel-plugin/Makefile.am
Log:
* Fix typo
* 0.5.3


Modified: xfce4-wavelan-plugin/trunk/ChangeLog
===================================================================
--- xfce4-wavelan-plugin/trunk/ChangeLog	2006-09-10 23:05:35 UTC (rev 2014)
+++ xfce4-wavelan-plugin/trunk/ChangeLog	2006-09-11 06:26:49 UTC (rev 2015)
@@ -1,3 +1,8 @@
+2006-09-11 08:11  nick
+
+	* Fix typo in panel-plugin/Makefile.am
+	* BUmp version to 0.5.3 for release
+
 2006-08-10 19:03  james
 
 	* Make the plugin visible when added.

Modified: xfce4-wavelan-plugin/trunk/configure.ac
===================================================================
--- xfce4-wavelan-plugin/trunk/configure.ac	2006-09-10 23:05:35 UTC (rev 2014)
+++ xfce4-wavelan-plugin/trunk/configure.ac	2006-09-11 06:26:49 UTC (rev 2015)
@@ -9,7 +9,7 @@
 dnl Version information
 m4_define([xwp_version_major], [0])
 m4_define([xwp_version_minor], [5])
-m4_define([xwp_version_micro], [2])
+m4_define([xwp_version_micro], [3])
 m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_micro()])
 
 dnl Initial autoconf

Modified: xfce4-wavelan-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-wavelan-plugin/trunk/panel-plugin/Makefile.am	2006-09-10 23:05:35 UTC (rev 2014)
+++ xfce4-wavelan-plugin/trunk/panel-plugin/Makefile.am	2006-09-11 06:26:49 UTC (rev 2015)
@@ -56,7 +56,7 @@
                                 
 # get full path into .desktop file
 %.desktop.in: %.desktop.in.in
-	sed -e "s^@PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \
+	sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
 		$< > $@
 
 




More information about the Goodies-commits mailing list