# HG changeset patch # User Christopher Rogers # Date 1285520543 0 # Node ID 5e7bfce7a7edd30c000750e913490e93af66222e # Parent 455678ba3cb66a3a88de34a1f75fa672c3e3ad7a Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there. diff -r 455678ba3cb6 -r 5e7bfce7a7ed lxpanel-dev/receipt --- a/lxpanel-dev/receipt Sun Sep 26 16:07:07 2010 +0000 +++ b/lxpanel-dev/receipt Sun Sep 26 17:02:23 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel-dev" -VERSION="0.5.5" +VERSION="0.5.6" CATEGORY="x-window" SHORT_DESC="LXpanel devel files." MAINTAINER="pankso@slitaz.org" diff -r 455678ba3cb6 -r 5e7bfce7a7ed lxpanel-extra/receipt --- a/lxpanel-extra/receipt Sun Sep 26 16:07:07 2010 +0000 +++ b/lxpanel-extra/receipt Sun Sep 26 17:02:23 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel-extra" -VERSION="0.5.5" +VERSION="0.5.6" CATEGORY="x-window" SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." MAINTAINER="pankso@slitaz.org" diff -r 455678ba3cb6 -r 5e7bfce7a7ed lxpanel/receipt --- a/lxpanel/receipt Sun Sep 26 16:07:07 2010 +0000 +++ b/lxpanel/receipt Sun Sep 26 17:02:23 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.5.5" +VERSION="0.5.6" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ gtk+ atk cairo fontconfig freetype pango pixman libpng alsa-lib \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" -BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \ -alsa-lib-dev wireless_tools-dev wireless_tools" +BUILD_DEPENDS="$DEPENDS gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \ +alsa-lib-dev wireless_tools-dev wireless_tools zlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" @@ -19,11 +19,11 @@ compile_rules() { cd $src - patch -p1 -i ../stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch + #patch -p1 -i ../stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --with-plugins=all \ + --with-plugins=cpu,cpufreq,deskno,kbled,netstatus,thermal,volume,volumealsa,xkb \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install