mbox series

[bug#67473,gnome-team,v4,00/14] Remaining GNOME 44 updates

Message ID cover.1701626217.git.vivien@planete-kraus.eu
Headers show
Series Remaining GNOME 44 updates | expand

Message

Vivien Kraus Dec. 3, 2023, 5:56 p.m. UTC
Dear guix,

You asked for a commit message update, and for removal of gtk-doc / xslt /
docbook when gi-docgen is used.

I updated the commit messages, removed these inputs from gdk-pixbuf and
json-glib, but not from libnotify, as the latter still uses both systems.

I also noticed that libnotify did not have the changed URL; this is required
because the website does not exist anymore.

Best regards,

Vivien

Vivien Kraus (14):
  gnu: gdk-pixbuf: Update to 2.42.10.
  gnu: glib-networking: Update to 2.76.1.
  gnu: gnome-backgrounds: Update to 44.0.
  gnu: gtk+: Update to 3.24.38.
  gnu: gtkmm-3: Update to 3.24.8.
  gnu: json-glib: Update to 1.6.6.
  gnu: libnotify: Update to 0.8.3.
  gnu: libsoup: Update to 3.4.4.
  gnu: libsoup-minimal: Update to 3.4.4.
  gnu: libsoup-minimal: Update style.
  gnu: mm-common: Update to 1.0.5.
  gnu: pangomm@2.46: Update to 2.46.3.
  gnu: yelp-tools: Update to 42.1.
  gnu: yelp-xsl: Update to 42.1.

 gnu/local.mk                                  |   2 -
 gnu/packages/gnome.scm                        | 181 +++++++++---------
 gnu/packages/gtk.scm                          |  24 ++-
 .../glib-networking-gnutls-binding.patch      |  21 --
 .../mm-common-reproducible-tarball.patch      |  40 ----
 5 files changed, 97 insertions(+), 171 deletions(-)
 delete mode 100644 gnu/packages/patches/glib-networking-gnutls-binding.patch
 delete mode 100644 gnu/packages/patches/mm-common-reproducible-tarball.patch


base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838

Comments

Maxim Cournoyer Dec. 3, 2023, 6:41 p.m. UTC | #1
Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> Dear guix,
>
> You asked for a commit message update, and for removal of gtk-doc / xslt /
> docbook when gi-docgen is used.
>
> I updated the commit messages, removed these inputs from gdk-pixbuf and
> json-glib, but not from libnotify, as the latter still uses both systems.
>
> I also noticed that libnotify did not have the changed URL; this is required
> because the website does not exist anymore.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (14):
>   gnu: gdk-pixbuf: Update to 2.42.10.
>   gnu: glib-networking: Update to 2.76.1.
>   gnu: gnome-backgrounds: Update to 44.0.
>   gnu: gtk+: Update to 3.24.38.
>   gnu: gtkmm-3: Update to 3.24.8.
>   gnu: json-glib: Update to 1.6.6.
>   gnu: libnotify: Update to 0.8.3.
>   gnu: libsoup: Update to 3.4.4.
>   gnu: libsoup-minimal: Update to 3.4.4.
>   gnu: libsoup-minimal: Update style.
>   gnu: mm-common: Update to 1.0.5.
>   gnu: pangomm@2.46: Update to 2.46.3.
>   gnu: yelp-tools: Update to 42.1.
>   gnu: yelp-xsl: Update to 42.1.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>