wok diff lxpanel/receipt @ rev 6423

lxpanel : patch battery plugin
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Sep 27 02:41:42 2010 +0200 (2010-09-27)
parents 5e7bfce7a7ed
children 97d26f546a4a
line diff
     1.1 --- a/lxpanel/receipt	Sun Sep 26 17:02:23 2010 +0000
     1.2 +++ b/lxpanel/receipt	Mon Sep 27 02:41:42 2010 +0200
     1.3 @@ -20,10 +20,12 @@
     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  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--sysconfdir=/etc \
    1.12 -		--with-plugins=cpu,cpufreq,deskno,kbled,netstatus,thermal,volume,volumealsa,xkb \
    1.13 +		--with-plugins=all \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make DESTDIR=$PWD/_pkg install