From af13440aa7508dacaad5a4a2ecb89a35394e22fa Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 23 Jun 2018 22:05:32 +0200 Subject: Rebuilds as a result of poppler update in slackware-current deps:poppler frameworks:kfilemetadata5 kdepim:kdepim-addons applications:okular applications-extra:calligra,krita --- deps/poppler/poppler.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deps/poppler/poppler.SlackBuild') diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild index 55f1d77..1825e13 100755 --- a/deps/poppler/poppler.SlackBuild +++ b/deps/poppler/poppler.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=poppler -VERSION=${VERSION:-0.65.0} +VERSION=${VERSION:-0.66.0} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -82,10 +82,10 @@ cd ${PKGNAM}-$VERSION || exit 1 # At least for now, we will revert this patch since we have # things that depend on it: -cat $CWD/poppler.remove.qt4.frontend.diff | patch -p1 -R --verbose || exit 1 +cat $CWD/patches/poppler.remove.qt4.frontend.diff | patch -p1 -R --verbose || exit 1 # Revert a change to SplashPath.h (in 0.63.0) that breaks compiling the qt4 frontend: -cat $CWD/poppler.splashpath.h.revert.diff | patch -p1 --verbose || exit 1 +cat $CWD/patches/poppler.splashpath.h.revert.diff | patch -p1 --verbose || exit 1 chown -R root:root . find . \ -- cgit v1.2.3