From 382febb9b49d285bd9b86c44f8c90811b8bd337b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 20 Apr 2017 21:24:19 +0200 Subject: Updated deps for KDE 5_17.04 New: - qtav Updated: - accountsservice - frei0r-plugins - gpgme - ninja - poppler Recompiled: - dvdauthor --- deps/poppler/poppler.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'deps/poppler/poppler.SlackBuild') diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild index 7a75469..3714d8e 100755 --- a/deps/poppler/poppler.SlackBuild +++ b/deps/poppler/poppler.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2006, 2007, 2008, 2009, 2010, 2012 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2017 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,9 +24,8 @@ # Modified 2016, 2017 by Eric Hameleers PKGNAM=poppler -VERSION=${VERSION:-0.50.0} +VERSION=${VERSION:-0.53.0} BUILD=${BUILD:-1} -NUMJOBS=${NUMJOBS:-" -j7 "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -95,7 +94,7 @@ CXXFLAGS="$SLKCFLAGS -std=c++11" \ --enable-zlib \ --build=$TARGET -make $NUMJOBS || make || exit 1 +make || exit 1 make install DESTDIR=$PKG || exit 1 # Remove files that overlap with the xpdf package: -- cgit v1.2.3