wok-next diff poppler/receipt @ rev 20942

Updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 28 08:45:59 2018 +0300 (2018-08-28)
parents d08d2d235af0
children f48456621a9d
line diff
     1.1 --- a/poppler/receipt	Fri May 04 11:39:51 2018 +0300
     1.2 +++ b/poppler/receipt	Tue Aug 28 08:45:59 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="poppler"
     1.7 -VERSION="0.62.0"
     1.8 +VERSION="0.68.0"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="PDF rendering library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,13 +18,15 @@
    1.13  SPLIT="poppler-apps poppler-dev"
    1.14  
    1.15  compile_rules() {
    1.16 +	fix math
    1.17 +
    1.18  	mkdir build
    1.19  	cd    build
    1.20  
    1.21  	cmake \
    1.22  		-DCMAKE_BUILD_TYPE=Release \
    1.23  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.24 -		-DTESTDATADIR=$PWD/testfiles \
    1.25 +		-DTESTDATADIR=$PWD/test \
    1.26  		-DENABLE_XPDF_HEADERS=ON \
    1.27  		.. &&
    1.28  	make &&