emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69746: closed ([PATCH] gnu: wm: Update swayfx to 0.3.2.)


From: GNU bug Tracking System
Subject: bug#69746: closed ([PATCH] gnu: wm: Update swayfx to 0.3.2.)
Date: Fri, 05 Apr 2024 16:06:02 +0000

Your message dated Fri, 05 Apr 2024 18:05:15 +0200
with message-id <87y19rpzgk.fsf@gnu.org>
and subject line Re: [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2.
has caused the debbugs.gnu.org bug report #69746,
regarding [PATCH] gnu: wm: Update swayfx to 0.3.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69746: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69746
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69746] [PATCH] gnu: wm: Update swayfx to 0.3.2. Date: Fri, 05 Apr 2024 18:05:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]