summaryrefslogtreecommitdiffstats
path: root/deps/poppler/poppler.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-23 12:25:17 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-23 12:25:17 +0200
commit03846bb3a8aa1d821207ec14b9ec865e292cd4bf (patch)
treeb4fe95157d6f448a5cd82ca00589b6138ea4cb30 /deps/poppler/poppler.SlackBuild
parentd398ab7da04d5fac06001cb9b25c158bce8890cc (diff)
downloadktown-03846bb3a8aa1d821207ec14b9ec865e292cd4bf.tar.gz
ktown-03846bb3a8aa1d821207ec14b9ec865e292cd4bf.tar.xz
Package rebuilds due to poppler upgrade 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 . \