wok rev 5850

xfce4-settings: Fix default config & clean receipt.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 16:24:27 2010 +0200 (2010-07-16)
parents 6d9678038002
children 967fe94776a2
files xfce4-settings/receipt
line diff
     1.1 --- a/xfce4-settings/receipt	Fri Jul 16 16:12:00 2010 +0200
     1.2 +++ b/xfce4-settings/receipt	Fri Jul 16 16:24:27 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