Package Details: swww-git 0.4.0.r259.g1eecca7-1

Git Clone URL: https://aur.archlinux.org/swww-git.git (read-only, click to copy)
Package Base: swww-git
Description: Efficient animated wallpaper daemon for Wayland, controlled at runtime
Upstream URL: https://github.com/LGFae/swww
Licenses: GPL-3.0-or-later
Conflicts: swww
Provides: swww
Submitter: HakierGrzonzo
Maintainer: willemw
Last Packager: willemw
Votes: 5
Popularity: 0.57
First Submitted: 2022-08-13 21:22 (UTC)
Last Updated: 2024-02-14 14:27 (UTC)

Dependencies (5)

Required by (15)

Sources (1)

Latest Comments

HakierGrzonzo commented on 2024-01-16 08:44 (UTC)

As the upstream url has changed, you might need to remove the git repo that gets downloaded when installing the package.

doppelhelix commented on 2023-10-24 13:19 (UTC)

Hi there Please, kindly remove this bogus out-of-date flag.

D3vil0p3r commented on 2023-06-11 22:36 (UTC)

Hey @HakierGrzonzo could you please update the package? A new version has been released.

Static_Rocket commented on 2023-01-16 05:00 (UTC)

Sorry, disregard that last message. My issue was actually due to this: https://github.com/AladW/aurutils/issues/891#issuecomment-1006404581

Not a missing build dependency. Thanks for your work! (Feel free to add that option for people using aurutils or other build chroots with devtools installed.)

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