1- pkgname = "swww "
2- pkgver = "0.11.2 "
1+ pkgname = "awww "
2+ pkgver = "0.12.1 "
33pkgrel = 0
44build_style = "cargo"
55make_build_args = [
66 "--no-default-features" ,
77 "--features=avif" ,
8+ "--features=jxl" ,
89]
910hostmakedepends = [
1011 "cargo-auditable" ,
2021 "wayland-devel" ,
2122 "wayland-protocols" ,
2223]
23- pkgdesc = "Solution to your Wayland Wallpaper Woes"
24+ renames = ["swww" ]
25+ pkgdesc = "Answer to your Wayland Wallpaper Woes"
2426license = "GPL-3.0-only"
25- url = "https://github.com /LGFae/swww "
26- source = f"{ url } /archive/refs/tags/ v{ pkgver } .tar.gz"
27- sha256 = "ec903cc75deb007a7f842deac851d4d2fadb6361d7491e98e900d4858f2c8eb7 "
27+ url = "https://codeberg.org /LGFae/awww "
28+ source = f"{ url } /archive/v{ pkgver } .tar.gz"
29+ sha256 = "5e31092d5170b90ec614f76bad0739b729923a57979d2dfed3673cf0d8db2dee "
2830
2931if self .profile ().arch in ["loongarch64" ]:
3032 broken = "cannot find value `MADV_SOFT_OFFLINE` in module `c`"
@@ -35,11 +37,11 @@ def post_build(self):
3537
3638
3739def install (self ):
38- self .install_bin (f"target/{ self .profile ().triplet } /release/swww " )
39- self .install_bin (f"target/{ self .profile ().triplet } /release/swww -daemon" )
40- self .install_service (self .files_path / "swww .user" )
40+ self .install_bin (f"target/{ self .profile ().triplet } /release/awww " )
41+ self .install_bin (f"target/{ self .profile ().triplet } /release/awww -daemon" )
42+ self .install_service (self .files_path / "awww .user" )
4143 self .install_man ("doc/generated/*" , glob = True )
4244 with self .pushd ("completions" ):
43- self .install_completion ("swww .bash" , "bash" )
44- self .install_completion ("_swww " , "zsh" )
45- self .install_completion ("swww .fish" , "fish" )
45+ self .install_completion ("awww .bash" , "bash" )
46+ self .install_completion ("_awww " , "zsh" )
47+ self .install_completion ("awww .fish" , "fish" )
0 commit comments