wok-current diff lxpanel/receipt @ rev 6528
Add iron-linux
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Oct 03 21:02:12 2010 +0000 (2010-10-03) |
parents | 5e7bfce7a7ed |
children | 97d26f546a4a |
line diff
1.1 --- a/lxpanel/receipt Sun Sep 26 17:02:23 2010 +0000 1.2 +++ b/lxpanel/receipt Sun Oct 03 21:02:12 2010 +0000 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