# HG changeset patch # User Christophe Lincoln # Date 1330574096 -3600 # Node ID bd26076a2af91efb60afc108dbd760b78991915c # Parent 31dd0105be727bf1acb5fd69936ccc9de07e2fbe Up: tazpanel (1.4.1) - Bug fix diff -r 31dd0105be72 -r bd26076a2af9 lxpanel/receipt --- a/lxpanel/receipt Wed Feb 29 18:22:34 2012 -0800 +++ b/lxpanel/receipt Thu Mar 01 04:54:56 2012 +0100 @@ -23,7 +23,7 @@ # Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.8). patch -p1 -i $stuff/configure_desktop_number.patch patch -p1 -i $stuff/fix_position.patch - patch -p0 -i $stuff/cpu.patch || exit 1 + patch -p0 -i $stuff/cpu-color.patch || exit 1 ./configure --with-plugins=all $CONFIGURE_ARGS && make && make install } diff -r 31dd0105be72 -r bd26076a2af9 tazpanel/receipt --- a/tazpanel/receipt Wed Feb 29 18:22:34 2012 -0800 +++ b/tazpanel/receipt Thu Mar 01 04:54:56 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpanel" -VERSION="1.4" +VERSION="1.4.1" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel." MAINTAINER="pankso@slitaz.org"