diff options
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 |
commit | a58dd4160493c1dbd3f04c1deb93a13ea9c2f43b (patch) | |
tree | b2313372ca745cfd59243bb39d3002a41b5be0a9 /python/PythonQt/PythonQt.SlackBuild | |
parent | 7d330cfa945e75b07036dd4b3c17e2eabb36af77 (diff) |
python/PythonQt: Updated for version 3.2.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/PythonQt/PythonQt.SlackBuild')
-rw-r--r-- | python/PythonQt/PythonQt.SlackBuild | 3 |
1 files changed, 2 insertions, 1 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 |