From b34d35ccdc6282b4584693786980c8d6ed6708f8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 11 Sep 2017 23:04:42 +0200 Subject: Updated deps for KDE 5_17.09 --- deps/poppler/.url | 2 +- deps/poppler/poppler.SlackBuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'deps/poppler') diff --git a/deps/poppler/.url b/deps/poppler/.url index b1aadaa..2434ac9 100644 --- a/deps/poppler/.url +++ b/deps/poppler/.url @@ -1,2 +1,2 @@ -https://poppler.freedesktop.org/poppler-0.56.0.tar.xz +https://poppler.freedesktop.org/poppler-0.57.0.tar.xz diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild index 8ac66db..9e63402 100755 --- a/deps/poppler/poppler.SlackBuild +++ b/deps/poppler/poppler.SlackBuild @@ -24,7 +24,7 @@ # Modified 2016, 2017 by Eric Hameleers PKGNAM=poppler -VERSION=${VERSION:-0.56.0} +VERSION=${VERSION:-0.57.0} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -68,8 +68,8 @@ 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 +## This is needed for compilation with c++11 compiler: +#cat $CWD/patches/poppler_cpp11.patch | patch -p1 --verbose || exit 1 chown -R root:root . find . \ @@ -78,7 +78,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Adding " -std=c++11" to CXXFLAGS is needed for compiling against Qt 5.7: +# Adding " -std=c++11" to CXXFLAGS is needed for compiling against Qt >= 5.7: CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -std=c++11" \ ./configure \ -- cgit v1.2.3