wok-next 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 | c0ad9035c91f |
children | f363091678b1 |
files | lxpanel-extra/receipt lxpanel/receipt |
line diff
1.1 --- a/lxpanel-extra/receipt Wed Aug 05 16:07:20 2009 +0000 1.2 +++ b/lxpanel-extra/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-extra" 1.7 -VERSION="0.5.1" 1.8 +VERSION="0.5.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/lxpanel/receipt Wed Aug 05 16:07:20 2009 +0000 2.2 +++ b/lxpanel/receipt Wed Aug 05 22:25:23 2009 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lxpanel" 2.7 -VERSION="0.5.1" 2.8 +VERSION="0.5.2" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Standard compliant desktop panel." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -35,7 +35,7 @@ 2.13 cp -a $_pkg/usr/bin $fs/usr 2.14 cp -a $_pkg/usr/lib $fs/usr 2.15 cp -a $_pkg/usr/share/lxpanel $fs/usr/share 2.16 - 2.17 + 2.18 # Remove a few "heavy" and unuseful images (ns* goes in extra) 2.19 for i in file-manager* stock_volume* gnome-[a-m]*.png \ 2.20 gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \ 2.21 @@ -43,21 +43,21 @@ 2.22 do 2.23 rm $fs/usr/share/lxpanel/images/$i 2.24 done 2.25 - 2.26 + 2.27 # Custom images to match SliTaz theme. 2.28 cp -a stuff/images/* $fs/usr/share/lxpanel/images 2.29 - 2.30 + 2.31 # Remove plugins --> lxpanel-extra 2.32 rm $fs/usr/lib/lxpanel/plugins/netstat.so 2.33 rm $fs/usr/lib/lxpanel/plugins/kbled.so 2.34 - 2.35 + 2.36 # Move profile to /etc/lxpanel (/usr maybe read-only) and default config 2.37 mkdir $fs/etc 2.38 mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 2.39 ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 2.40 mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 2.41 cp -a stuff/default $fs/etc/lxpanel 2.42 - 2.43 + 2.44 # lxsession-logout fake 2.45 cat > $fs/usr/bin/lxsession-logout << "EOT" 2.46 #!/bin/sh