python/PythonQt: Updated for version 3.2.0

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-06-16 14:16:16 +10:00 committed by Willy Sudiarto Raharjo
parent 7d330cfa94
commit a58dd41604
3 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PythonQt PRGNAM=PythonQt
VERSION=${VERSION:-3.1.6} VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -77,6 +77,7 @@ cd build-pkg
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \ -DMAN_INSTALL_DIR=/usr/man \
-DQt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qt5 \
-DPythonQt_Wrap_QtAll=ON \ -DPythonQt_Wrap_QtAll=ON \
-DCMAKE_BUILD_TYPE=Release .. -DCMAKE_BUILD_TYPE=Release ..
make make

View file

@ -1,10 +1,10 @@
PRGNAM="PythonQt" PRGNAM="PythonQt"
VERSION="3.1.6" VERSION="3.2.0"
HOMEPAGE="https://github.com/commontk/PythonQt" HOMEPAGE="https://github.com/commontk/PythonQt"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.1.6.tar.gz" DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.2.0.tar.gz"
MD5SUM="297702e7f1ac3ecbf20c0433eac25ef3" MD5SUM="70ad522f08d1c76fbbfc4816a0f18705"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES="qt5-webkit"
MAINTAINER="Christoph Willing" MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com" EMAIL="chris.willing@linux.com"

View file

@ -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. way to embed the Python scripting language into your C++ Qt applications.
This build uses the CMake-ified version of PythonQt at: 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: which was forked from the original at:
http://pythonqt.sourceforge.net/ http://pythonqt.sourceforge.net/