mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/python3-PyQtWebEngine: Updated for version 5.15.0.
Point at sip3 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0c2cd9135c
commit
9689243cbc
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=python3-PyQtWebEngine
|
||||
SRCNAM=${PRGNAM#*-}
|
||||
VERSION=${VERSION:-5.13.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-5.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -78,7 +78,7 @@ export CXXFLAGS="$SLKCFLAGS"
|
|||
python3 configure.py \
|
||||
--verbose \
|
||||
-q /usr/bin/qmake-qt5 \
|
||||
--sip=/usr/bin/python3-sip \
|
||||
--sip=/usr/bin/sip3 \
|
||||
--sip-incdir=$(pkg-config --cflags-only-I python3 | sed -e 's/^-I//')
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-PyQtWebEngine"
|
||||
VERSION="5.13.2"
|
||||
VERSION="5.15.0"
|
||||
HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/PyQtWebEngine-5.13.2.tar.gz"
|
||||
MD5SUM="0a5f156959066cf86de31ddfe973f134"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-5.15.0.tar.gz"
|
||||
MD5SUM="043f5b0130163ddf04faa3b0472bb0de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyQt5"
|
||||
|
|
Loading…
Reference in a new issue