python/PythonQt: Fix build against Qt5-webkit.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
816be12bf3
commit
fe0e999a76
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf PythonQt-patched-8
|
||||
unzip $CWD/PythonQt-patched-8.zip
|
||||
cd PythonQt-patched-8
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="PythonQt"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="https://github.com/commontk/PythonQt"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.2.0.tar.gz"
|
||||
MD5SUM="70ad522f08d1c76fbbfc4816a0f18705"
|
||||
DOWNLOAD="https://github.com/commontk/PythonQt/archive/patched-8/PythonQt-patched-8.zip"
|
||||
MD5SUM="2c023ac1b058f36167e870b16d0aa58e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5-webkit"
|
||||
|
|
Loading…
Reference in New Issue