# HG changeset patch # User Matthew Sheets # Date 1249309644 0 # Node ID 7bde7b5b965d96c06dc62acc2a1208ae93464bed # Parent 4199f54b17c076565eb288c939a6afd1cbfb4e05 Upgrade: lxpanel (0.3.8.1 to 0.5.1) diff -r 4199f54b17c0 -r 7bde7b5b965d lxpanel-extra/receipt --- a/lxpanel-extra/receipt Mon Aug 03 18:38:35 2009 +0200 +++ b/lxpanel-extra/receipt Mon Aug 03 14:27:24 2009 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="lxpanel-extra" -VERSION="0.3.8.1" +VERSION="0.5.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.cairographics.org/" +WEB_SITE="http://www.lxde.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 4199f54b17c0 -r 7bde7b5b965d lxpanel/receipt --- a/lxpanel/receipt Mon Aug 03 18:38:35 2009 +0200 +++ b/lxpanel/receipt Mon Aug 03 14:27:24 2009 +0000 @@ -1,14 +1,17 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.3.8.1" +VERSION="0.5.1" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ slitaz-menus alsa-lib xorg-libXdamage slitaz-icon" -BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools" +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" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://lxde.sourceforge.net/" +WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" @@ -16,14 +19,9 @@ 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 \ --with-plugins=all \ $CONFIGURE_ARGS && make && @@ -38,10 +36,10 @@ cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share/lxpanel $fs/usr/share - # 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 + # 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 do rm $fs/usr/share/lxpanel/images/$i done diff -r 4199f54b17c0 -r 7bde7b5b965d lxpanel/stuff/default/config --- a/lxpanel/stuff/default/config Mon Aug 03 18:38:35 2009 +0200 +++ b/lxpanel/stuff/default/config Mon Aug 03 14:27:24 2009 +0000 @@ -1,4 +1,4 @@ [Command] FileManager=pcmanfm %s -Terminal=xterm -e +Terminal=xterm Logout=desktopbox logout diff -r 4199f54b17c0 -r 7bde7b5b965d lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Mon Aug 03 18:38:35 2009 +0200 +++ b/lxpanel/stuff/default/panels/panel Mon Aug 03 14:27:24 2009 +0000 @@ -50,6 +50,9 @@ Plugin { type = launchbar Config { + Button { + id=pcmanfm.desktop + } Button { id=xterm.desktop } diff -r 4199f54b17c0 -r 7bde7b5b965d slitaz-configs/receipt --- a/slitaz-configs/receipt Mon Aug 03 18:38:35 2009 +0200 +++ b/slitaz-configs/receipt Mon Aug 03 14:27:24 2009 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \ transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance \ -ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus" +ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"