[PATCH gnome-team 0/6] GNOME 44.10 update

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 12 months ago
(address . guix-patches@gnu.org)
cover.1710916200.git.vivien@planete-kraus.eu
Dear Guix,

GNOME 44.10 is out. I could not test it, because I don’t have enough disk
space for the world rebuild.

Best regards,

Vivien

Vivien Kraus (6):
gnu: folks: Update to 0.15.8.
gnu: gnome-online-accounts: Update to 3.48.1.
gnu: gnome-shell: Update to 44.10.
gnu: gtkmm@3: Update to 3.24.9.
gnu: template-glib: Update to 3.36.2.
gnu: vala: Update to 0.56.16.

gnu/packages/glib.scm | 4 ++--
gnu/packages/gnome.scm | 16 ++++++++--------
gnu/packages/gtk.scm | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)


base-commit: 1caa0eeee5042f33bc0bb66dc38bed7513cad0fb
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 4/6] gnu: gtkmm@3: Update to 3.24.9.
(address . 69911@debbugs.gnu.org)
dc73dd24af4d19e34b139795575f9a983f561cff.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.9.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f43eece4f2..5062d3aeda 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1878,7 +1878,7 @@ (define-public gtkmm-3
(package
(inherit gtkmm)
(name "gtkmm")
- (version "3.24.8")
+ (version "3.24.9")
(source
(origin
(method url-fetch)
@@ -1887,7 +1887,7 @@ (define-public gtkmm-3
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1i4ql0j6id6g34w5nbhd7vjak7l3s50lqgdjaj2ranrfj9j0r56j"))))
+ (base32 "1kj4mla3z9kxhdby5w88nl744xkmq6xchf79m1kfa72p0kjbzm9h"))))
(propagated-inputs
`(("atkmm-2.28" ,atkmm-2.28)
("cairomm-1.14" ,cairomm-1.14)
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 6/6] gnu: vala: Update to 0.56.16.
(address . 69911@debbugs.gnu.org)
02cb7c479ce6e4944c08b2abb12e495c16cfb549.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (vala): Update to 0.56.16.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5432ebc27b..b1709458b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4487,7 +4487,7 @@ (define-public seahorse
(define-public vala
(package
(name "vala")
- (version "0.56.14")
+ (version "0.56.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4495,7 +4495,7 @@ (define-public vala
"vala-" version ".tar.xz"))
(sha256
(base32
- "0mzmldhf6474dp2jkxj160kkafdz32c2l5f8xnm05p4vr9lc50lk"))))
+ "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 1/6] gnu: folks: Update to 0.15.8.
(address . 69911@debbugs.gnu.org)
cd5b01ac83faa4dc8067f2b8e26d2a299382398d.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (folks): Update to 0.15.8.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e7d77a3a2..f82ca3e30a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10841,7 +10841,7 @@ (define-public gnome-shell-extensions
(define-public folks
(package
(name "folks")
- (version "0.15.7")
+ (version "0.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10850,7 +10850,7 @@ (define-public folks
"folks-" version ".tar.xz"))
(sha256
(base32
- "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
+ "1hj9brran2azy3scyf913svhxjrmya83fi7x239h33rp7vxnljlm"))))
(build-system meson-build-system)
(arguments
'(#:phases
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 2/6] gnu: gnome-online-accounts: Update to 3.48.1.
(address . 69911@debbugs.gnu.org)
2332b185f9ca4368faf10c49f170c961d6a44834.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.48.1.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f82ca3e30a..f6a5c4088d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8096,7 +8096,7 @@ (define-public mutter
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.48.0")
+ (version "3.48.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8104,7 +8104,7 @@ (define-public gnome-online-accounts
name "-" version ".tar.xz"))
(sha256
(base32
- "1gvmc4k5vm4qd97yfkd5a4sixz0pfq9nblss42c2mmyvzzybk2s1"))))
+ "12kza6wss01kcka1zc2bck4hwgc55vzwwdxabk75qndzhh8cg81y"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 5/6] gnu: template-glib: Update to 3.36.2.
(address . 69911@debbugs.gnu.org)
e6a027adfcd0a7cfc58b40d0d89ceb2b21ca3d56.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/glib.scm (template-glib): Update to 3.36.2.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5848ebc7aa..bff8bec81f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1437,7 +1437,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.36.1")
+ (version "3.36.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1445,7 +1445,7 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
+ "0j4rc4jvxk5pzmx5831s90m9g4cfyp10hxd1ndiyg34806jg6800"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~'("-D" "gtk_doc=true")))
--
2.41.0
Vivien Kraus wrote 12 months ago
[PATCH gnome-team 3/6] gnu: gnome-shell: Update to 44.10.
(address . 69911@debbugs.gnu.org)
9226718bab50afd7b0689a4e0b769ec310ae29c9.1710916200.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-shell): Update to 44.10.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6a5c4088d..5432ebc27b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9284,7 +9284,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.9")
+ (version "44.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9292,7 +9292,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
+ "01pw9qnnvh64x56z1gqh0qk6vfn0ihh4zijq23f4bpz9wszlbpwf"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Christopher Baines wrote 12 months ago
Re: [bug#69911] [PATCH gnome-team 0/6] GNOME 44.10 update
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
875xxhkwju.fsf@cbaines.net
Vivien Kraus via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> Dear Guix,
>
> GNOME 44.10 is out. I could not test it, because I don’t have enough disk
> space for the world rebuild.

I picked all but the vala and gtkmm@3 update (as those both have lots of
dependents), applied them to gnome-team and things seem to build
fine. I've also reconfigured to gnome-team and haven't come across any
problems yet. I've now pushed those patches to gnome-team.

I don't know much about the substance of the changes on gnome-team, but
the substitute availability is looking good at least (it's just
i686-linux that's lagging behind on bordeaux).

I'll close this issue but feel free to re-send the vala and gtkmm@3
updates to a new issue.

Is there anything that needs to happen before gnome-team can be merged?

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmX6vzVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcG0BAAmf08AsYkMbJjaB/0GxsL0qWa2z8GlROT
uheAKNnQ2akZSVGiOHJGfJhAi9IS1/3sMjqhW4OuiO83JRjOX6tDott7+X2APrl4
CDOwv9I2lr+7ZsMQOJoPO0RGanN8U3rd1KdUeHumqzvXPnzVCPQ9dkq/l6C4v8R6
r2oyzqyUJm7oRTbmjPXwNeVytWgCvDGmx7NvHPDLK3aCRgrAkwk1fREgyHfMcq8U
w2+9V1HxUh8kgnEuPYT2i2h5K0vIoHM5c1jVImGhUqWeFaiUFvDEMhVikXRsqvrr
Jr3JmnSrG3ZQSD9hLRf+jxkHxD8g9Z/DaEom5J/v+3kbMwh56hYDr/c15vBmlbGd
SyF1QxCvShNOfQO/VxbSIvajQQ63LpTUkJsUxNAAihuQA6Tj7G7xaywH8X6xdTP1
ZrXWPeUVkrRGGTmeDEacuGkMqEG3ijx2c/Vxp3xfSxKYRdjfMxQAISGux17nvHWX
cF2VBQylxinzAIDvyo20GsSTLvZM/GSdEF3X+nEgAUp9SBrfMKJkza1GnuMnZXKq
R/mr5zNJzDZ5pN0ejZR2Qp6zU3iGqKti7erJOkYT9RSklJfeAM2id1woMkk3Ps9e
+WXO5MPIOOa+/gw5NpXCcS1PerZK7teoXSCxgd89uSkOjw9i+opSpEayGznb+DqR
i5MiSgahTWw=
=UKLB
-----END PGP SIGNATURE-----

Closed
Vivien Kraus wrote 12 months ago
(name . Christopher Baines)(address . mail@cbaines.net)
1631dd6cefebcfda0c8bd76d0f054e34e1c6dbc6.camel@planete-kraus.eu
Hello,

Le mercredi 20 mars 2024 à 10:42 +0000, Christopher Baines a écrit :
Toggle quote (3 lines)
> Is there anything that needs to happen before gnome-team can be
> merged?

There are concerning failures, such as lightdm, that must be
investigated. QA has also highlighted flaky tests in a bunch of
packages, and a time-bomb (kcalendarcore).

I will resubmit the world-rebuilding patches in a new issue.

Best regards,

Vivien
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69911@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69911
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help