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

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Ludovic Courtès
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

D
D
Daniel Ziltener wrote on 12 Mar 06:41 -0700
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
30e8943f03373187b7d0613de9efd26e@lyrion.ch
---
gnu/packages/wm.scm | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

Toggle diff (37 lines)
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
L
L
Ludovic Courtès wrote on 5 Apr 09:05 -0700
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 69746-done@debbugs.gnu.org)
87y19rpzgk.fsf@gnu.org
Hi,

Daniel Ziltener <dziltener@lyrion.ch> skribis:

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

Applied with a commit log, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69746@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69746
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch