unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73525] [PATCH gnome-team 1/4] gnu: libwpe: Update to 1.16.0.
  2024-09-28  8:36 [bug#73525] [PATCH gnome-team 0/4] Update Webkit Liliana Marie Prikler
@ 2024-09-28  8:34 ` Liliana Marie Prikler
  2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 2/4] gnu: wpebackend-fdo: Update to 1.14.3 Liliana Marie Prikler
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-09-28  8:34 UTC (permalink / raw)
  To: 73525; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/webkit.scm (libwpe): Update to 1.16.0.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b71e7e3e29..3ebe46d684 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages webkit)
 (define-public libwpe
   (package
     (name "libwpe")
-    (version "1.12.0")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
@@ -82,7 +82,7 @@ (define-public libwpe
         (string-append "https://wpewebkit.org/releases/libwpe-"
                        version ".tar.xz"))
        (sha256
-        (base32 "13618imck69w7fbmljlh62j4gnlspb9zfqzv9hlkck3bi8icmvp8"))))
+        (base32 "0ajb6c7z0lzwgp23pwq7vqly7lmnlbnwrivd906pj1nhng3a7wy7"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
-- 
2.46.0





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

* [bug#73525] [PATCH gnome-team 2/4] gnu: wpebackend-fdo: Update to 1.14.3.
  2024-09-28  8:36 [bug#73525] [PATCH gnome-team 0/4] Update Webkit Liliana Marie Prikler
  2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 1/4] gnu: libwpe: Update to 1.16.0 Liliana Marie Prikler
@ 2024-09-28  8:34 ` Liliana Marie Prikler
  2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 3/4] gnu: webkitgtk: Update to 2.46.0 Liliana Marie Prikler
  2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 4/4] gnu: wpewebkit: " Liliana Marie Prikler
  3 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-09-28  8:34 UTC (permalink / raw)
  To: 73525; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.14.3.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3ebe46d684..a7666bc745 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -102,14 +102,14 @@ (define-public libwpe
 (define-public wpebackend-fdo
   (package
     (name "wpebackend-fdo")
-    (version "1.12.0")
+    (version "1.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wpewebkit.org/releases/"
                                   "wpebackend-fdo-" version ".tar.xz"))
               (sha256
                (base32
-                "1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
+                "0v6wb60m1f628b78dlr2j03xz14r1gdz70iyvf8h51asb511h4hh"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
-- 
2.46.0





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

* [bug#73525] [PATCH gnome-team 3/4] gnu: webkitgtk: Update to 2.46.0.
  2024-09-28  8:36 [bug#73525] [PATCH gnome-team 0/4] Update Webkit Liliana Marie Prikler
  2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 1/4] gnu: libwpe: Update to 1.16.0 Liliana Marie Prikler
  2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 2/4] gnu: wpebackend-fdo: Update to 1.14.3 Liliana Marie Prikler
@ 2024-09-28  8:35 ` Liliana Marie Prikler
  2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 4/4] gnu: wpewebkit: " Liliana Marie Prikler
  3 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-09-28  8:35 UTC (permalink / raw)
  To: 73525; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/webkit.scm (webkitgtk): Update to 2.46.0.
[inputs]: Add sysprof.
---
 gnu/packages/webkit.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index a7666bc745..f32ece9c46 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ (define-public wpebackend-fdo
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.44.1")
+    (version "2.46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0qamkk9db8m6x4qv5y10lihc18yzgrgbn6ldqw00ckghn1ci8ns2"))
+               (base32 "0fpl7mm8bbjavgmskvsgmmxzi280hm0figah1ib5208r1w237m6l"))
               (snippet
                #~(begin
                    (use-modules (guix build utils))
@@ -270,6 +270,7 @@ (define-public webkitgtk
            mesa
            openjpeg
            sqlite
+           sysprof
            woff2
            wpebackend-fdo
            xdg-dbus-proxy))
-- 
2.46.0





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

* [bug#73525] [PATCH gnome-team 4/4] gnu: wpewebkit: Update to 2.46.0.
  2024-09-28  8:36 [bug#73525] [PATCH gnome-team 0/4] Update Webkit Liliana Marie Prikler
                   ` (2 preceding siblings ...)
  2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 3/4] gnu: webkitgtk: Update to 2.46.0 Liliana Marie Prikler
@ 2024-09-28  8:35 ` Liliana Marie Prikler
  3 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-09-28  8:35 UTC (permalink / raw)
  To: 73525; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/webkit.scm (wpewebkit): Update to 2.46.0.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index f32ece9c46..4593528e62 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -323,13 +323,13 @@ (define-public wpewebkit
   (package
     (inherit webkitgtk)
     (name "wpewebkit")
-    (version "2.44.1")
+    (version "2.46.0")
     (source (origin
               (inherit (package-source webkitgtk))
               (uri (string-append "https://wpewebkit.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "16y1gdz38d4b99b8zrvxy0nbrc70ih02ngi8090x7148rx7vz7rc"))))
+               (base32 "0l5wgg3wny9i4il6c3rviagmcq39d2bfapx6qjj3ngvhv3xm059h"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)
-- 
2.46.0





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

* [bug#73525] [PATCH gnome-team 0/4] Update Webkit
@ 2024-09-28  8:36 Liliana Marie Prikler
  2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 1/4] gnu: libwpe: Update to 1.16.0 Liliana Marie Prikler
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-09-28  8:36 UTC (permalink / raw)
  To: 73525; +Cc: liliana.prikler, maxim.cournoyer, vivien

Hi Guix,

I noticed that Webkit needs some rebuilding on gnome-team atm (which
appears blocked on CI for some glib-related reason --- I hope it's not
the Python thing), so let's update it while we're at it.

Cheers

Liliana Marie Prikler (4):
  gnu: libwpe: Update to 1.16.0.
  gnu: wpebackend-fdo: Update to 1.14.3.
  gnu: webkitgtk: Update to 2.46.0.
  gnu: wpewebkit: Update to 2.46.0.

 gnu/packages/webkit.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


base-commit: cfa370fc1511a8c50c1179a50138fd335d737d96
-- 
2.46.0





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

end of thread, other threads:[~2024-09-28  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-28  8:36 [bug#73525] [PATCH gnome-team 0/4] Update Webkit Liliana Marie Prikler
2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 1/4] gnu: libwpe: Update to 1.16.0 Liliana Marie Prikler
2024-09-28  8:34 ` [bug#73525] [PATCH gnome-team 2/4] gnu: wpebackend-fdo: Update to 1.14.3 Liliana Marie Prikler
2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 3/4] gnu: webkitgtk: Update to 2.46.0 Liliana Marie Prikler
2024-09-28  8:35 ` [bug#73525] [PATCH gnome-team 4/4] gnu: wpewebkit: " Liliana Marie Prikler

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).