wok rev 19747

xfce-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 18:41:09 2017 +0100 (2017-02-18)
parents af21b00329e5
children d2957c730ab4
files ntfs-3g/receipt xfce-utils/receipt
line diff
     1.1 --- a/ntfs-3g/receipt	Sat Feb 18 17:58:28 2017 +0100
     1.2 +++ b/ntfs-3g/receipt	Sat Feb 18 18:41:09 2017 +0100
     1.3 @@ -30,10 +30,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/etc
     1.8 +	mkdir -p $fs/etc $fs/usr/lib
     1.9  	cp -a $install/. $fs/.
    1.10  	rm -rf $fs/usr/bin/ntfs[a-z]* $fs/sbin/mkfs.ntfs $fs/usr/s*
    1.11  	rm -rf $fs/usr/share $fs/usr/lib $fs/usr/include
    1.12 +	ln -s ../../lib/libntfs-3g.so $fs/usr/lib/libntfs-3g.so
    1.13  	touch $fs/etc/filesystems
    1.14  	#this link allow udisks2 to use ntfs-3g
    1.15  	cd $fs/sbin
     2.1 --- a/xfce-utils/receipt	Sat Feb 18 17:58:28 2017 +0100
     2.2 +++ b/xfce-utils/receipt	Sat Feb 18 18:41:09 2017 +0100
     2.3 @@ -12,7 +12,7 @@
     2.4  
     2.5  DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib"
     2.6  BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool startup-notification-dev \
     2.7 - util-linux-uuid-dev dbus-glib-dev libxfcegui4-dev"
     2.8 + util-linux-uuid-dev dbus-glib-dev libxfcegui4-dev xcb-util-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()