summaryrefslogtreecommitdiffstats
path: root/deps/poppler/poppler.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-10 15:25:06 +0200
committer Eric Hameleers <alien@slackware.com>2018-08-10 15:25:06 +0200
commitd2c1299abd39a72106d7d635ac657324d4976271 (patch)
treede12bdd9a1c0e8727bb0ccc052b427b01d3649ce /deps/poppler/poppler.SlackBuild
parent03846bb3a8aa1d821207ec14b9ec865e292cd4bf (diff)
downloadktown-d2c1299abd39a72106d7d635ac657324d4976271.tar.gz
ktown-d2c1299abd39a72106d7d635ac657324d4976271.tar.xz
Update the deps for KDE 5_18.07
Most prominent is the upgrade of Qt to 5.11.1
Diffstat (limited to 'deps/poppler/poppler.SlackBuild')
-rwxr-xr-xdeps/poppler/poppler.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild
index 1825e13..292409f 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.66.0}
+VERSION=${VERSION:-0.67.0}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -77,9 +77,6 @@ rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-## This is needed for compilation with c++11 compiler:
-#cat $CWD/patches/poppler_cpp11.patch | patch -p1 --verbose || exit 1
-
# At least for now, we will revert this patch since we have
# things that depend on it:
cat $CWD/patches/poppler.remove.qt4.frontend.diff | patch -p1 -R --verbose || exit 1