From d2c1299abd39a72106d7d635ac657324d4976271 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 10 Aug 2018 15:25:06 +0200 Subject: Update the deps for KDE 5_18.07 Most prominent is the upgrade of Qt to 5.11.1 --- deps/poppler/poppler.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'deps/poppler/poppler.SlackBuild') 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 -- cgit v1.2.3