wok-next rev 20256

ecm: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 15:55:13 2017 +0100 (2017-11-07)
parents 0b1e1d0d33c8
children 4744ab6d2481
files ecm/receipt fdutils/receipt foomatic-db-engine/receipt matchbox-window-manager-2/receipt
line diff
     1.1 --- a/ecm/receipt	Tue Nov 07 14:55:55 2017 +0100
     1.2 +++ b/ecm/receipt	Tue Nov 07 15:55:13 2017 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/src
     1.7 +	sed -i 's/uint8_t saved_address.4./& = {0,0,0,0}/' cdpatch.c
     1.8  	mkdir -p $DESTDIR/usr/bin
     1.9  	for i in *.c; do
    1.10  		echo "Compile $i..."
     2.1 --- a/fdutils/receipt	Tue Nov 07 14:55:55 2017 +0100
     2.2 +++ b/fdutils/receipt	Tue Nov 07 15:55:13 2017 +0100
     2.3 @@ -17,7 +17,6 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8  	mkdir -p $DESTDIR/etc
     2.9  	sed -i -e "s|^bindir.*|bindir = $DESTDIR/usr/bin|" \
    2.10  		-e "s|^sysconfdir.*|sysconfdir = $DESTDIR/etc|" \
     3.1 --- a/foomatic-db-engine/receipt	Tue Nov 07 14:55:55 2017 +0100
     3.2 +++ b/foomatic-db-engine/receipt	Tue Nov 07 15:55:13 2017 +0100
     3.3 @@ -12,7 +12,7 @@
     3.4  TAGS="printer driver printing"
     3.5  
     3.6  DEPENDS="ghostscript perl libxml2 foomatic-filters bash"
     3.7 -BUILD_DEPENDS="cups-dev file libxml2-dev"
     3.8 +BUILD_DEPENDS="cups-dev file libxml2-dev perl"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
     4.1 --- a/matchbox-window-manager-2/receipt	Tue Nov 07 14:55:55 2017 +0100
     4.2 +++ b/matchbox-window-manager-2/receipt	Tue Nov 07 15:55:13 2017 +0100
     4.3 @@ -12,7 +12,8 @@
     4.4  BRANCH="$VERSION"
     4.5  
     4.6  DEPENDS="gtk+"
     4.7 -BUILD_DEPENDS="gtk+-dev subversion libffi autoconf automake libtool"
     4.8 +BUILD_DEPENDS="gtk+-dev subversion libffi autoconf automake libtool \
     4.9 +xorg-libXcomposite-dev xorg-libXdamage-dev libpng12-dev expat-dev"
    4.10  
    4.11  # Rules to configure and make the package.
    4.12  compile_rules()