wok diff lxpanel/receipt @ rev 11297

lxpanel: update patches... (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 12 11:24:01 2011 +0100 (2011-11-12)
parents abfc6db7f416
children b7319995b37e
line diff
     1.1 --- a/lxpanel/receipt	Thu Nov 10 03:02:24 2011 +0000
     1.2 +++ b/lxpanel/receipt	Sat Nov 12 11:24:01 2011 +0100
     1.3 @@ -20,10 +20,9 @@
     1.4  {
     1.5  	cd $src
     1.6  	#patch -p1 -i $stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch
     1.7 -	# Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.6).
     1.8 -	patch -p1 -i $stuff/battery-plugin.patch
     1.9 -	# patch to fix 100% battery bug with battery plugin
    1.10 -	patch -p1 -i $stuff/battery.patch
    1.11 +	# Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.8).
    1.12 +	patch -p1 -i $stuff/configure_desktop_number.patch
    1.13 +	patch -p1 -i $stuff/fix_position.patch
    1.14  	./configure --with-plugins=all &&
    1.15  	make && make install
    1.16  }