wok rev 3799

Upgrade: lxpanel (0.3.8.1 to 0.5.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 14:27:24 2009 +0000 (2009-08-03)
parents 4199f54b17c0
children cdaeb4187d24
files lxpanel-extra/receipt lxpanel/receipt lxpanel/stuff/default/config lxpanel/stuff/default/panels/panel slitaz-configs/receipt
line diff
     1.1 --- a/lxpanel-extra/receipt	Mon Aug 03 18:38:35 2009 +0200
     1.2 +++ b/lxpanel-extra/receipt	Mon Aug 03 14:27:24 2009 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel-extra"
     1.7 -VERSION="0.3.8.1"
     1.8 +VERSION="0.5.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="expat gtk+ wireless_tools xorg-libXdamage"
    1.13  WANTED="lxpanel"
    1.14 -WEB_SITE="http://www.cairographics.org/"
    1.15 +WEB_SITE="http://www.lxde.org/"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
     2.1 --- a/lxpanel/receipt	Mon Aug 03 18:38:35 2009 +0200
     2.2 +++ b/lxpanel/receipt	Mon Aug 03 14:27:24 2009 +0000
     2.3 @@ -1,14 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lxpanel"
     2.7 -VERSION="0.3.8.1"
     2.8 +VERSION="0.5.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Standard compliant desktop panel."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -DEPENDS="gtk+ slitaz-menus alsa-lib xorg-libXdamage slitaz-icon"
    2.13 -BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools"
    2.14 +DEPENDS="glibc-base glib libgio expat zlib menu-cache lxmenu-data slitaz-icon \
    2.15 +gtk+ atk cairo fontconfig freetype pango pixman libpng alsa-lib \
    2.16 +xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender"
    2.17 +BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \
    2.18 +alsa-lib-dev wireless_tools-dev wireless_tools"
    2.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.20 -WEB_SITE="http://lxde.sourceforge.net/"
    2.21 +WEB_SITE="http://www.lxde.org/"
    2.22  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    2.23  CONFIG_FILES="/etc/lxpanel/default"
    2.24  
    2.25 @@ -16,14 +19,9 @@
    2.26  compile_rules()
    2.27  {
    2.28  	cd $src
    2.29 -	# Patch the menu
    2.30 -	for i in ptk-app-menu.patch fr.patch ; do
    2.31 -		[ -f done.$i ] && continue
    2.32 -		patch -p0 < ../stuff/$i || exit 1
    2.33 -		touch done.$i
    2.34 -	done
    2.35  	./configure \
    2.36  		--prefix=/usr \
    2.37 +		--sysconfdir=/etc \
    2.38  		--with-plugins=all \
    2.39  		$CONFIGURE_ARGS &&
    2.40  	make &&
    2.41 @@ -38,10 +36,10 @@
    2.42  	cp -a $_pkg/usr/lib $fs/usr
    2.43  	cp -a $_pkg/usr/share/lxpanel $fs/usr/share
    2.44  	
    2.45 -	# Remove a few "heavy" an unseful images (ns* goes in extra)
    2.46 -	for i in file-manager* stock_volume* gnome-[a-k]*.png gnome-m*.png \
    2.47 -		gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* redhat*.png \
    2.48 -		ns-*.png *lock-*.png gnome-logout.png
    2.49 +	# Remove a few "heavy" and unuseful images (ns* goes in extra)
    2.50 +	for i in file-manager* stock_volume* gnome-[a-m]*.png \
    2.51 +		gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \
    2.52 +		ns-*.png *lock-*.png
    2.53  	do
    2.54  		rm $fs/usr/share/lxpanel/images/$i
    2.55  	done
     3.1 --- a/lxpanel/stuff/default/config	Mon Aug 03 18:38:35 2009 +0200
     3.2 +++ b/lxpanel/stuff/default/config	Mon Aug 03 14:27:24 2009 +0000
     3.3 @@ -1,4 +1,4 @@
     3.4  [Command]
     3.5  FileManager=pcmanfm %s
     3.6 -Terminal=xterm -e
     3.7 +Terminal=xterm
     3.8  Logout=desktopbox logout
     4.1 --- a/lxpanel/stuff/default/panels/panel	Mon Aug 03 18:38:35 2009 +0200
     4.2 +++ b/lxpanel/stuff/default/panels/panel	Mon Aug 03 14:27:24 2009 +0000
     4.3 @@ -50,6 +50,9 @@
     4.4  Plugin {
     4.5      type = launchbar
     4.6      Config {
     4.7 +		Button {
     4.8 +			id=pcmanfm.desktop
     4.9 +		}
    4.10          Button {
    4.11              id=xterm.desktop
    4.12          }
     5.1 --- a/slitaz-configs/receipt	Mon Aug 03 18:38:35 2009 +0200
     5.2 +++ b/slitaz-configs/receipt	Mon Aug 03 14:27:24 2009 +0000
     5.3 @@ -7,7 +7,7 @@
     5.4  MAINTAINER="pankso@slitaz.org"
     5.5  DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \
     5.6  transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance \
     5.7 -ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus"
     5.8 +ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://www.slitaz.org/"
    5.11  WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"