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/PyQt5/.deps | 3 +++ deps/PyQt5/.url | 2 +- deps/PyQt5/PyQt5.SlackBuild | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 deps/PyQt5/.deps (limited to 'deps/PyQt5') diff --git a/deps/PyQt5/.deps b/deps/PyQt5/.deps new file mode 100644 index 0000000..64526d1 --- /dev/null +++ b/deps/PyQt5/.deps @@ -0,0 +1,3 @@ +python-enum34 +qt5 +sip diff --git a/deps/PyQt5/.url b/deps/PyQt5/.url index 00e3b3e..4bf101b 100644 --- a/deps/PyQt5/.url +++ b/deps/PyQt5/.url @@ -1,2 +1,2 @@ -https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.11.3/PyQt5_gpl-5.11.3.tar.gz +https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-5.12.tar.gz diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild index 29cd009..b1eb9ec 100755 --- a/deps/PyQt5/PyQt5.SlackBuild +++ b/deps/PyQt5/PyQt5.SlackBuild @@ -27,10 +27,10 @@ # Modified by Eric Hameleers PKGNAM=PyQt5 -VERSION=${VERSION:-5.11.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.12} +BUILD=${BUILD:-1} -NUMJOBS=${NUMJOBS:-"-j$(nproc)"} +NUMJOBS=${NUMJOBS:-" -j$(nproc) "} CWD=$(pwd) TMP=${TMP:-/tmp} -- cgit v1.2.3