wok-next diff gqview/receipt @ rev 20348

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 17e313b5b9c1
children d43bf7aae921
line diff
     1.1 --- a/gqview/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/gqview/receipt	Sat Nov 18 17:19:51 2017 +0100
     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 &&