wok rev 17252

claws-mail: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 14:21:26 2014 +0200 (2014-10-19)
parents b93d4ef89c1b
children 4abd910b5ea9
files claws-mail/receipt syslinux/stuff/iso2exe/iso2exe.sh
line diff
     1.1 --- a/claws-mail/receipt	Sun Oct 19 13:06:47 2014 +0200
     1.2 +++ b/claws-mail/receipt	Sun Oct 19 14:21:26 2014 +0200
     1.3 @@ -19,9 +19,10 @@
     1.4  BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev \
     1.5  enchant libidn-dev db-dev expat-dev cyrus-sasl-dev xcb-util-dev gtk+-dev \
     1.6  pkg-config libassuan libassuan-dev xorg-dev gnutls-dev libwebkit-dev curl-dev xorg-libXinerama-dev \
     1.7 - xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
     1.8 - xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev \
     1.9 -  python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev ghostscript-dev"
    1.10 +xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
    1.11 +xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev \
    1.12 +python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev \
    1.13 +ghostscript-dev libgnome-keyring-dev dbus-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
     2.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Sun Oct 19 13:06:47 2014 +0200
     2.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Sun Oct 19 14:21:26 2014 +0200
     2.3 @@ -27,7 +27,7 @@
     2.4  	grep -q mount.posixovl.iso2exe $TMP/init.exe &&
     2.5  	cp /usr/sbin/mount.posixovl $TMP/bin/mount.posixovl.iso2exe \
     2.6  		2> /dev/null && echo "Store mount.posixovl..."
     2.7 -	find $TMP -type f | xargs chmod +x
     2.8 +	find $TMP -type f -print0 | xargs -0 chmod +x
     2.9  	( cd $TMP ; find * | cpio -o -H newc ) | \
    2.10  		lzma e $TMP/rootfs.gz -si 2> /dev/null
    2.11  	SIZE=$(wc -c < $TMP/rootfs.gz)