flathub / net.poedit.Poedit

https://flathub.org/apps/details/net.poedit.Poedit
2 stars 5 forks source link

org.gnome.Platform//42 is end-of-life #40

Closed rusty-snake closed 1 year ago

rusty-snake commented 1 year ago

The GNOME 42 runtime is no longer supported as of March 21, 2023. Please ask your application developer to migrate to a supported platform.

haggen88 commented 1 year ago

ping @cho2, @TingPing , @bilelmoussaoui could you help with this please?. Thanks in advance

TingPing commented 1 year ago

It seems non-trivial. See #39

vslavik commented 1 year ago

It seems non-trivial. See https://github.com/flathub/net.poedit.Poedit/pull/39

Isn't webkit2gtk-4.1 supposed to be API-compatible with 4.0? Then it should be rather trivial one-liner patch to wxWidgets' configure.in check, no?

TingPing commented 1 year ago

4.1 is API compatible but not ABI compatible.

All dependencies must be built against libsoup3 and not libsoup2.

Sometimes this is a simple rebuild sometimes not. I haven't looked into this specific project.

hfiguiere commented 1 year ago

4.1 is API compatible but not ABI compatible.

not exactly as it expose libsoup error codes, which wxWidgets, of course uses. I tried to build with 4.1 and it failed, instead I just built webkit.