wok rev 799

lxpanel: have nice icons for network status + split netstat/wifi and kbled plugins
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 21:25:18 2008 +0200 (2008-05-15)
parents 00c4c1ca8aac
children 7ad99a8f4fde
files lxpanel-extra/receipt lxpanel/receipt lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-disconn.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-error.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-idle.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-rx.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-tx.png lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-txrx.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxpanel-extra/receipt	Thu May 15 21:25:18 2008 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxpanel-extra"
     1.7 +VERSION="0.3.5.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="lxpanel"
    1.12 +WEB_SITE="http://www.cairographics.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p \
    1.18 +		$fs/usr/lib/lxpanel/plugins \
    1.19 +		$fs/usr/share/lxpanel/images
    1.20 +	# Plugins
    1.21 +	cp $_pkg/usr/lib/lxpanel/plugins/netstat.so \
    1.22 +		$fs/usr/lib/lxpanel/plugins
    1.23 +	cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \
    1.24 +		$fs/usr/lib/lxpanel/plugins
    1.25 +	# Images
    1.26 +	cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \
    1.27 +		$fs/usr/share/lxpanel/images
    1.28 +	cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \
    1.29 +		$fs/usr/share/lxpanel/images
    1.30 +}
     2.1 --- a/lxpanel/receipt	Thu May 15 21:02:22 2008 +0200
     2.2 +++ b/lxpanel/receipt	Thu May 15 21:25:18 2008 +0200
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Standard compliant desktop panel."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="gtk+ slitaz-menus"
     2.7 -BUILD_DEPENDS="gtk+-dev gettext"
     2.8 +BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://lxde.sourceforge.net/"
    2.11  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    2.12 @@ -34,20 +34,24 @@
    2.13  	cp -a $_pkg/usr/lib $fs/usr
    2.14  	cp -a $_pkg/usr/share/lxpanel $fs/usr/share
    2.15  
    2.16 -	# Remove a few "heavy" an unseful images
    2.17 +	# Remove a few "heavy" an unseful images (ns* goes in extra)
    2.18  	rm $fs/usr/share/lxpanel/images/file-manager.png
    2.19 -	rm $fs/usr/share/lxpanel/images/gnome-applications.png
    2.20 -	rm $fs/usr/share/lxpanel/images/gnome-devel.png
    2.21 -	rm $fs/usr/share/lxpanel/images/gnome-fs*.png
    2.22 -	rm $fs/usr/share/lxpanel/images/gnome-joystick.png
    2.23 -	rm $fs/usr/share/lxpanel/images/gnome-multimedia.png
    2.24 -	rm $fs/usr/share/lxpanel/images/gnome-s*
    2.25 -	rm $fs/usr/share/lxpanel/images/gnome-g*.png
    2.26 -	rm $fs/usr/share/lxpanel/images/gnome-u*.png
    2.27 +	rm $fs/usr/share/lxpanel/images/stock_volume.png
    2.28 +	rm $fs/usr/share/lxpanel/images/gnome-[a-k]*.png
    2.29 +	rm $fs/usr/share/lxpanel/images/gnome-netstatus-[d-t]*.png
    2.30 +	rm $fs/usr/share/lxpanel/images/gnome-m*.png
    2.31 +	rm $fs/usr/share/lxpanel/images/gnome-[o-z]*.png
    2.32  	rm $fs/usr/share/lxpanel/images/my-*
    2.33  	rm $fs/usr/share/lxpanel/images/redhat*.png
    2.34 -	rm $fs/usr/share/lxpanel/images/gnome-netstatus-[d-t]*.png
    2.35  	rm $fs/usr/share/lxpanel/images/ns-*.png
    2.36 +	rm $fs/usr/share/lxpanel/images/*lock-*.png
    2.37 +
    2.38 +	# Netstatus 24x24 resized icons in Tango theme path.
    2.39 +	cp -a stuff/icons $fs/usr/share
    2.40 +
    2.41 +	# Remove plugins --> lxpanel-extra
    2.42 +	rm $fs/usr/lib/lxpanel/plugins/netstat.so
    2.43 +	rm $fs/usr/lib/lxpanel/plugins/kbled.so
    2.44  
    2.45  	# Move profile to /etc/lxpanel (/usr maybe read-only)
    2.46  	mkdir $fs/etc
    2.47 @@ -57,7 +61,7 @@
    2.48  	# Default config
    2.49  	mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original
    2.50  	cp -a stuff/default $fs/etc/lxpanel
    2.51 -	
    2.52 +
    2.53  	# Declare lxsession-logout in files.list
    2.54  	touch $fs/usr/bin/lxsession-logout
    2.55  }
     3.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-disconn.png has changed
     4.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-error.png has changed
     5.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-idle.png has changed
     6.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-rx.png has changed
     7.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-tx.png has changed
     8.1 Binary file lxpanel/stuff/icons/Tango/24x24/status/gnome-netstatus-txrx.png has changed