summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5/PyQt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-08-22 18:31:38 +0200
committer Eric Hameleers <alien@slackware.com>2016-08-22 18:31:38 +0200
commitebd87d8a49dcfd524bc745b5563e994c188cd755 (patch)
tree097bb02d4e1a53e431702ff7311dd5300b44b86e /deps/PyQt5/PyQt5.SlackBuild
parent6dce8be4bf0af44260b77fef4d1ba635c620bc8c (diff)
downloadktown-ebd87d8a49dcfd524bc745b5563e994c188cd755.tar.gz
ktown-ebd87d8a49dcfd524bc745b5563e994c188cd755.tar.xz
deps: Qt5 updated to 5.7.0 and rebuilt packages depending on it.
Updated: - qt5 Rebuilt against new qt5: - qt5-webkit - PyQt5 - sni-qt - qca-qt5 - qt-gstreamer - phonon - libdbusmenu-qt5 - polkit-qt5-1 - grantlee Original Slackware package rebuilt (to add Qt5 support): - poppler
Diffstat (limited to 'deps/PyQt5/PyQt5.SlackBuild')
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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 . \