Package Details: awww-git 0.11.2.r82.gcb3be36-1

Git Clone URL: https://aur.archlinux.org/awww-git.git (read-only, click to copy)
Package Base: awww-git
Description: Efficient animated wallpaper daemon for Wayland, controlled at runtime
Upstream URL: https://codeberg.org/LGFae/awww
Keywords: wallpapers wayland
Licenses: GPL-3.0-or-later
Conflicts: awww
Provides: awww
Replaces: swww
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 14
Popularity: 0.99
First Submitted: 2025-11-06 11:25 (UTC)
Last Updated: 2025-11-06 11:25 (UTC)

Required by (19)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

flicko commented on 2022-12-12 11:55 (UTC) (edited on 2022-12-12 11:55 (UTC) by flicko)

patch for fixing swww-daemon not being installed

From 9baa556fb614ee2ce52b45ecd8105bc88031a99d Mon Sep 17 00:00:00 2001
From: flick0 <flickerdroid211@gmail.com>
Date: Mon, 12 Dec 2022 17:08:12 +0530
Subject: [PATCH 1/2] daemon

---
 PKGBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PKGBUILD b/PKGBUILD
index 88b9f4d..4494cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,7 @@ package() {
     cd "$srcdir/swww"

     install -Dm755 "target/release/swww" "$pkgdir/usr/bin/swww"
+    install -Dm755 "target/release/swww-daemon" "$pkgdir/usr/bin/swww-daemon"
     install -Dm644 "completions/swww.bash" "$pkgdir/usr/share/bash-completion/completions/swww"
     install -Dm644 "completions/swww.fish" "$pkgdir/usr/share/fish/vendor_completions.d/swww.fish"

-- 
2.38.2