GNU bug report logs - #69746
[PATCH] gnu: wm: Update swayfx to 0.3.2.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Tue, 12 Mar 2024 13:48:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: bug#69746: closed (Re: [bug#69746] [PATCH] gnu: wm: Update swayfx
 to 0.3.2.)
Date: Fri, 05 Apr 2024 16:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69746: [PATCH] gnu: wm: Update swayfx to 0.3.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69746 <at> debbugs.gnu.org.

-- 
69746: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69746
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Cc: 69746-done <at> debbugs.gnu.org
Subject: Re: [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2.
Date: Fri, 05 Apr 2024 18:05:15 +0200
Hi,

Daniel Ziltener <dziltener <at> lyrion.ch> skribis:

> ---
>  gnu/packages/wm.scm | 16 ++++++++++++++--
>  1 file changed, 14 insertions(+), 2 deletions(-)

Applied with a commit log, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: wm: Update swayfx to 0.3.2.
Date: Tue, 12 Mar 2024 14:41:22 +0100
---
 gnu/packages/wm.scm | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a6f1ecd5c9..6259fc33a1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1815,7 +1815,7 @@ (define-public swayfx
   (package
     (inherit sway)
     (name "swayfx")
-    (version "0.3.1")
+    (version "0.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1824,8 +1824,20 @@ (define-public swayfx
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1550n9xnqbl1am4cwlnj8ip5cs7kgdzx96ga2hkcw29cpyian7rv"))))
+                "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
     (build-system meson-build-system)
+    (inputs (list basu
+                  cairo
+                  gdk-pixbuf
+                  json-c
+                  libevdev
+                  libinput-minimal
+                  libxkbcommon
+                  pango
+                  pcre2
+                  swaybg
+                  wayland
+                  wlroots-0.16))
     (home-page "https://github.com/WillPower3309/swayfx")
     (synopsis "Sway Fork with extra options and effects")
     (description
-- 
2.41.0




This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.