From a7186a15ba7c15fb7af41c729cdf2cbebd89fcfc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 14 Feb 2019 22:32:30 +0100 Subject: Updated deps for the next ktown release libxkbcommon: updated to 0.8.3 qt5: updated to 5.12.1 qt5-webkit: recompiled against the new qt5 sip: updated to 4.19.14 PyQt: updated to 4.12.3 (only managed to compile on 64bit) PyQt5: updated to 5.12 QScintilla: updated to 2.11 (dropped the Qt4 support which would not compile) --- deps/sip/sip.SlackBuild | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) (limited to 'deps/sip/sip.SlackBuild') diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild index a390f50..cda5235 100755 --- a/deps/sip/sip.SlackBuild +++ b/deps/sip/sip.SlackBuild @@ -26,10 +26,10 @@ PKGNAM=sip -VERSION=${VERSION:-4.19.13} -BUILD=${BUILD:-3} +VERSION=${VERSION:-4.19.14} +BUILD=${BUILD:-1} -NUMJOBS=${NUMJOBS:-"-j$(nproc)"} +NUMJOBS=${NUMJOBS:-" -j$(nproc) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -86,10 +86,24 @@ python2 configure.py \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 +# Add the PyQt4 private sip module: +make clean +python2 configure.py \ + --sip-module PyQt4.sip \ + --no-tools \ + -b "/usr/bin" \ + -d "$PYTHON2LIB" \ + CFLAGS="$SLKCFLAGS" \ + CXXFLAGS="$SLKCFLAGS" \ + || exit 1 +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + # Add the PyQt5 private sip module: make clean python2 configure.py \ - --sip-module PyQt5.sip --no-tools \ + --sip-module PyQt5.sip \ + --no-tools \ -b "/usr/bin" \ -d "$PYTHON2LIB" \ CFLAGS="$SLKCFLAGS" \ @@ -111,10 +125,23 @@ python3 configure.py \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 +# Add the PyQt4 private sip module: +make clean +python3 configure.py \ + --sip-module PyQt4.sip \ + --no-tools \ + -b "/usr/bin" \ + -d "$PYTHON3LIB" \ + CFLAGS="$SLKCFLAGS" \ + CXXFLAGS="$SLKCFLAGS" || exit 1 +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + # Add the PyQt5 private sip module: make clean python3 configure.py \ - --sip-module PyQt5.sip --no-tools \ + --sip-module PyQt5.sip \ + --no-tools \ -b "/usr/bin" \ -d "$PYTHON3LIB" \ CFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3