all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75470] [PATCH gnome-team 00/59] To 46.7 and beyond
@ 2025-01-09 21:39 Liliana Marie Prikler
  2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 02/59] gnu: gmobile: Update to 0.2.1 Liliana Marie Prikler
                   ` (58 more replies)
  0 siblings, 59 replies; 60+ messages in thread
From: Liliana Marie Prikler @ 2025-01-09 21:39 UTC (permalink / raw)
  To: 75470; +Cc: liliana.prikler, maxim.cournoyer, vivien

Hi Guix,

this series is probably a bit too long (or maybe not), but it updates
our GNOME stuff to what is mentioned in [1] – I particularly looked at
the core, sdk, and core-deps folders – or newer.  Some smaller items are
missing, e.g. gnome-desktop and mutter remain at their current versions,
because bumping them would result in a test failure, and a separate
pinentry change is small enough to go to master.

Anyhow, along with #74517, these are some big rebuilding changes headed
for gnome-team, but after that we should start looking towards merging
things to master.  Once again, GNOME 48 is around the corner, so
we're continuing to lag behind.

Cheers

[1] https://gitlab.gnome.org/GNOME/gnome-build-meta/-/tree/46.7

Liliana Marie Prikler (59):
  gnu: gjs: Wrap GI_TYPELIB_PATH to include necessary typelibs.
  gnu: gmobile: Update to 0.2.1.
  gnu: feedbackd: Update to 0.6.0.
  gnu: cairomm: Update to 1.18.0.
  gnu: colord-gtk: Update to 0.3.1.
  gnu: gexiv2: Update to 0.14.3.
  gnu: gnome-autoar: Update to 0.4.5.
  gnu: gnome-online-accounts: Update to 3.50.7.
  gnu: gtksourceview-4: Update to 4.8.4.
  gnu: gupnp: Update to 1.6.7.
  gnu: libgsf: Update to 1.14.53.
  gnu: libgweather: Update to 4.4.4.
  gnu: libvirt: Update to 10.10.0.
  gnu: mobile-broadband-provider-info: Update to 20240407.
  gnu: uhttpmock: Update to 0.11.0.
  gnu: uhttpmock: Use G-Expressions.
  gnu: Add msgraph.
  gnu: gvfs: Update to 1.56.1.
  gnu: osinfo-db: Update to 20240701.
  gnu: osinfo-db-tools: Update to 1.12.0.
  gnu: plymouth: Update to 24.004.60.
  gnu: usbredir: Update to 0.14.0.
  gnu: vte: Update to 0.78.2.
  gnu: adwaita-icon-theme: Update to 46.2.
  gnu: gcr: Update to 4.2.1.
  gnu: libmanette: Update to 0.2.9.
  gnu: liburing: Update to 2.8.
  gnu: webp-pixbuf-loader: Update to 0.2.7.
  gnu: appstream-glib: Update to 0.8.3.
  gnu: gdk-pixbuf: Update to 2.42.12.
  gnu: glibmm: Update to 2.82.0.
  gnu: glib-networking: Update to 2.78.1.
  gnu: gnome-backgrounds: Update to 46.0.
  gnu: graphene: Update to 1.10.8.
  gnu: gsettings-desktop-schemas: Update to 46.1.
  gnu: hwdata: Update to 0.391.
  gnu: libbluray: Update to 1.3.4.
  gnu: libcloudproviders-minimal: Update to 0.3.6.
  gnu: libdvdread: Update to 6.1.3.
  gnu: libjxl: Update to 0.11.1.
  gnu: libsoup-minimal: Add upstream-name.
  gnu: libsoup-minimal: Update to 3.6.1.
  gnu: openh264: Update to 2.5.0.
  gnu: rpcsvc-proto: Update to 1.4.4.
  gnu: calls: Update to 46.0.
  gnu: epiphany: Update to 46.5.
  gnu: evince: Update to 46.3.1.
  gnu: gnome-bluetooth: Update to 46.2.
  gnu: gnome-control-center: Update to 46.6.
  gnu: gnome-disk-utility: Update to 46.1.
  gnu: gnome-initial-setup: Update to 46.7.
  gnu: gnome-maps: Update to 46.12.
  gnu: gnome-music: Update to 46.1.
  gnu: gnome-remote-desktop: Update to 46.5.
  gnu: libgtop: Update to 2.41.3.
  gnu: gnome-system-monitor: Update to 46.0.
  gnu: gnome-user-docs: Update to 46.7.
  gnu: eog: Update to 47.0.
  gnu: totem: Update to 43.1.

 gnu/local.mk                                  |   2 -
 gnu/packages/freedesktop.scm                  |  41 +-
 gnu/packages/games.scm                        |   4 +-
 gnu/packages/geo.scm                          |   4 +-
 gnu/packages/glib.scm                         |  11 +-
 gnu/packages/gnome.scm                        | 445 ++++++++++--------
 gnu/packages/gtk.scm                          |  20 +-
 gnu/packages/image.scm                        |   8 +-
 gnu/packages/linux.scm                        |   4 +-
 gnu/packages/onc-rpc.scm                      |   4 +-
 .../feedbackd-use-system-gmobile.patch        |  42 --
 .../patches/gmobile-make-it-installable.patch |  89 ----
 .../patches/libvirt-add-install-prefix.patch  | 160 ++++---
 gnu/packages/pciutils.scm                     |   4 +-
 gnu/packages/spice.scm                        |   4 +-
 gnu/packages/video.scm                        |  12 +-
 gnu/packages/virtualization.scm               |  19 +-
 gnu/packages/web.scm                          |  41 +-
 18 files changed, 446 insertions(+), 468 deletions(-)
 delete mode 100644 gnu/packages/patches/feedbackd-use-system-gmobile.patch
 delete mode 100644 gnu/packages/patches/gmobile-make-it-installable.patch


base-commit: 198b6c745a7ac9813a8c9b9995f287b3a4c6cb48
-- 
2.47.1





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

end of thread, other threads:[~2025-01-09 23:15 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 21:39 [bug#75470] [PATCH gnome-team 00/59] To 46.7 and beyond Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 02/59] gnu: gmobile: Update to 0.2.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 01/59] gnu: gjs: Wrap GI_TYPELIB_PATH to include necessary typelibs Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 04/59] gnu: cairomm: Update to 1.18.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 08/59] gnu: gnome-online-accounts: Update to 3.50.7 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 09/59] gnu: gtksourceview-4: Update to 4.8.4 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 10/59] gnu: gupnp: Update to 1.6.7 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 03/59] gnu: feedbackd: Update to 0.6.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 06/59] gnu: gexiv2: Update to 0.14.3 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 07/59] gnu: gnome-autoar: Update to 0.4.5 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 05/59] gnu: colord-gtk: Update to 0.3.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 18/59] gnu: gvfs: Update to 1.56.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 17/59] gnu: Add msgraph Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 13/59] gnu: libvirt: Update to 10.10.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 19/59] gnu: osinfo-db: Update to 20240701 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 16/59] gnu: uhttpmock: Use G-Expressions Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 20/59] gnu: osinfo-db-tools: Update to 1.12.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 11/59] gnu: libgsf: Update to 1.14.53 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 15/59] gnu: uhttpmock: Update to 0.11.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 14/59] gnu: mobile-broadband-provider-info: Update to 20240407 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 12/59] gnu: libgweather: Update to 4.4.4 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 32/59] gnu: glib-networking: Update to 2.78.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 26/59] gnu: libmanette: Update to 0.2.9 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 24/59] gnu: adwaita-icon-theme: Update to 46.2 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 31/59] gnu: glibmm: Update to 2.82.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 28/59] gnu: webp-pixbuf-loader: Update to 0.2.7 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 22/59] gnu: usbredir: Update to 0.14.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 25/59] gnu: gcr: Update to 4.2.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 27/59] gnu: liburing: Update to 2.8 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 29/59] gnu: appstream-glib: Update to 0.8.3 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 23/59] gnu: vte: Update to 0.78.2 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 21/59] gnu: plymouth: Update to 24.004.60 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 30/59] gnu: gdk-pixbuf: Update to 2.42.12 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 38/59] gnu: libcloudproviders-minimal: Update to 0.3.6 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 33/59] gnu: gnome-backgrounds: Update to 46.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 40/59] gnu: libjxl: Update to 0.11.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 43/59] gnu: openh264: Update to 2.5.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 34/59] gnu: graphene: Update to 1.10.8 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 37/59] gnu: libbluray: Update to 1.3.4 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 42/59] gnu: libsoup-minimal: Update to 3.6.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 41/59] gnu: libsoup-minimal: Add upstream-name Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 36/59] gnu: hwdata: Update to 0.391 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 44/59] gnu: rpcsvc-proto: Update to 1.4.4 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 35/59] gnu: gsettings-desktop-schemas: Update to 46.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 39/59] gnu: libdvdread: Update to 6.1.3 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 50/59] gnu: gnome-disk-utility: Update to 46.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 45/59] gnu: calls: Update to 46.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 51/59] gnu: gnome-initial-setup: Update to 46.7 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 57/59] gnu: gnome-user-docs: " Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 49/59] gnu: gnome-control-center: Update to 46.6 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 56/59] gnu: gnome-system-monitor: Update to 46.0 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 46/59] gnu: epiphany: Update to 46.5 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 54/59] gnu: gnome-remote-desktop: " Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 47/59] gnu: evince: Update to 46.3.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 52/59] gnu: gnome-maps: Update to 46.12 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 48/59] gnu: gnome-bluetooth: Update to 46.2 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 55/59] gnu: libgtop: Update to 2.41.3 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 53/59] gnu: gnome-music: Update to 46.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 59/59] gnu: totem: Update to 43.1 Liliana Marie Prikler
2025-01-09 21:38 ` [bug#75470] [PATCH gnome-team 58/59] gnu: eog: Update to 47.0 Liliana Marie Prikler

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.