summaryrefslogtreecommitdiffstats
path: root/deps/poppler/poppler.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-23 22:05:32 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-23 22:05:32 +0200
commitaf13440aa7508dacaad5a4a2ecb89a35394e22fa (patch)
tree20fe7c5586a4c71e5ff49ebf76b61fb054aa2b76 /deps/poppler/poppler.SlackBuild
parent6b6b8dd7ded5b888ed88a0b1954c0173223c680a (diff)
downloadktown-af13440aa7508dacaad5a4a2ecb89a35394e22fa.tar.gz
ktown-af13440aa7508dacaad5a4a2ecb89a35394e22fa.tar.xz
Rebuilds as a result of poppler update in slackware-current
deps:poppler frameworks:kfilemetadata5 kdepim:kdepim-addons applications:okular applications-extra:calligra,krita
Diffstat (limited to 'deps/poppler/poppler.SlackBuild')
-rwxr-xr-xdeps/poppler/poppler.SlackBuild6
1 files changed, 3 insertions, 3 deletions
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 . \