wok-6.x diff lxpanel/receipt @ rev 12003
clex: new icon added to stuff
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Mar 05 08:55:26 2012 -0800 (2012-03-05) |
parents | bd26076a2af9 |
children | 1134cd1d9d3c |
line diff
1.1 --- a/lxpanel/receipt Thu Mar 01 04:54:56 2012 +0100 1.2 +++ b/lxpanel/receipt Mon Mar 05 08:55:26 2012 -0800 1.3 @@ -19,11 +19,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - #patch -p1 -i $stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch 1.8 - # Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.8). 1.9 patch -p1 -i $stuff/configure_desktop_number.patch 1.10 patch -p1 -i $stuff/fix_position.patch 1.11 - patch -p0 -i $stuff/cpu-color.patch || exit 1 1.12 + patch -p0 -i $stuff/cpu-size-color.patch || exit 1 1.13 ./configure --with-plugins=all $CONFIGURE_ARGS && 1.14 make && make install 1.15 }