summaryrefslogtreecommitdiffstats
path: root/python/PythonQt/PythonQt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/PythonQt/PythonQt.SlackBuild')
-rw-r--r--python/PythonQt/PythonQt.SlackBuild3
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