akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 203 forks source link

Gtk4 bonanza #662

Closed Alecaddd closed 2 years ago

Alecaddd commented 2 years ago

Summary / How this PR fixes the problem?

Upgrading the dependencies to start using GTK4. This will break the whole UI and more as the API changes are substantial.

If you don't have GTK4 installed in your system, you can't use meson to build but you'll have to rely on flatpak: flatpak-builder build com.github.akiraux.akira.yml --user --force-clean.

Known Issues / Things To Do

This PR fixes/implements the following bugs/features:

Alecaddd commented 2 years ago

Closing this, deferred it for a later time.