wok-next rev 20259

xsave: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:34:13 2017 +0100 (2017-11-07)
parents 520636188f2e
children 0d1f42a8a414
files xsane/receipt xtel/receipt
line diff
     1.1 --- a/xsane/receipt	Tue Nov 07 18:11:46 2017 +0100
     1.2 +++ b/xsane/receipt	Tue Nov 07 18:34:13 2017 +0100
     1.3 @@ -11,12 +11,12 @@
     1.4  WGET_URL="http://www.xsane.org/download/$TARBALL"
     1.5  
     1.6  DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms libv4l libltdl"
     1.7 -BUILD_DEPENDS="gtk+-dev sane-backends-dev lcms-dev "
     1.8 +BUILD_DEPENDS="gtk+-dev sane-backends-dev lcms-dev udev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14 +	sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--mandir=/usr/share/man \
     2.1 --- a/xtel/receipt	Tue Nov 07 18:11:46 2017 +0100
     2.2 +++ b/xtel/receipt	Tue Nov 07 18:34:13 2017 +0100
     2.3 @@ -36,13 +36,13 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.   
     2.5  genpkg_rules()                                      
     2.6  {
     2.7 -	mkdir -p $fs/usr/share/fonts/X11
     2.8 +	mkdir -p $fs/usr/share/fonts
     2.9  	cp -a $install/* $fs/
    2.10  	mv $fs/usr/lib/X11/xtel $fs/etc
    2.11  	ln -s /etc/xtel $fs/usr/lib/X11
    2.12  	sed -i 's/`host/`nslookup/;s|/bin/bash|/bin/sh|' $fs/etc/ppp/ip*.iminitel
    2.13  	sed -i 's|X11R6/||' $fs/usr/bin/make_xtel_lignes
    2.14 -	mv $fs/usr/lib/X11/fonts/* $fs/usr/share/fonts/X11
    2.15 +	mv $fs/fonts $fs/usr/share/fonts/X11
    2.16  }
    2.17  
    2.18  # Pre and post install commands for Tazpkg.