wok rev 12414
lxpanel: small change
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:23:43 2012 +0200 (2012-04-20) |
parents | af7e4ca10a06 |
children | 6aedcb2651c7 |
files | lxpanel/receipt lxpanel/stuff/default/panels/panel lxpanel/stuff/images/background.png lxpanel/stuff/images/mute.png lxpanel/stuff/images/volume.png |
line diff
1.1 --- a/lxpanel/receipt Fri Apr 20 18:18:56 2012 +0200 1.2 +++ b/lxpanel/receipt Fri Apr 20 18:23:43 2012 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 CONFIG_FILES="/etc/lxpanel/default" 1.5 1.6 DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ 1.7 -gtk+ alsa-lib wireless_tools libwnck" 1.8 +gtk+ alsa-lib wireless_tools libwnck lxsession" 1.9 BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev \ 1.10 lxmenu-data alsa-lib-dev wireless_tools-dev libwnck-dev" 1.11 1.12 @@ -20,9 +20,6 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - #patch -p1 -i $stuff/batt.chg.level.patch 1.17 - #patch -p1 -i $stuff/configure_desktop_number.patch 1.18 - #patch -p1 -i $stuff/fix_position.patch 1.19 patch -p0 -i $stuff/cpu-size-color.patch || exit 1 1.20 ./configure --with-plugins=all $CONFIGURE_ARGS && 1.21 make && make install 1.22 @@ -45,9 +42,6 @@ 1.23 rm $fs/usr/share/lxpanel/images/$i 1.24 done 1.25 1.26 - # Custom images to match SliTaz theme. 1.27 - #cp -a stuff/images/* $fs/usr/share/lxpanel/images 1.28 - 1.29 # Remove plugins --> lxpanel-extra 1.30 rm $fs/usr/lib/lxpanel/plugins/kbled.so 1.31 rm -rf $fs/usr/share/lxpanel/images/xkb-flags 1.32 @@ -59,16 +53,6 @@ 1.33 mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 1.34 cp -a $stuff/default $fs/etc/lxpanel 1.35 rm -rf $fs/etc/lxpanel/two_panels 1.36 - 1.37 - # lxsession-logout fake 1.38 - cat > $fs/usr/bin/lxsession-logout << "EOT" 1.39 -#!/bin/sh 1.40 -# lxsession-logout fake. 1.41 -# 1.42 -tazbox logout & 1.43 -exit 0 1.44 -EOT 1.45 - chmod +x $fs/usr/bin/lxsession-logout 1.46 1.47 # Make images symlinks so it feet SliTaz theme 1.48 cd $fs/usr/share/lxpanel/images
2.1 --- a/lxpanel/stuff/default/panels/panel Fri Apr 20 18:18:56 2012 +0200 2.2 +++ b/lxpanel/stuff/default/panels/panel Fri Apr 20 18:23:43 2012 +0200 2.3 @@ -16,9 +16,8 @@ 2.4 setdocktype=0 2.5 setpartialstrut=1 2.6 usefontcolor=1 2.7 - fontcolor=#ffffff 2.8 + fontcolor=#000000 2.9 background=0 2.10 - backgroundfile=/usr/share/lxpanel/images/background.png 2.11 iconsize=24 2.12 } 2.13
3.1 Binary file lxpanel/stuff/images/background.png has changed
4.1 Binary file lxpanel/stuff/images/mute.png has changed
5.1 Binary file lxpanel/stuff/images/volume.png has changed