summaryrefslogtreecommitdiffstats
path: root/python/python-poppler-qt5
diff options
context:
space:
mode:
author clavisound2021-11-16 20:21:59 +0100
committer Willy Sudiarto Raharjo2021-11-17 01:25:35 +0100
commit460de1aec8f77d734470355901afce7ce300d560 (patch)
tree0ed79773e6d0a34ab459992cfd94bae9fdcecb0e /python/python-poppler-qt5
parent2b23111bc916c57c195df6a5014dc0567e8b9732 (diff)
downloadslackbuilds-460de1aec8f77d734470355901afce7ce300d560.tar.gz
python/python-poppler-qt5: Direct setup.py to qt5 qmake-bin.
Otherwise build fails. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-poppler-qt5')
-rw-r--r--python/python-poppler-qt5/python-poppler-qt5.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/python-poppler-qt5/python-poppler-qt5.SlackBuild b/python/python-poppler-qt5/python-poppler-qt5.SlackBuild
index 822bc8a8f0..21bb14022b 100644
--- a/python/python-poppler-qt5/python-poppler-qt5.SlackBuild
+++ b/python/python-poppler-qt5/python-poppler-qt5.SlackBuild
@@ -82,6 +82,7 @@ find -L . \
patch -p1 < $CWD/92e5962ec3751ab051d0b655fd61afc7a1cf709e.patch
#sed -i "s|self.sip_bin\ =\ None|self.sip_bin = '/usr/bin/sip3'|" setup.py
+sed -i "s|qmake_bin = .qmake.|qmake_bin = 'qmake-qt5'|" setup.py
python3 setup.py install --root $PKG