The currently suggested qt5
installs many unneeded dependencies, for example, qtsensors
, qtspeech
etc.
Similar to #29932.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Tested ACK b175ca9cc8bad4e106149260c3b592b1e0f2cb2f
Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
qtbase
, the configure script invoked via ./configure --with-gui=qt5 MAKE=gmake
fails with configure: error: Qt5Core >= 5.11.3 not found
.qttools
, the configure script fails with configure: error: LRELEASE not found
.Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
Please update the version number in line 3 of the doc as well. I don’t know if there is a difference between 7.4 and 7.5, but it can’t hurt to be accurate here.
The currently suggested `qt5` installs many unneeded dependencies, for
example, `qtsensors`, `qtspeech` etc.
Verified on a fresh install of OpenBSD 7.5 that these two packages are the minimum requirement to build the GUI:
Please update the version number in line 3 of the doc as well. I don’t know if there is a difference between 7.4 and 7.5, but it can’t hurt to be accurate here.
Sure. Updated.
Concept ACK
I have no (easy) way to verify that exactly those packages suffice, thus not full ACK.