RJVB / macstrop

RJVB's repository of alternative macports, with ports missing from or overriding those in the standard collection, including a set of KF5 ports.
20 stars 9 forks source link

port:quassel : remove QtWebKit support; allow building without QtWebEngine #65

Closed Tatsh closed 4 years ago

Tatsh commented 4 years ago

QtWebKit is deprecated so the option is removed.

The QtWebEngine package is prone to frustrating failures to build especially if they have been compiling for a while. This change makes Quassel get built without it by default.

RJVB commented 4 years ago

Actually, there is a "rebooted" version of QtWebkit that is not deprecated; I'm not seeing a version bump so what's the point in removing optional support for HTML rendering via either version of QWK? I'd rather consider adding a QWE variant, but to be honest I'm more inclined to retire my version of the port entirely because I never use it ...

Tatsh commented 4 years ago

I'm happy to send this port over to macports/macports-ports if it can work with the main qt5 portgroup.

Tatsh commented 4 years ago

Prior to this change, there is no option to have an Web(Kit|Engine)-free version of Quassel.

RJVB commented 4 years ago

Prior to this change, there is no option to have an Web(Kit|Engine)-free version of Quassel.

Let me push an (untested) mod to allow that then, and then you can see if you want to propose the change for the mainstream port :)