wok-6.x diff xfce4-panel/receipt @ rev 7418
nvidia: only use .unblocked_ioctl since 2.6.36
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 28 12:56:09 2010 +0100 (2010-11-28) |
parents | fa89012698fd |
children | c6a66582f753 |
line diff
1.1 --- a/xfce4-panel/receipt Fri Jul 16 13:32:21 2010 +0200 1.2 +++ b/xfce4-panel/receipt Sun Nov 28 12:56:09 2010 +0100 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 \;