LGFae / swww

A Solution to your Wayland Wallpaper Woes
GNU General Public License v3.0
2.02k stars 62 forks source link

Consider packaging binary releases for AUR please #87

Open max-ishere opened 1 year ago

max-ishere commented 1 year ago

The only reason im asking this is because cargo is really slow in compiling everything and thus updates take a long time

LGFae commented 1 year ago

Most likely the big problem in slow compiles is the lto = true configuration in Cargo.toml. You can try removing that to make things faster, though note it will make the daemon consume more cpu and ram.

In any case @HakierGrzonzo, think this might be possible?

HakierGrzonzo commented 1 year ago

Hello @max-ishere! Thanks for using the package. Please raise AUR issues under the package page on the AUR, as I currently maintain the package exclusively.

Currently the AUR package has the options=(!lto) specified in the PKGBUILD, as some users have reported compilation errors without that option. As far as I understand that should disable link time optimization on it's own.

As for binary releases, I might investigate using github actions to build the application and docs as a weekend project. No promises here.

max-ishere commented 1 year ago

Thanks so much in advance.

grudgingly commented 2 months ago

Just want to point out swww is in the chaotic-aur repo