wok-next diff gqview/receipt @ rev 20454

Choose between libpng16 and libpng12
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 17:32:31 2018 +0200 (2018-02-28)
parents 17e313b5b9c1
children d43bf7aae921
line diff
     1.1 --- a/gqview/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/gqview/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.3 @@ -11,12 +11,11 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="gtk+ xorg-libXdamage"
     1.7 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
     1.8 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev gettext-tools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    1.15  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.16  	$CONFIGURE_ARGS &&