wok-next diff gqview/receipt @ rev 20132

Patch midori for new vala.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 31 15:24:24 2017 +0200 (2017-10-31)
parents 17e313b5b9c1
children d43bf7aae921
line diff
     1.1 --- a/gqview/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/gqview/receipt	Tue Oct 31 15:24:24 2017 +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 &&