-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Is your feature request related to a problem? Please describe.
https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
Fedora plan to remove webkit2gtk-4.0 on next release. Since it is proposed by Red Hat, it is more likely to happen on RHEL as well.
Everything that depends on these packages will fail to build.
Describe the solution you'd like
Upgrade webkit2gtk-4.0 to webkitgtk-6.0. Users experience shorter load times and improved responsiveness in applications that use WebKitGTK.
Also it is a good chance to upgrade to gtk4 in v3
Describe alternatives you've considered
If gtk4 is not ready yet, upgrade to webkit2gtk-4.1 is probably more easy way because there are no API changes other than the version of libsoup that is linked to.
If your package does not directly or indirectly depend on libsoup 2, then just change the API version number from 4.0 to 4.1 and you're done.
Additional context
No response