wok-4.x rev 11934
Up: tazpanel (1.4.1) - Bug fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 01 04:54:56 2012 +0100 (2012-03-01) |
parents | 31dd0105be72 |
children | 87e362221d3f |
files | lxpanel/receipt tazpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Wed Feb 29 18:22:34 2012 -0800 1.2 +++ b/lxpanel/receipt Thu Mar 01 04:54:56 2012 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 # Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.8). 1.5 patch -p1 -i $stuff/configure_desktop_number.patch 1.6 patch -p1 -i $stuff/fix_position.patch 1.7 - patch -p0 -i $stuff/cpu.patch || exit 1 1.8 + patch -p0 -i $stuff/cpu-color.patch || exit 1 1.9 ./configure --with-plugins=all $CONFIGURE_ARGS && 1.10 make && make install 1.11 }
2.1 --- a/tazpanel/receipt Wed Feb 29 18:22:34 2012 -0800 2.2 +++ b/tazpanel/receipt Thu Mar 01 04:54:56 2012 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazpanel" 2.7 -VERSION="1.4" 2.8 +VERSION="1.4.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="SliTaz administration and configuration panel." 2.11 MAINTAINER="pankso@slitaz.org"