[Pkg-xfce-commits] r834 - in goodies/xfce4-systemload-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at costa.debian.org
Wed Aug 16 11:22:03 UTC 2006


Author: corsac-guest
Date: 2006-08-16 11:22:02 +0000 (Wed, 16 Aug 2006)
New Revision: 834

Added:
   goodies/xfce4-systemload-plugin/debian/patches/01_sysload-colorbutton.patch
Modified:
   goodies/xfce4-systemload-plugin/debian/changelog
   goodies/xfce4-systemload-plugin/debian/rules
Log:
add patch to fix crash when changing color bar


Modified: goodies/xfce4-systemload-plugin/debian/changelog
===================================================================
--- goodies/xfce4-systemload-plugin/debian/changelog	2006-08-09 18:34:03 UTC (rev 833)
+++ goodies/xfce4-systemload-plugin/debian/changelog	2006-08-16 11:22:02 UTC (rev 834)
@@ -1,3 +1,9 @@
+xfce4-systemload-plugin (0.4-3) unstable; urgency=low
+
+  * Added patch to fix plugin crash when choosing bar color. 
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 16 Aug 2006 12:56:56 +0200
+
 xfce4-systemload-plugin (0.4-2) unstable; urgency=low
 
   * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).

Added: goodies/xfce4-systemload-plugin/debian/patches/01_sysload-colorbutton.patch
===================================================================
--- goodies/xfce4-systemload-plugin/debian/patches/01_sysload-colorbutton.patch	2006-08-09 18:34:03 UTC (rev 833)
+++ goodies/xfce4-systemload-plugin/debian/patches/01_sysload-colorbutton.patch	2006-08-16 11:22:02 UTC (rev 834)
@@ -0,0 +1,22 @@
+Index: panel-plugin/systemload.c
+===================================================================
+--- panel-plugin/systemload.c	(revision 1902)
++++ panel-plugin/systemload.c	(working copy)
+@@ -751,8 +751,6 @@
+ 	    N_("Uptime monitor")
+     };
+ 
+-    global->opt_dialog = dlg;
+-
+     xfce_panel_plugin_block_menu (plugin);
+     
+     dlg = gtk_dialog_new_with_buttons (_("Properties"), 
+@@ -762,6 +760,8 @@
+                 GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
+                 NULL);
+     
++    global->opt_dialog = dlg;
++
+     g_signal_connect (dlg, "response", G_CALLBACK (monitor_dialog_response),
+                       global);
+ 

Modified: goodies/xfce4-systemload-plugin/debian/rules
===================================================================
--- goodies/xfce4-systemload-plugin/debian/rules	2006-08-09 18:34:03 UTC (rev 833)
+++ goodies/xfce4-systemload-plugin/debian/rules	2006-08-16 11:22:02 UTC (rev 834)
@@ -1,12 +1,10 @@
 #!/usr/bin/make -f
-#DEB_AUTO_UPDATE_LIBTOOL := pre
-#DEB_AUTO_UPDATE_ACLOCAL := 1.8
-#DEB_AUTO_UPDATE_AUTOCONF := yes
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug=yes
+
 binary-post-install/xfce4-systemload-plugin::
 	-rm -rf debian/xfce4-systemload-plugin/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/xfce4-systemload-plugin/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list