[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

Daniel Ziltener wrote 1 years ago
(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
Ludovic Courtès wrote 11 months ago
(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@debbugs.gnu.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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help