GNU bug report logs - #77956
[PATCH gnome-team 00/23] Start working on GNOME 48

Previous Next

Package: guix-patches;

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

Date: Mon, 21 Apr 2025 13:55:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77956: closed ([PATCH gnome-team 00/23] Start working on
 GNOME 48)
Date: Wed, 16 Jul 2025 06:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 16 Jul 2025 08:54:54 +0200
with message-id <ff61c9fbff64d9e35e3f1dc92ff9fa438ea80eb7.camel <at> gmail.com>
and subject line Re: [bug#77956] [PATCH gnome-team 00/23] Start working on GNOME 48
has caused the debbugs.gnu.org bug report #77956,
regarding [PATCH gnome-team 00/23] Start working on GNOME 48
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77956: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77956
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team 00/23] Start working on GNOME 48
Date: Mon, 21 Apr 2025 15:47:53 +0200
Hi Guix,

I'm a little late.  This effort started before the python-team merge,
but thanks in no small part to fontconfig's worldier than world rebuild
has taken quite a while to finish.  This series updates our base
packages up to libadwaita to their latest version.  The GTK one is
marked as WIP, because the tests currently fail --- this is likely an
Xorg thing that I haven't paid too much attention to.  Perhaps it can
work in tandem with some mesa updates, or else we will have to switch up
our test setup.

I will obviously rebase this on a newer master before pushing it, but
that will require rebuilding rust, librsvg, etc.  Is anyone willing to
take fontconfig, harfbuzz and wayland-protocols to branches that are
perhaps merged sooner?

Cheers

Liliana Marie Prikler (23):
  gnu: fontconfig: Update to 2.16.0.
  gnu: glib: Update to 2.84.1.
  gnu: gobject-introspection: Update to 1.84.0.
  gnu: gobject-introspection: Delete unnecessary patches.
  gnu: harfbuzz: Update to 10.4.0.
  gnu: glibmm: Update to 2.84.0.
  gnu: vala <at> 0.52: Fix GIR parser.
  gnu: vala <at> 0.52: Update to 0.52.11.
  gnu: vala: Update to 0.56.18.
  gnu: libsoup-minimal: Update to 3.6.5.
  gnu: wayland-protocols: Update to 1.43.
  gnu: pango: Update to 1.56.3.
  gnu: gstreamer: Update to 1.26.0.
  gnu: gst-plugins-base: Update to 1.26.0.
  gnu: gst-plugins-good: Update to 1.26.0.
  gnu: gst-plugins-bad: Update to 1.26.0.
  gnu: gst-plugins-ugly: Update to 1.26.0.
  gnu: gst-libav: Update to 1.26.0.
  gnu: gst-editing-services: Update to 1.26.0.
  gnu: Add gst-rtsp-server.
  gnu: python-gst: Update to 1.26.0.
  [WIP] gnu: gtk: Update to 4.18.4.
  gnu: libadwaita: Update to 1.7.2.

 gnu/local.mk                                  |   3 +-
 gnu/packages/fontutils.scm                    |   4 +-
 gnu/packages/freedesktop.scm                  |   4 +-
 gnu/packages/glib.scm                         |  22 +--
 gnu/packages/gnome.scm                        |  20 +-
 gnu/packages/gstreamer.scm                    |  79 ++++++--
 gnu/packages/gtk.scm                          |  38 ++--
 ...trospection-absolute-shlib-path-1.72.patch | 173 ------------------
 ...ct-introspection-absolute-shlib-path.patch |   8 +-
 .../gobject-introspection-cc-1.72.patch       |  15 --
 .../patches/vala-0.52-fix-valagirparser.patch |  72 ++++++++
 11 files changed, 184 insertions(+), 254 deletions(-)
 delete mode 100644 gnu/packages/patches/gobject-introspection-absolute-shlib-path-1.72.patch
 delete mode 100644 gnu/packages/patches/gobject-introspection-cc-1.72.patch
 create mode 100644 gnu/packages/patches/vala-0.52-fix-valagirparser.patch


base-commit: cc4b392a8303788762ed9adb9c5635cf227e58a2
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: noelopez <at> free.fr, 77956-done <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#77956] [PATCH gnome-team 00/23] Start working on GNOME 48
Date: Wed, 16 Jul 2025 08:54:54 +0200
Am Donnerstag, dem 24.04.2025 um 09:17 +0900 schrieb Maxim Cournoyer:
> Hi Liliana,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > Am Mittwoch, dem 23.04.2025 um 10:58 +0900 schrieb Maxim Cournoyer:
> > > The series LGTM, I'd drop the WIP GTK commit for now.
> > Have you checked whether libadwaita can build without it?  From
> > memory, I don't recall whether it can.
> 
> Hm, good point, it's probably required.
I fixed the GTK issue and pushed the series; along with some temporary
fixes to get python building.

If you're on an unprivileged daemon, you'll have to use 
  `--without-tests=python-{aiohttp,distlib,virtualenv}'
for the time being to work around more permission issues.

Cheers


This bug report was last modified 40 days ago.

Previous Next


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