From: "André A. Gomes" <andremegafone@gmail.com>
To: 67655@debbugs.gnu.org
Subject: [bug#67655] [PATCH]: Update webkitgtk to 2.42.3
Date: Wed, 06 Dec 2023 10:10:59 +0200 [thread overview]
Message-ID: <87bkb34up8.fsf@gmail.com> (raw)
[-- 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
next reply other threads:[~2023-12-06 8:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 8:10 André A. Gomes [this message]
2023-12-08 18:08 ` [bug#67655] [PATCH]: Update webkitgtk to 2.42.3 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
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bkb34up8.fsf@gmail.com \
--to=andremegafone@gmail.com \
--cc=67655@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.