GNU bug report logs - #68046
[PATCH] gnu: swayidle: Update to 1.8.0.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Tue, 26 Dec 2023 17:58:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68046 in the body.
You can then email your comments to 68046 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68046; Package guix-patches. (Tue, 26 Dec 2023 17:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 26 Dec 2023 17:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Tue, 26 Dec 2023 17:28:52 +0100
From: Josselin Poiret <dev <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#68046; Package guix-patches. (Wed, 27 Dec 2023 20:38:01 GMT) Full text and rfc822 format available.

Message #8 received at 68046 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 68046 <at> debbugs.gnu.org
Subject: Re: [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Wed, 27 Dec 2023 21:37:39 +0100
> * gnu/packages/wm.scm (swayidle): Update to 1.8.0.

Looks good,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#68046; Package guix-patches. (Tue, 12 Mar 2024 15:16:02 GMT) Full text and rfc822 format available.

Message #11 received at 68046 <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: 68046 <at> debbugs.gnu.org
Subject: [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Tue, 12 Mar 2024 16:15:06 +0100
Swayidle broke ("Display doesn't support idle protocol" message) when
sway was upgraded to 1.9, this upgrade fixes it.




Information forwarded to guix-patches <at> gnu.org:
bug#68046; Package guix-patches. (Wed, 13 Mar 2024 09:44:02 GMT) Full text and rfc822 format available.

Message #14 received at 68046 <at> debbugs.gnu.org (full text, mbox):

From: Samuel Matthiesen <samuel <at> nihil.ws>
To: Remco van 't Veer <remco <at> remworks.net>, 68046 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Wed, 13 Mar 2024 10:42:17 +0100
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).




Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Mon, 18 Mar 2024 10:46:02 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Mon, 18 Mar 2024 10:46:02 GMT) Full text and rfc822 format available.

Message #19 received at 68046-done <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: 68046-done <at> debbugs.gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>, Remco van 't Veer <remco <at> remworks.net>,
 Samuel Matthiesen <samuel <at> nihil.ws>, 68046-done <at> debbugs.gnu.org
Subject: Re: [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Mon, 18 Mar 2024 11:45:05 +0100

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

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

Pushed to master,
thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 Apr 2024 11:25:43 GMT) Full text and rfc822 format available.

This bug report was last modified 102 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.