diff options
author | clavisound <korgie@gmail.com> | 2021-11-16 21:21:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-17 07:25:35 +0700 |
commit | 460de1aec8f77d734470355901afce7ce300d560 (patch) | |
tree | 0ed79773e6d0a34ab459992cfd94bae9fdcecb0e | |
parent | 2b23111bc916c57c195df6a5014dc0567e8b9732 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | python/python-poppler-qt5/python-poppler-qt5.SlackBuild | 1 |
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 |