wok-next rev 5849
xfce4-panel: Fix config and clean receipt.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jul 16 16:12:00 2010 +0200 (2010-07-16) |
parents | 93d42efe85be |
children | 93655ce0280d |
files | xfce4-panel/receipt |
line diff
1.1 --- a/xfce4-panel/receipt Fri Jul 16 16:00:31 2010 +0200 1.2 +++ b/xfce4-panel/receipt Fri Jul 16 16:12:00 2010 +0200 1.3 @@ -15,8 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - #patch -p0 -i stuff/launcher-8.rc.in.u 1.8 - 1.9 + 1.10 cd $src 1.11 ./configure --prefix=/usr \ 1.12 --sysconfdir=/etc \ 1.13 @@ -43,6 +42,8 @@ 1.14 cp -a $_pkg/usr/share/icons $fs/usr/share 1.15 cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.16 1.17 + [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \ 1.18 + sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc 1.19 1.20 # Strip evrythings 1.21 find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;