I think not only the version needs to be changed but the diff file. I tried to build it with the version 1.3. But it fails. See https://paste.trom.tf/urejolorok.yaml
[138/230] Compiling C object src/libadwaita-1.so.0.p/adw-tab-view.c.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
I do not know how this could be fixed. But this is a major issue. Most libadwaita applications are failing.
@ich are you still maintaining this package?
Pinned Comments
ich commented on 2022-04-08 10:17 (UTC) (edited on 2023-01-10 05:38 (UTC) by ich)
The version of libadwaita provided by this package will use the dconf-variable 'org.gnome.desktop.interface.gtk-theme' to load the theme. This is the same variable that other gtk4-apps (and gnome-tweaks) uses.
For this to work, your theme needs to support gtk4. There may also be some weird formatting until themes are updated to fully support the new widgets; The Arc-family of themes seems to already support most of libadwaita.
Since this replaces the system library, it will only work for apps that actually use it (that is, all apps in the main repo). You will still have to set GTK_THEME if you want to use Flatpaks / Snaps / Appimages
Edit: Please, never just report issues to other gtk projects while using this library. Please always check if the issue persists using extra/libadwaita, and report your issue only on this AUR package if it doesn't.