summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-01 22:34:06 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-01 22:34:06 +0100
commita733c671ae2cd0d41fb6542bf78be4ff1dbe2df2 (patch)
tree1d18d6bf9f32701f75ab98b8dfef4b8d5f9f73b5 /deps/PyQt5
parentdb67df3cf8a58828960ce535166c208dc73725f7 (diff)
downloadktown-a733c671ae2cd0d41fb6542bf78be4ff1dbe2df2.tar.gz
ktown-a733c671ae2cd0d41fb6542bf78be4ff1dbe2df2.tar.xz
deps: updated for KDE 5_16.08
Diffstat (limited to 'deps/PyQt5')
-rw-r--r--deps/PyQt5/.url2
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/deps/PyQt5/.url b/deps/PyQt5/.url
index 2be86e4..a73d338 100644
--- a/deps/PyQt5/.url
+++ b/deps/PyQt5/.url
@@ -1,2 +1,2 @@
-http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/PyQt5_gpl-5.6.tar.gz
+https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.7/PyQt5_gpl-5.7.tar.gz
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index 7252b86..b0b39b3 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for PyQt
# Copyright 2008 Aleksandar Samardzic <asamardzic@gmail.com>
-# Copyright 2008, 2009, 2010, 2011, 2015 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
# Modified by Eric Hameleers <alien@slackware.com>
PKGNAM=PyQt5
-VERSION=${VERSION:-5.6}
+VERSION=${VERSION:-5.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -67,9 +67,9 @@ rm -rf ${PKGNAM}_gpl-$VERSION
tar xvf $CWD/${PKGNAM}_gpl-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}_gpl-$VERSION || exit 1
-# The additional include path was removed due to this line,
-# resulting in "fatal error: dbus/dbus-arch-deps.h: No such file or directory"
-sed -i '/target_config.dbus_inc_dirs = \[\]/d' configure.py
+## The additional include path was removed due to this line,
+## resulting in "fatal error: dbus/dbus-arch-deps.h: No such file or directory"
+#sed -i '/target_config.dbus_inc_dirs = \[\]/d' configure.py
chown -R root:root .
find . \