wok-next diff xfce4-settings/receipt @ rev 7283
Up: libgphoto2 to 2.4.10.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 16 03:59:31 2010 +0000 (2010-11-16) |
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 Tue Nov 16 03:59:31 2010 +0000 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