wok-next diff pngquant/receipt @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents 028634d82da8
children 0e7893ac206d
line diff
     1.1 --- a/pngquant/receipt	Sat Jun 17 22:59:11 2017 +0300
     1.2 +++ b/pngquant/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.3 @@ -27,11 +27,11 @@
     1.4  	mv $src/ImageOptim-*/* $src/lib/
     1.5  
     1.6  	# make statically linked binary
     1.7 -	LDFLAGS='-static -pthread' \
     1.8  	./configure \
     1.9 -		--prefix=/usr &&
    1.10 -	make && make install &&
    1.11 -	mv -v $install/usr/bin/pngquant $install/usr/bin/pngquant-static &&
    1.12 +		LDFLAGS='-static -pthread' \
    1.13 +		--prefix=/usr \
    1.14 +		--with-openmp=static &&
    1.15 +	make && make BINPREFIX=$install/usr/sbin install &&
    1.16  
    1.17  	# make dynamically linked binary
    1.18  	./configure \
    1.19 @@ -44,13 +44,12 @@
    1.20  {
    1.21  	case $PACKAGE in
    1.22  		pngquant)
    1.23 -			copy pngquant
    1.24 +			copy bin/pngquant
    1.25  			DEPENDS="lcms2 libpng16 zlib"
    1.26  			;;
    1.27  		pngquant-static)
    1.28 -			copy pngquant-static
    1.29 -			ln -s pngquant-static $fs/usr/bin/pngquant
    1.30 -			CAT="graphics|statically linked"
    1.31 +			copy sbin/pngquant
    1.32 +			CAT="graphics|static binary"
    1.33  			PROVIDE="pngquant"
    1.34  			DEPENDS=" "
    1.35  			;;