wok-current diff xfce4-settings/receipt @ rev 5969
Add: unrar 0.0.1
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Fri Aug 06 19:23:43 2010 +0200 (2010-08-06) |
parents | 4b214496135c |
children | de72b34f5fa0 |
line diff
1.1 --- a/xfce4-settings/receipt Fri Jul 16 13:17:45 2010 +0200 1.2 +++ b/xfce4-settings/receipt Fri Aug 06 19:23:43 2010 +0200 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - #patch -p0 -i stuff/xsettings.xml.u 1.8 cd $src 1.9 ./configure --prefix=/usr \ 1.10 --sysconfdir=/etc \ 1.11 @@ -38,5 +37,11 @@ 1.12 cp -a $_pkg/usr/bin $fs/usr 1.13 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.14 cp -a $_pkg/usr/share/applications $fs/usr/share 1.15 + 1.16 + if [ -f $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml ]; then 1.17 + sed -i 's/Xfce/Clearlooks/' $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.18 + sed -i 's/Rodent/Tango/' $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.19 + fi 1.20 + 1.21 } 1.22