Issue: -> gradia: local (1.13.0-2) is newer than AUR (1.13.0-1)
The .SRCINFO is set to 1.13.0-1, but the PKGBUILD still has pkgrel=2. This is causing AUR helpers like yay to flag the local version as newer than the AUR and loop on reinstallation. Could you please sync the PKGBUILD and .SRCINFO? Thank you
Hi yochananmarqos, thanks. The hash is fixed
@Laminarde: 1.13.0-1 fails as the pkghash variable is unused. Uncomment the tarball source instead.
EDIT: Also, the source folder is Gradia-$pkgver, so the prepare function fails as well.
The tests are passing currently, by the way.
Hi deanqx, I have added xdg-desktop-portal to optdepends.
Always fun to see on which DEs gradia is used.
Hi Laminarde,
I think xdg-desktop-portal-xxx should be added as optional dependency. For example I needed xdg-desktop-portal-wlr for a wlroots desktop backend. Take a look in this table: https://wiki.archlinux.org/title/XDG_Desktop_Portal
The previous page could also be helpful for people running in the No such interface org.freedesktop.portal.Screenshot error.
Hi rubengees, thanks for reporting. I added a patch to fix this issue.
But I need to revert the commit after next gradia version bump.
I also have issues building this:
error: Cannot assign boolean to GLib.Variant
at ../gradia-1.12.1/data/ui/image_stack.blp line 97 column 38:
97 | action-target: true;
| ^^^^
ninja: build stopped: subcommand failed.
pacman -Qi blueprint-compiler:
Name : blueprint-compiler
Version : 0.20.4-1
Hi crab2313,
thanks for the heads up.
But to which version are you referring? I have the latest version from extra installed (extra/blueprint-compiler 0.18.0-2 [Installiert]) and it build fine.