From a58dd4160493c1dbd3f04c1deb93a13ea9c2f43b Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Fri, 16 Jun 2017 14:16:16 +1000 Subject: python/PythonQt: Updated for version 3.2.0 Signed-off-by: Christoph Willing --- python/PythonQt/PythonQt.SlackBuild | 3 ++- python/PythonQt/PythonQt.info | 8 ++++---- python/PythonQt/README | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'python') 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/ -- cgit v1.2.3-80-g2a13