Article 5BCY9 hplip not work after Big Merge(tm)

hplip not work after Big Merge(tm)

by
lotar
from LinuxQuestions.org on (#5BCY9)
After the Big Merge(tm) hplip not work because the qt4 package has been removed from -current.

It's possible to rebuild the package using qt5 instead of qt4 package using this simple patch in hplip.SlackBuild:

Code:30c30
< BUILD=${BUILD:-3}
---
> BUILD=${BUILD:-4}
153c153,154
< --enable-qt4 \
---
> --enable-qt5 \
> --disable-qt4 \
Thanks Pat for Big Merge(tm) :)latest?d=yIl2AUoC8zA latest?i=_N8miSam53g:K2m1McoQq_Q:F7zBnMy latest?i=_N8miSam53g:K2m1McoQq_Q:V_sGLiP latest?d=qj6IDK7rITs latest?i=_N8miSam53g:K2m1McoQq_Q:gIN9vFw_N8miSam53g
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments