unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74644] [PATCH] Update SwayFX version to 0.4
@ 2024-12-02  8:38 Josep Bigorra
  0 siblings, 0 replies; only message in thread
From: Josep Bigorra @ 2024-12-02  8:38 UTC (permalink / raw)
  To: 74644

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hi all, after having added the scenefx dependency, now we can update
to SwayFX 0.4 ! :D

Here is a patch for that, I hope I didn't miss anything.

Regards,
Joe

[-- Attachment #2: 0001-update-swayfx-version-to-0.4.patch --]
[-- Type: text/x-patch, Size: 1558 bytes --]

From b32067ee9de094541980bfac157872c73c1ace43 Mon Sep 17 00:00:00 2001
Message-ID: <b32067ee9de094541980bfac157872c73c1ace43.1733128178.git.jjbigorra@gmail.com>
From: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon, 2 Dec 2024 09:28:56 +0100
Subject: [PATCH] update swayfx version to 0.4

---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2ab6f88cd5..f7bb77c23c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1960,7 +1960,7 @@ (define-public swayfx
   (package
     (inherit sway)
     (name "swayfx")
-    (version "0.3.2")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1969,7 +1969,7 @@ (define-public swayfx
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
+                "0651gbkszc8wwkiiw983m3815cfyk4c9v4mpd1nqf27a0f6qjgsm"))))
     (build-system meson-build-system)
     (inputs (list basu
                   cairo
@@ -1980,9 +1980,10 @@ (define-public swayfx
                   libxkbcommon
                   pango
                   pcre2
+                  scenefx
                   swaybg
                   wayland
-                  wlroots-0.16))
+                  wlroots-0.17))
     (home-page "https://github.com/WillPower3309/swayfx")
     (synopsis "Sway Fork with extra options and effects")
     (description
-- 
2.46.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-02  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02  8:38 [bug#74644] [PATCH] Update SwayFX version to 0.4 Josep Bigorra

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