academic/veusz: Fix build against new Qt5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-09-16 13:39:25 +07:00
parent 28d5d7e9c1
commit bb943e3a7e
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -69,6 +69,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PYTHONVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
export SIP_EXE=/usr/bin/python2-sip
export SIP_INCLUDE_DIR="/usr/include/python$PYTHONVER/python2-sip"
python setup.py install --root $PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \