Skip to content

Commit 4f75fa3

Browse files
natthiasq66
authored andcommitted
user/awww: rename from swww, update to 0.12.1
1 parent 8bd2fce commit 4f75fa3

3 files changed

Lines changed: 15 additions & 28 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type = process
2-
command = /usr/bin/swww-daemon
2+
command = /usr/bin/awww-daemon
33
log-type = buffer
44
depends-on: graphical.target
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
pkgname = "swww"
2-
pkgver = "0.11.2"
1+
pkgname = "awww"
2+
pkgver = "0.12.1"
33
pkgrel = 0
44
build_style = "cargo"
55
make_build_args = [
66
"--no-default-features",
77
"--features=avif",
8+
"--features=jxl",
89
]
910
hostmakedepends = [
1011
"cargo-auditable",
@@ -20,11 +21,12 @@
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"
2426
license = "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

2931
if 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

3739
def 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")

user/swww/patches/basename-short.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)