summaryrefslogtreecommitdiffstats
path: root/python/PythonQt
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2017-06-16 14:16:16 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-17 07:32:32 +0700
commita58dd4160493c1dbd3f04c1deb93a13ea9c2f43b (patch)
treeb2313372ca745cfd59243bb39d3002a41b5be0a9 /python/PythonQt
parent7d330cfa945e75b07036dd4b3c17e2eabb36af77 (diff)
downloadslackbuilds-a58dd4160493c1dbd3f04c1deb93a13ea9c2f43b.tar.gz
slackbuilds-a58dd4160493c1dbd3f04c1deb93a13ea9c2f43b.tar.xz
python/PythonQt: Updated for version 3.2.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/PythonQt')
-rw-r--r--python/PythonQt/PythonQt.SlackBuild3
-rw-r--r--python/PythonQt/PythonQt.info8
-rw-r--r--python/PythonQt/README2
3 files changed, 7 insertions, 6 deletions
diff --git a/python/PythonQt/PythonQt.SlackBuild b/python/PythonQt/PythonQt.SlackBuild
index d610add9d4..140716de12 100644
--- a/python/PythonQt/PythonQt.SlackBuild
+++ b/python/PythonQt/PythonQt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PythonQt
-VERSION=${VERSION:-3.1.6}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,6 +77,7 @@ cd build-pkg
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
+ -DQt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qt5 \
-DPythonQt_Wrap_QtAll=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
diff --git a/python/PythonQt/PythonQt.info b/python/PythonQt/PythonQt.info
index 6cbd45a76d..cd70428b40 100644
--- a/python/PythonQt/PythonQt.info
+++ b/python/PythonQt/PythonQt.info
@@ -1,10 +1,10 @@
PRGNAM="PythonQt"
-VERSION="3.1.6"
+VERSION="3.2.0"
HOMEPAGE="https://github.com/commontk/PythonQt"
-DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.1.6.tar.gz"
-MD5SUM="297702e7f1ac3ecbf20c0433eac25ef3"
+DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.2.0.tar.gz"
+MD5SUM="70ad522f08d1c76fbbfc4816a0f18705"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="qt5-webkit"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"
diff --git a/python/PythonQt/README b/python/PythonQt/README
index d959b8ca65..5691571493 100644
--- a/python/PythonQt/README
+++ b/python/PythonQt/README
@@ -2,6 +2,6 @@ PythonQt is a dynamic Python binding for the Qt framework. It offers an easy
way to embed the Python scripting language into your C++ Qt applications.
This build uses the CMake-ified version of PythonQt at:
- https://github.com/commontk/PythonQt
+ https://github.com/commontk/PythonQt (branch patched-8)
which was forked from the original at:
http://pythonqt.sourceforge.net/