summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5/PyQt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-11 23:51:51 +0200
committer Eric Hameleers <alien@slackware.com>2019-07-11 23:51:51 +0200
commitee9ede434f07e220655e03a84da4aec7ba32975d (patch)
tree346b9224ff1581e2605b7a0b35303f4bee62dc63 /deps/PyQt5/PyQt5.SlackBuild
parentc7ef9543e025cdce7621138115d0bde6514c63d4 (diff)
downloadktown-ee9ede434f07e220655e03a84da4aec7ba32975d.tar.gz
ktown-ee9ede434f07e220655e03a84da4aec7ba32975d.tar.xz
Deps: qt5 update requires rebuilds/updates of other packages
Diffstat (limited to '')
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index 066e1b8..df9e97b 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -27,7 +27,7 @@
# Modified by Eric Hameleers <alien@slackware.com>
PKGNAM=PyQt5
-VERSION=${VERSION:-5.12.1}
+VERSION=${VERSION:-5.12.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -71,6 +71,10 @@ rm -rf ${PKGNAM}_gpl-$VERSION
tar xvf $CWD/${PKGNAM}_gpl-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}_gpl-$VERSION || exit 1
+# Remove code that is unneeded if Qt is not bundled and crashes on python2
+# https://www.riverbankcomputing.com/pipermail/pyqt/2019-July/041896.html
+cat $CWD/patches/pyqt5-python2-crash.patch | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \