unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
@ 2023-12-26 16:28 Josselin Poiret via Guix-patches via
  2023-12-27 20:37 ` Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-12-26 16:28 UTC (permalink / raw)
  To: 68046; +Cc: Josselin Poiret

From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/wm.scm (swayidle): Update to 1.8.0.

Change-Id: Id7cda2ad9ee5a0262b4238ede698419a993d0a20
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 82ef67a2e4..04bef21b29 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1811,7 +1811,7 @@ (define-public swayfx
 (define-public swayidle
   (package
     (name "swayidle")
-    (version "1.7.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1820,7 +1820,7 @@ (define-public swayidle
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06iq12p4438d6bv3jlqsf01wjaxrzlnj1bnicn41kad563aq41xl"))))
+        (base32 "0y0qdqzx90kvk6l80darldvizr7p5g65bnblhxlq5a2rgvs9hkpx"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlogind-provider=elogind")))

base-commit: 5bd80ccd69047b1777749e24d4adf2c951b5d14b
-- 
2.41.0





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

* [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
  2023-12-26 16:28 [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0 Josselin Poiret via Guix-patches via
@ 2023-12-27 20:37 ` Mathieu Othacehe
  2024-03-12 15:15 ` Remco van 't Veer
  2024-03-18 10:45 ` bug#68046: " Jelle Licht
  2 siblings, 0 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2023-12-27 20:37 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 68046


> * gnu/packages/wm.scm (swayidle): Update to 1.8.0.

Looks good,

Mathieu




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

* [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
  2023-12-26 16:28 [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0 Josselin Poiret via Guix-patches via
  2023-12-27 20:37 ` Mathieu Othacehe
@ 2024-03-12 15:15 ` Remco van 't Veer
  2024-03-13  9:42   ` Samuel Matthiesen
  2024-03-18 10:45 ` bug#68046: " Jelle Licht
  2 siblings, 1 reply; 5+ messages in thread
From: Remco van 't Veer @ 2024-03-12 15:15 UTC (permalink / raw)
  To: 68046

Swayidle broke ("Display doesn't support idle protocol" message) when
sway was upgraded to 1.9, this upgrade fixes it.




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

* [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
  2024-03-12 15:15 ` Remco van 't Veer
@ 2024-03-13  9:42   ` Samuel Matthiesen
  0 siblings, 0 replies; 5+ messages in thread
From: Samuel Matthiesen @ 2024-03-13  9:42 UTC (permalink / raw)
  To: Remco van 't Veer, 68046

Hi,

Remco van 't Veer (2024-03-12 16:15 +0100):
> Swayidle broke ("Display doesn't support idle protocol" message) 
> when sway was upgraded to 1.9, this upgrade fixes it. 

This upgrade also fixes it for other compositors. I just tested it on
our current labwc (0.7.0), which was not working with our current
swayidle (1.7.1).




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

* bug#68046: [PATCH] gnu: swayidle: Update to 1.8.0.
  2023-12-26 16:28 [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0 Josselin Poiret via Guix-patches via
  2023-12-27 20:37 ` Mathieu Othacehe
  2024-03-12 15:15 ` Remco van 't Veer
@ 2024-03-18 10:45 ` Jelle Licht
  2 siblings, 0 replies; 5+ messages in thread
From: Jelle Licht @ 2024-03-18 10:45 UTC (permalink / raw)
  To: 68046-done
  Cc: Josselin Poiret, Remco van 't Veer, Samuel Matthiesen,
	68046-done



Josselin Poiret via Guix-patches via <guix-patches@gnu.org> writes:

> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/wm.scm (swayidle): Update to 1.8.0.
>
> Change-Id: Id7cda2ad9ee5a0262b4238ede698419a993d0a20

Pushed to master,
thanks!




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

end of thread, other threads:[~2024-03-18 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-26 16:28 [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0 Josselin Poiret via Guix-patches via
2023-12-27 20:37 ` Mathieu Othacehe
2024-03-12 15:15 ` Remco van 't Veer
2024-03-13  9:42   ` Samuel Matthiesen
2024-03-18 10:45 ` bug#68046: " Jelle Licht

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