FS#49344 - [hplip] GUI optdepend has been changed to Qt5 but package still uses Qt4

Attached to Project: Arch Linux
Opened by Argyris (argymeg) - Sunday, 15 May 2016, 13:36 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 15 May 2016, 15:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The optional dependency for the hp-toolbox GUI has been changed to python-pyqt5, however the makedepend is still python-pyqt4 and the configure options in the PKGBUILD still build the package with qt4. In order for the GUI to work with qt5, qt4 actually needs to be explicitly disabled in the configuration options (--disable-qt4 --enable-qt5).

Package version: 3.16.5-1 and later

Steps to reproduce:
1)Install hplip with python-pyqt5 installed but not python-pyqt4
2)Launch hp-toolbox from a terminal
3)Launch fails with "error: No module named 'PyQt4'"
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 15 May 2016, 15:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.16.5-3 - build pyqt5 based gui.

Loading...