all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josep Bigorra <jjbigorra@gmail.com>
To: 74644@debbugs.gnu.org
Subject: [bug#74644] [PATCH] Update SwayFX version to 0.4
Date: Mon, 2 Dec 2024 09:38:44 +0100	[thread overview]
Message-ID: <CAM_04A0Q24ESXwXvioud5D8qjXpmKY3jiFMQ6s2C5H5TYDR3Zg@mail.gmail.com> (raw)

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


                 reply	other threads:[~2024-12-02  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAM_04A0Q24ESXwXvioud5D8qjXpmKY3jiFMQ6s2C5H5TYDR3Zg@mail.gmail.com \
    --to=jjbigorra@gmail.com \
    --cc=74644@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.