wok diff spacefm/receipt @ rev 13618

Add gtk-recordmydesktop (frontend to recordmydesktop
author Christophe Lincoln <pankso@slitaz.org>
date Tue Nov 13 10:17:54 2012 +0100 (2012-11-13)
parents 88a3eb3bc7b7
children 59f046be5e44
line diff
     1.1 --- a/spacefm/receipt	Sat Nov 03 10:51:53 2012 +0100
     1.2 +++ b/spacefm/receipt	Tue Nov 13 10:17:54 2012 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure \
     1.7 -		--with-preferable-sudo=/usr/bin/subox \
     1.8 +		--with-preferable-sudo="/usr/bin/subox" \
     1.9  		--disable-pixmaps \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make && make install
    1.12 @@ -30,22 +30,17 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/share $fs/etc/spacefm $fs/etc/xdg/spacefm
    1.17 +	mkdir -p $fs/usr/share $fs/etc/spacefm
    1.18  	cp -a $install/usr/bin $fs/usr
    1.19  	for d in applications mime icons spacefm
    1.20  	do
    1.21  		cp -a $install/usr/share/$d $fs/usr/share
    1.22  	done
    1.23  	cp $stuff/spacefm.conf $fs/etc/spacefm
    1.24 -	cp -a $stuff/autostart $fs/etc/xdg
    1.25 +	cp -a $stuff/xdg $fs/etc
    1.26  	# Faenza --> SliTaz
    1.27  	mv $fs/usr/share/icons/Faenza $fs/usr/share/icons/SliTaz
    1.28 +	rm -rf $fs/usr/share/icons/hicolor/128x128
    1.29 +	# /bin/bash --> /bin/sh
    1.30 +	sed -i s'|/bin/bash|/bin/sh|'g $fs/usr/bin/spacefm-auth
    1.31  }
    1.32 -
    1.33 -# This will creat BIG icon cache file
    1.34 -#
    1.35 -#post_install()
    1.36 -#{
    1.37 -	#gtk-update-icon-cache -q -t -f $root/usr/share/icons/hicolor
    1.38 -    #gtk-update-icon-cache -q -t -f $root/usr/share/icons/Faenza
    1.39 -#}