[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: gtk: Update to 4.14.2.
From: |
guix-commits |
Subject: |
03/10: gnu: gtk: Update to 4.14.2. |
Date: |
Mon, 3 Jun 2024 15:04:24 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 6b09647babb50fbefaf01872c6e688f48d850e21
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Apr 6 09:34:15 2024 +0200
gnu: gtk: Update to 4.14.2.
* gnu/packages/gtk.scm (gtk): Update to 4.14.2.
[#:phases]<patch>: Disable new test failures.
[inputs]: Add shaderc.
---
gnu/packages/gtk.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e77f1c208d..d5777ae67b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1140,7 +1140,7 @@ application suites.")
(define-public gtk
(package
(name "gtk")
- (version "4.12.3")
+ (version "4.14.2")
(source
(origin
(method url-fetch)
@@ -1148,7 +1148,7 @@ application suites.")
(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)))))
@@ -1220,7 +1220,16 @@ application suites.")
;; This test, 'gtk:tools / validate', started failing for
;; unknown reasons after updating mesa to 23.3.1 and xorgproto
;; to 2023.2.
- ((" 'validate',") ""))
+ ((" 'validate',") "")
+ ;; XXX: These test failures come newly from 4.14.
+ ;; Not all of them are reported upstream yet, but the text
nodes
+ ;; are mentioned in
+ ;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/6647>.
+ (("'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
@@ -1288,6 +1297,7 @@ application suites.")
python-toml
python-typogrify
sassc ;for building themes
+ shaderc
tzdata-for-tests
vala
xorg-server-for-tests))
- branch gnome-team created (now ad7505d16f), guix-commits, 2024/06/03
- 02/10: gnu: vala: Update to 0.56.16., guix-commits, 2024/06/03
- 05/10: gnu: wpewebkit: Update to 2.44.1., guix-commits, 2024/06/03
- 10/10: gnu: gtk: Fix build on i686-linux., guix-commits, 2024/06/03
- 09/10: gnu: gnome-builder: Fix build., guix-commits, 2024/06/03
- 08/10: gnu: qemu: Disable more tests., guix-commits, 2024/06/03
- 06/10: gnu: gst-plugins-bad: Ignore elements_netsim test., guix-commits, 2024/06/03
- 03/10: gnu: gtk: Update to 4.14.2.,
guix-commits <=
- 04/10: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/06/03
- 01/10: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/06/03
- 07/10: gnu: qtbase: Ignore tst_qsqlthread., guix-commits, 2024/06/03