# HG changeset patch # User Matthew Sheets # Date 1248177317 0 # Node ID e80aeb98eb5d3c31df1592b76cd0b2af39f4525f # Parent f8d9b6cee57bbbd3e49ac6d6f8b238b20eb22783 Fix: libftdi commit diff -r f8d9b6cee57b -r e80aeb98eb5d lxpanel-extra/receipt --- a/lxpanel-extra/receipt Tue Jul 21 11:47:16 2009 +0000 +++ b/lxpanel-extra/receipt Tue Jul 21 11:55:17 2009 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="lxpanel-extra" -VERSION="0.4.1" +VERSION="0.3.8.1" CATEGORY="x-window" SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." MAINTAINER="pankso@slitaz.org" DEPENDS="expat gtk+ wireless_tools xorg-libXdamage" WANTED="lxpanel" -WEB_SITE="http://www.lxde.org/" +WEB_SITE="http://www.cairographics.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r f8d9b6cee57b -r e80aeb98eb5d lxpanel/receipt --- a/lxpanel/receipt Tue Jul 21 11:47:16 2009 +0000 +++ b/lxpanel/receipt Tue Jul 21 11:55:17 2009 +0000 @@ -1,17 +1,14 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.4.1" +VERSION="0.3.8.1" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base glib libgio expat zlib menu-cache lxmenu-data 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" +DEPENDS="gtk+ slitaz-menus alsa-lib xorg-libXdamage slitaz-icon" +BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.lxde.org/" +WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" @@ -19,10 +16,14 @@ compile_rules() { cd $src + # Patch the menu + for i in ptk-app-menu.patch fr.patch ; do + [ -f done.$i ] && continue + patch -p0 < ../stuff/$i || exit 1 + touch done.$i + done ./configure \ --prefix=/usr \ - --sysconfdir=/etc \ - --enable-libiw \ --with-plugins=all \ $CONFIGURE_ARGS && make && @@ -37,10 +38,10 @@ cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share/lxpanel $fs/usr/share - # Remove a few "heavy" and unuseful images (ns* goes in extra) - for i in file-manager* stock_volume* gnome-[a-m]*.png \ - gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \ - ns-*.png *lock-*.png + # Remove a few "heavy" an unseful images (ns* goes in extra) + for i in file-manager* stock_volume* gnome-[a-k]*.png gnome-m*.png \ + gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* redhat*.png \ + ns-*.png *lock-*.png gnome-logout.png do rm $fs/usr/share/lxpanel/images/$i done diff -r f8d9b6cee57b -r e80aeb98eb5d lxpanel/stuff/default/config --- a/lxpanel/stuff/default/config Tue Jul 21 11:47:16 2009 +0000 +++ b/lxpanel/stuff/default/config Tue Jul 21 11:55:17 2009 +0000 @@ -1,4 +1,4 @@ [Command] FileManager=pcmanfm %s -Terminal=xterm +Terminal=xterm -e Logout=desktopbox logout diff -r f8d9b6cee57b -r e80aeb98eb5d lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Tue Jul 21 11:47:16 2009 +0000 +++ b/lxpanel/stuff/default/panels/panel Tue Jul 21 11:55:17 2009 +0000 @@ -50,9 +50,6 @@ Plugin { type = launchbar Config { - Button { - id=pcmanfm.desktop - } Button { id=xterm.desktop }