unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2.
@ 2024-03-12 13:41 Daniel Ziltener via Guix-patches via
  2024-04-05 16:05 ` bug#69746: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-12 13:41 UTC (permalink / raw)
  To: 69746; +Cc: dziltener

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69746: [PATCH] gnu: wm: Update swayfx to 0.3.2.
  2024-03-12 13:41 [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2 Daniel Ziltener via Guix-patches via
@ 2024-04-05 16:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-04-05 16:05 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 69746-done

Hi,

Daniel Ziltener <dziltener@lyrion.ch> skribis:

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

Applied with a commit log, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-05 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 13:41 [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2 Daniel Ziltener via Guix-patches via
2024-04-05 16:05 ` bug#69746: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).