wok-4.x diff lxpanel/receipt @ rev 6419
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.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | 32cde9ab5311 |
children | 556f2271529a |
line diff
1.1 --- a/lxpanel/receipt Fri Sep 24 04:32:19 2010 +0000 1.2 +++ b/lxpanel/receipt Sun Sep 26 17:02:23 2010 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel" 1.7 -VERSION="0.5.5" 1.8 +VERSION="0.5.6" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Standard compliant desktop panel." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ 1.13 gtk+ atk cairo fontconfig freetype pango pixman libpng alsa-lib \ 1.14 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" 1.15 -BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \ 1.16 -alsa-lib-dev wireless_tools-dev wireless_tools" 1.17 +BUILD_DEPENDS="$DEPENDS gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \ 1.18 +alsa-lib-dev wireless_tools-dev wireless_tools zlib-dev" 1.19 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.20 WEB_SITE="http://www.lxde.org/" 1.21 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.22 @@ -19,11 +19,11 @@ 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 - patch -p1 -i ../stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch 1.27 + #patch -p1 -i ../stuff/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch 1.28 ./configure \ 1.29 --prefix=/usr \ 1.30 --sysconfdir=/etc \ 1.31 - --with-plugins=all \ 1.32 + --with-plugins=cpu,cpufreq,deskno,kbled,netstatus,thermal,volume,volumealsa,xkb \ 1.33 $CONFIGURE_ARGS && 1.34 make && 1.35 make DESTDIR=$PWD/_pkg install