wok diff lxpanel/receipt @ rev 3808

Up: lxpanel (0.5.2)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Aug 05 22:25:23 2009 +0200 (2009-08-05)
parents 7bde7b5b965d
children 7d6b9ead748f
line diff
     1.1 --- a/lxpanel/receipt	Mon Aug 03 14:27:24 2009 +0000
     1.2 +++ b/lxpanel/receipt	Wed Aug 05 22:25:23 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel"
     1.7 -VERSION="0.5.1"
     1.8 +VERSION="0.5.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Standard compliant desktop panel."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -35,7 +35,7 @@
    1.13  	cp -a $_pkg/usr/bin $fs/usr
    1.14  	cp -a $_pkg/usr/lib $fs/usr
    1.15  	cp -a $_pkg/usr/share/lxpanel $fs/usr/share
    1.16 -	
    1.17 +
    1.18  	# Remove a few "heavy" and unuseful images (ns* goes in extra)
    1.19  	for i in file-manager* stock_volume* gnome-[a-m]*.png \
    1.20  		gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \
    1.21 @@ -43,21 +43,21 @@
    1.22  	do
    1.23  		rm $fs/usr/share/lxpanel/images/$i
    1.24  	done
    1.25 -	
    1.26 +
    1.27  	# Custom images to match SliTaz theme.
    1.28  	cp -a stuff/images/* $fs/usr/share/lxpanel/images
    1.29 -	
    1.30 +
    1.31  	# Remove plugins --> lxpanel-extra
    1.32  	rm $fs/usr/lib/lxpanel/plugins/netstat.so
    1.33  	rm $fs/usr/lib/lxpanel/plugins/kbled.so
    1.34 -	
    1.35 +
    1.36  	# Move profile to /etc/lxpanel (/usr maybe read-only) and default config
    1.37  	mkdir $fs/etc
    1.38  	mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel
    1.39  	ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile
    1.40  	mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original
    1.41  	cp -a stuff/default $fs/etc/lxpanel
    1.42 -	
    1.43 +
    1.44  	# lxsession-logout fake
    1.45  	cat > $fs/usr/bin/lxsession-logout << "EOT"
    1.46  #!/bin/sh