unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67655] [PATCH]: Update webkitgtk to 2.42.3
@ 2023-12-06  8:10 André A. Gomes
  2023-12-08 18:08 ` Liliana Marie Prikler
  0 siblings, 1 reply; 6+ messages in thread
From: André A. Gomes @ 2023-12-06  8:10 UTC (permalink / raw)
  To: 67655

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Hi Guix,

Tested the build locally by running the minibrowser and it works fine
(x86-64).  Thanks.

-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-webkitgtk-Update-to-2.42.3.patch --]
[-- Type: text/x-patch, Size: 1788 bytes --]

From 8db07a63b96ab85312d4560f7faaf6bb6c15fb1c Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Wed, 6 Dec 2023 10:07:45 +0200
Subject: [PATCH] gnu: webkitgtk: Update to 2.42.3.

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

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 0c82435cde..bcd5ea02fd 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")                  ; webkit2gtk4
-    (version "2.40.5")
+    (version "2.42.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0zq32rn34v7hzr53s100r77aglbi6wffp9b13bcj31k6cfi53q3x"))
+               (base32 "1qnq2f6chsfns1psrqbbsqhgyb458zf75nlmzskb6a2n0hq4c6ha"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
@@ -149,6 +149,7 @@ (define-public webkitgtk
       #:build-type "Release"
       #:configure-flags
       #~(list "-DPORT=GTK"
+              "-DUSE_GTK4=OFF"
               ;; GTKDOC will be removed upstream soon in favor of
               ;; gi-docgen; it is normally disabled because the
               ;; doc is rather expensive to build.
@@ -249,6 +250,7 @@ (define-public webkitgtk
            libgcrypt
            libgudev
            libjpeg-turbo
+           libjxl
            libmanette
            libnotify
            libpng
-- 
2.41.0


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

end of thread, other threads:[~2023-12-12 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06  8:10 [bug#67655] [PATCH]: Update webkitgtk to 2.42.3 André A. Gomes
2023-12-08 18:08 ` Liliana Marie Prikler
2023-12-08 18:41   ` Leo Famulari
2023-12-08 19:55     ` Liliana Marie Prikler
2023-12-12  8:15       ` André A. Gomes
2023-12-12 17:56         ` 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).