unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: 70247@debbugs.gnu.org, vivien@planete-kraus.eu, rg@raghavgururajan.name
Subject: [bug#70247] [PATCH gnome-team v2 2/4] gnu: gtk: Update to 4.14.2.
Date: Sat, 20 Apr 2024 12:19:43 -0400	[thread overview]
Message-ID: <877cgsj9b4.fsf@gmail.com> (raw)
In-Reply-To: <be50394128babb538b6684b6ce2f703634bafaca.1713553254.git.liliana.prikler@gmail.com> (Liliana Marie Prikler's message of "Sat, 6 Apr 2024 09:34:15 +0200")

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/gtk.scm (gtk): Update to 4.14.2.
> [#:phases]<patch>: Disable new test failures.
> [inputs]: Add shaderc.
> ---
>  gnu/packages/gtk.scm | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
> index 4fae0fd275..40b7200c57 100644
> --- a/gnu/packages/gtk.scm
> +++ b/gnu/packages/gtk.scm
> @@ -1119,7 +1119,7 @@ (define-public gtk+
>  (define-public gtk
>    (package
>      (name "gtk")
> -    (version "4.12.3")
> +    (version "4.14.2")
>      (source
>       (origin
>         (method url-fetch)
> @@ -1127,7 +1127,7 @@ (define-public gtk
>                             (version-major+minor version)  "/"
>                             name "-" version ".tar.xz"))
>         (sha256
> -        (base32 "128ahzsj016vz8brd8kplhfkxg2q7wy7kndibx2qfr68yrif530l"))
> +        (base32 "0wp0w259rkwf6g8sk2b9jkms47vx5gp7mfs345grx9wq53plqq12"))
>         (patches
>          (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))
>         (modules '((guix build utils)))))
> @@ -1199,7 +1199,13 @@ (define-public gtk
>                  ;; This test, 'gtk:tools / validate', started failing for
>                  ;; unknown reasons after updating mesa to 23.3.1 and xorgproto
>                  ;; to 2023.2.
> -                ((" 'validate',") ""))
> +                ((" 'validate',") "")
> +                ;; New failures with 4.14

nitpick: Please punctuate your standalone comments.  A link to the
reported upstream issues would be icing on the cake.

> +                (("'glyph-subpixel-position',") "")
> +                (("'subpixel-positioning',") "")
> +                (("'subpixel-positioning-hidpi-nogl-nocairo',") "")
> +                (("'text.*\\.node',") "")
> +                (("'text-mixed-color-colrv1',") ""))
>                (substitute* "testsuite/reftests/meson.build"
>                  (("[ \t]*'label-wrap-justify.ui',") "")
>                  ;; The inscription-markup.ui fails due to /etc/machine-id
> @@ -1267,6 +1273,7 @@ (define-public gtk
>             python-toml
>             python-typogrify
>             sassc                        ;for building themes
> +           shaderc
>             tzdata-for-tests
>             vala
>             xorg-server-for-tests))

Otherwise LGTM.

-- 
Thanks,
Maxim




  reply	other threads:[~2024-04-20 16:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-06 21:23 [bug#70247] [PATCH gnome-team 0/4] Why not bump GTK while we're at it? Liliana Marie Prikler
2024-04-06  7:32 ` [bug#70247] [PATCH gnome-team v2 1/4] gnu: graphene: Build without ARM neon Liliana Marie Prikler
2024-04-06  7:34   ` [bug#70247] [PATCH gnome-team v2 2/4] gnu: gtk: Update to 4.14.2 Liliana Marie Prikler
2024-04-20 16:19     ` Maxim Cournoyer [this message]
2024-04-19 18:59   ` [bug#70247] [PATCH gnome-team v2 3/4] gnu: webkitgtk: Update to 2.44.1 Liliana Marie Prikler
2024-04-19 18:59   ` [bug#70247] [PATCH gnome-team v2 4/4] gnu: wpewebkit: " Liliana Marie Prikler
2024-05-14  5:38     ` bug#70247: " Liliana Marie Prikler
2024-04-19  1:54 ` [bug#70247] [PATCH gnome-team 0/4] Why not bump GTK while we're at it? Maxim Cournoyer
2024-04-19 18:56   ` Liliana Marie Prikler
2024-04-20 16:20     ` Maxim Cournoyer
2024-04-23 21:39 ` [bug#70247] [PATCH gnome-team v2 " Dale Mellor
2024-04-25 16:36   ` Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cgsj9b4.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=70247@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).