GNU bug report logs - #76856
[PATCH] gnu: icewm: Update to 3.7.1.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 8 Mar 2025 07:20:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

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 76856 in the body.
You can then email your comments to 76856 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#76856; Package guix-patches. (Sat, 08 Mar 2025 07:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 08 Mar 2025 07:20:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: icewm: Update to 3.7.1.
Date: Fri,  7 Mar 2025 23:18:59 -0800
* gnu/packages/wm.scm (icewm): Update to 3.7.1.

Change-Id: I162df2df4e5419b9fe44d0092e48d42fc8bec50e
---
 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 a0b6c6f40a..1eca2847ce 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1027,7 +1027,7 @@ (define-public i3lock-fancy
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.6.0")
+    (version "3.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1035,7 +1035,7 @@ (define-public icewm
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "0xmw4ilzsc932fxqahxvqix66x940nzf54p5mz5p67rplg9sz7wp"))))
+                "1n5df4sjjsz0v8g5d7w6msbx86f4a3hljxfn8gsa0snmqm1fb1hd"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (inputs (list fontconfig

base-commit: e1c81df2cfb0d6f1e490083ad1b2b7f8df313bfd
-- 
2.43.0





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Sat, 08 Mar 2025 09:10:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Sat, 08 Mar 2025 09:10:02 GMT) Full text and rfc822 format available.

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

From: Z572 <z572 <at> z572.online>
To: Andy Tai <atai <at> atai.org>
Cc: 76856-done <at> debbugs.gnu.org
Subject: Re: [bug#76856] [PATCH] gnu: icewm: Update to 3.7.1.
Date: Sat, 08 Mar 2025 17:09:01 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/wm.scm (icewm): Update to 3.7.1.
>
> Change-Id: I162df2df4e5419b9fe44d0092e48d42fc8bec50e
> ---
>  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 a0b6c6f40a..1eca2847ce 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1027,7 +1027,7 @@ (define-public i3lock-fancy
>  (define-public icewm
>    (package
>      (name "icewm")
> -    (version "3.6.0")
> +    (version "3.7.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -1035,7 +1035,7 @@ (define-public icewm
>                      version "/icewm-" version ".tar.lz"))
>                (sha256
>                 (base32
> -                "0xmw4ilzsc932fxqahxvqix66x940nzf54p5mz5p67rplg9sz7wp"))))
> +                "1n5df4sjjsz0v8g5d7w6msbx86f4a3hljxfn8gsa0snmqm1fb1hd"))))
>      (build-system gnu-build-system)
>      (native-inputs (list pkg-config))
>      (inputs (list fontconfig
>
> base-commit: e1c81df2cfb0d6f1e490083ad1b2b7f8df313bfd
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76856; Package guix-patches. (Thu, 13 Mar 2025 06:49:02 GMT) Full text and rfc822 format available.

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

From: Feng Shu <tumashu <at> 163.com>
To: 76856 <at> debbugs.gnu.org
Subject: icewm
Date: Thu, 13 Mar 2025 14:48:40 +0800
Icewm in guix seem to not enable rsvg support, any reasons?


-- 





Information forwarded to guix-patches <at> gnu.org:
bug#76856; Package guix-patches. (Thu, 13 Mar 2025 15:47:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Feng Shu <tumashu <at> 163.com>
Cc: 76856 <at> debbugs.gnu.org
Subject: Re: [bug#76856] icewm
Date: Thu, 13 Mar 2025 23:46:07 +0800
[Message part 1 (text/plain, inline)]
Feng Shu <tumashu <at> 163.com> writes:

> Icewm in guix seem to not enable rsvg support, any reasons?
i think just no one send patch to enable it.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 11 Apr 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 71 days ago.

Previous Next


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