Can you please add this fan control app AUR (en) - nbfc-gtk
To install use paru since itās not provided by Chaotic-AUR paru fightcade2-bin
Have you confirmed that it works?
Yeah, I did
Thank you but i trust chaotic-aur more
Can you add these MPV scripts please
A post was merged into an existing topic: Off Topic Chit Chat - (Silliness factor 5)
Guys, gdmap-gtk3
no longer starts:
gdmap: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
Please take a look at this. Thanks!
Itās in the repo, so yes we very likely can by simply rebuilding. Please move back.
Since this is a binary (-bin
) package, the build would be identical and have no benefit from us redistributing. Itās rather large and doesnāt have many users, so itās not exactly right for us to add it to Chaotic-AUR. Thereās only so much space for packages on mirrors!
Per this comment I just made, we will be switching to gdmap
shortly, with a rebuild trigger for libxml2
to automate future rebuilds. Thanks for reporting, and for including the error so we can prevent it in the future.
The chaotic-aur package virtualbox-ext-oracle needs an update. It is conflicting with upgrading virtualbox. Thanks.
Perhaps adding the nexusmods-app-bin? It“s in it“s early days so it only supports mod management for Cyberpunk 2077 and Stardew valley so far, but the intention is to expand it to the point of replacing Vortex. Gamers want their jiggle physics and Infinite credits to be easily installed.
Canāt update today. I figure the ayugram-desktop-git needs rebuilt to support the updated protobuf pacakge.
error: failed to prepare transaction (could not satisfy dependencies)
:: installing protobuf (32.1-1) breaks dependency ālibprotobuf-lite.so=32.0.0-64ā required by ayugram-desktop-git
In the mean time, Iām going to try installing the other ayugram packages.
I confirm this error happened to me as well.
Oops, I never replied! This one is a direct copy from the AUR with no modifications.
3.5 hours after your post, the package was updated, and shortly after Chaotic-AUR built it.
It is highly likely to be added in the immediate future. Watch [Request] nexusmods-app-bin Ā· Issue #3222 Ā· chaotic-aur/packages Ā· GitHub
@RusselNash @FGD the build has failed, and will continue to fail until upstream fixes the problem preventing builds with new glib.
@dr460nf1r3 this is an ugly log: Chaotic logs
glib 2.86.0 made a change to how platform specific GIO APIs are imported:
This requires change to the namespace here (I think):
From what I have seen so far, it should now be:
GioUnix::DesktopAppInfo
Instead of:
Gio::DesktopAppInfo
Because this is a submodule of Ayugram and has parity to desktop-app
ās master branch, this seems to be something that must be addressed upstream. I donāt think I can feasibly fix that, but someone motivated may be interested in making a PR to transition to the new GIO namespaces.