From 6fc26582abf75b6fdcc1483dcfd4022fc69e5490 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 14 Oct 2017 19:29:39 +0200 Subject: Updated deps for the next release --- deps/poppler/poppler.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/poppler/poppler.SlackBuild') diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild index 9e63402..b93a7d8 100755 --- a/deps/poppler/poppler.SlackBuild +++ b/deps/poppler/poppler.SlackBuild @@ -24,7 +24,7 @@ # Modified 2016, 2017 by Eric Hameleers PKGNAM=poppler -VERSION=${VERSION:-0.57.0} +VERSION=${VERSION:-0.59.0} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -92,9 +92,9 @@ CXXFLAGS="$SLKCFLAGS -std=c++11" \ --mandir=/usr/man \ --disable-static \ --enable-zlib \ - --build=$TARGET + --build=$TARGET || exit 1 -make || exit 1 +make $NUMBOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 # Remove files that overlap with the xpdf package: @@ -119,7 +119,7 @@ if [ -d $PKG/usr/man ]; then fi mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION -cp -a AUTHORS COPYING* INSTALL NEWS README README-XPDF TODO \ +cp -a AUTHORS COPYING* INSTALL NEWS README* TODO \ $PKG/usr/doc/${PKGNAM}-$VERSION ( cd $PKG/usr/doc/${PKGNAM}-$VERSION ln -s /usr/share/gtk-doc/html/poppler html ) -- cgit v1.2.3