all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
@ 2023-11-23 18:22 Vivien Kraus via Guix-patches via
  2023-11-23 19:25 ` Liliana Marie Prikler
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 18:22 UTC (permalink / raw)
  To: 67408; +Cc: rg, liliana.prikler, maxim.cournoyer

* 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




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

* [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
  2023-11-23 18:22 [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38 Vivien Kraus via Guix-patches via
@ 2023-11-23 19:25 ` Liliana Marie Prikler
  2023-11-23 19:36   ` Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-23 19:25 UTC (permalink / raw)
  To: Vivien Kraus, 67408; +Cc: rg, control, maxim.cournoyer

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




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

* [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
  2023-11-23 19:25 ` Liliana Marie Prikler
@ 2023-11-23 19:36   ` Vivien Kraus via Guix-patches via
  2023-11-23 20:53     ` Liliana Marie Prikler
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 19:36 UTC (permalink / raw)
  To: Liliana Marie Prikler, 67408; +Cc: rg, maxim.cournoyer

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.




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

* [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
  2023-11-23 19:36   ` Vivien Kraus via Guix-patches via
@ 2023-11-23 20:53     ` Liliana Marie Prikler
  2023-11-23 20:56       ` Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-23 20:53 UTC (permalink / raw)
  To: Vivien Kraus, 67408; +Cc: rg, maxim.cournoyer

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.




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

* [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38.
  2023-11-23 20:53     ` Liliana Marie Prikler
@ 2023-11-23 20:56       ` Vivien Kraus via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 20:56 UTC (permalink / raw)
  To: Liliana Marie Prikler, 67408; +Cc: rg, maxim.cournoyer

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.




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

end of thread, other threads:[~2023-11-23 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 18:22 [bug#67408] [PATCH gnome-team] gnu: gtk+: Update to 3.24.38 Vivien Kraus via Guix-patches via
2023-11-23 19:25 ` Liliana Marie Prikler
2023-11-23 19:36   ` Vivien Kraus via Guix-patches via
2023-11-23 20:53     ` Liliana Marie Prikler
2023-11-23 20:56       ` Vivien Kraus via Guix-patches via

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.