Getting GNOME45 in a Snap

Hey,

I’ve recently ported my application to GNOME 45, which works great with Flatpak. But I don’t know how to get the correct dependencies for the Snap build, which fails because it doesn’t have access to libadwaita 1.4.

I’m pretty sure the problem lies in this passage:

meson-parameters:
  - --prefix=/snap/graphs/current/usr
  - --buildtype=release
build-environment:
  - PYTHONPATH: $CRAFT_STAGE/usr/lib/python3/dist-packages:$PYTHONPATH
  - GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/girepository-1.0:/snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0

But, I can’t find a GNOME45 sdk for Snap. Is this available yet somewhere?

It’s being worked on

You could build libadwaita as a part meanwhile (but it would probably also require building newer gtk and other depends)