wok diff xfce4/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 9e01bc6321ea
children 1e3612fe4a6a
line diff
     1.1 --- a/xfce4/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/xfce4/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -9,9 +9,9 @@
     1.4  SUGGESTED="xfce4-slitaz-config"
     1.5  WEB_SITE="http://www.xfce.org"
     1.6  
     1.7 -DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo 
     1.8 - xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman
     1.9 - thunar-archive-plugin xfce-utils"
    1.10 +DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo \
    1.11 +xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
    1.12 +thunar-archive-plugin xfce-utils"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16 @@ -21,13 +21,10 @@
    1.17  
    1.18  post_install()
    1.19  {
    1.20 -	echo "Processing postinstall commands..."
    1.21 -	
    1.22  	# Adding xfce to SLIM available sessions.
    1.23  	if ! grep -q xfce "$1/etc/slim.conf"; then
    1.24  		sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
    1.25  	fi
    1.26 -	
    1.27 +
    1.28  	# Adding xfce support to tazx
    1.29 -	
    1.30  }