GNU bug report logs - #67408
[PATCH gnome-team] gnu: gtk+: Update to 3.24.38.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Thu, 23 Nov 2023 18:25:02 UTC

Severity: normal

Tags: patch

Merged with 67166, 67169, 67222, 67410, 67411, 67420, 67423, 67424, 67437, 67473

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 67408 in the body.
You can then email your comments to 67408 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#67408; Package guix-patches. (Thu, 23 Nov 2023 18:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Nov 2023 18:25:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
Date: Thu, 23 Nov 2023 19:22:13 +0100
* gnu/packages/gtk.scm (gtk+): Update to 3.24.38.

Change-Id: I98ddc6cbdaacc665bf3f924e7ae47f1ef139bcc5
---

Dear guix,

This is a very minor patch update that makes a whole world rebuild.  Is it
worth it?

Best regards,

Vivien

 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b5246c8b3b..42afbb6aa3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.37")
+    (version "3.24.38")
     (source
      (origin
        (method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mvzzgjrzzir7nzx379yz3swzk3pn1s283hgzm8l2yakq2sg0ib7"))
+         "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
        (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                 "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
     ;; There is no "doc" output, because adding gtk-doc here would introduce a

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67408; Package guix-patches. (Thu, 23 Nov 2023 19:26:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 67408 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, control <at> debbugs.gnu.org, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
Date: Thu, 23 Nov 2023 20:25:31 +0100
merge 67408 67410 67411
thanks

Am Donnerstag, dem 23.11.2023 um 19:22 +0100 schrieb Vivien Kraus:
> * gnu/packages/gtk.scm (gtk+): Update to 3.24.38.
> 
> Change-Id: I98ddc6cbdaacc665bf3f924e7ae47f1ef139bcc5
> ---
> 
> Dear guix,
> 
> This is a very minor patch update that makes a whole world rebuild. 
> Is it worth it?
Not really; I'd wait until you have more world rebuilds to do them all
in one swoop.

Btw. do you have a TODO list for the Gnome 44 updates or are you just
submitting builds as you encounter them?

Cheers




Merged 67408 67410 67411. Request was from Liliana Marie Prikler <liliana.prikler <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 23 Nov 2023 19:26:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#67408; Package guix-patches. (Thu, 23 Nov 2023 19:37:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 67408 <at> debbugs.gnu.org
Cc: rg <rg <at> raghavgururajan.name>, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
Date: Thu, 23 Nov 2023 20:36:20 +0100
Le jeudi 23 novembre 2023 à 20:25 +0100, Liliana Marie Prikler a
écrit :
> Btw. do you have a TODO list for the Gnome 44 updates or are you just
> submitting builds as you encounter them?

I’m not sure what a TODO list would be, but I follow this list:

https://ftp2.nluug.nl/windowing/gnome/teams/releng/44.6/versions

I do the upgrade, check it, and submit it.

There must be an ideal order, because some still require world
rebuilds.  For instance, gupnp, the next item on my list.




Information forwarded to guix-patches <at> gnu.org:
bug#67408; Package guix-patches. (Thu, 23 Nov 2023 20:54:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 67408 <at> debbugs.gnu.org
Cc: rg <rg <at> raghavgururajan.name>, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
Date: Thu, 23 Nov 2023 21:53:16 +0100
Am Donnerstag, dem 23.11.2023 um 20:36 +0100 schrieb Vivien Kraus:
> Le jeudi 23 novembre 2023 à 20:25 +0100, Liliana Marie Prikler a
> écrit :
> > Btw. do you have a TODO list for the Gnome 44 updates or are you
> > just submitting builds as you encounter them?
> 
> I’m not sure what a TODO list would be, but I follow this list:
> 
> https://ftp2.nluug.nl/windowing/gnome/teams/releng/44.6/versions
> 
> I do the upgrade, check it, and submit it.
> 
> There must be an ideal order, because some still require world
> rebuilds.  For instance, gupnp, the next item on my list.
Are we using the same guix refresh?  Mine says that gupnp just rebuilds
4 items.




Information forwarded to guix-patches <at> gnu.org:
bug#67408; Package guix-patches. (Thu, 23 Nov 2023 20:57:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 67408 <at> debbugs.gnu.org
Cc: rg <rg <at> raghavgururajan.name>, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
Date: Thu, 23 Nov 2023 21:56:08 +0100
Le jeudi 23 novembre 2023 à 21:53 +0100, Liliana Marie Prikler a
écrit :
> > There must be an ideal order, because some still require world
> > rebuilds.  For instance, gupnp, the next item on my list.
> Are we using the same guix refresh?  Mine says that gupnp just
> rebuilds
> 4 items.

I was confused about that, you are surely right.




Merged 67166 67169 67222 67408 67410 67411 67420 67423 67424 67437 67473. Request was from Liliana Marie Prikler <liliana.prikler <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 27 Nov 2023 19:25:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 29 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 101 days ago.

Previous Next


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