wok-stable rev 12437

thunar: add xfce support (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 07 08:36:16 2014 +0200 (2014-09-07)
parents 2ebf213af9e6
children 853a028198ee
files thunar/receipt
line diff
     1.1 --- a/thunar/receipt	Thu Aug 21 10:37:49 2014 +0200
     1.2 +++ b/thunar/receipt	Sun Sep 07 08:36:16 2014 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  pcre libexif libgudev gamin libxfce4ui startup-notification util-linux-ng-uuid"
     1.5  BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev xcb-util-dev \
     1.6   libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev libxfce4ui-dev \
     1.7 - startup-notification-dev util-linux-ng-uuid-dev"
     1.8 + startup-notification-dev util-linux-ng-uuid-dev dbus-glib-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -46,17 +46,17 @@
    1.13  	
    1.14  	cp -a $_pkg/usr/lib/Thunar $fs/usr/lib
    1.15  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -#	cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
    1.17 +	cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
    1.18  	cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2
    1.19  	
    1.20  	
    1.21  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.22  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.23 -#	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.24 +	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.25  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.26  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.27  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.28  	cp -a $_pkg/usr/share/Thunar $fs/usr/share
    1.29 -#	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.30 +	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.31  }
    1.32