From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 66480@debbugs.gnu.org
Subject: [bug#66480] [PATCH gnome-team] fixup! gnu: Make webkitgtk-next the new webkitgtk.
Date: Sun, 22 Oct 2023 15:01:25 +0200 [thread overview]
Message-ID: <7bfd3d0707130c3e633858671cb13b85f8f71661.1697979906.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <5fa950e307c7e1bb8fbc9b4075f57bd06cc90aee.1697971092.git.vivien@planete-kraus.eu>
---
Dear guix,
I was puzzled as to why webkitgtk-with-libsoup2 received -DUSE_GTK4=ON, when
it was strictly removed from its base, webkitgtk-for-gtk3. Now I know.
Best regards,
Vivien
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 a374711119..7e0370abc0 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -304,11 +304,11 @@ (define-public webkitgtk-for-gtk3
(define-public webkitgtk-with-libsoup2
(package/inherit webkitgtk-for-gtk3
(name "webkitgtk-with-libsoup2")
- (arguments (substitute-keyword-arguments (package-arguments webkitgtk)
+ (arguments (substitute-keyword-arguments (package-arguments webkitgtk-for-gtk3)
((#:configure-flags flags)
#~(cons "-DUSE_SOUP2=ON" #$flags))))
(propagated-inputs
- (modify-inputs (package-propagated-inputs webkitgtk)
+ (modify-inputs (package-propagated-inputs webkitgtk-for-gtk3)
(replace "libsoup" libsoup-minimal-2)))))
(define-public wpewebkit
base-commit: a7be930240c69207eee87368fe3f6ad57c9e24cf
prerequisite-patch-id: 66465be264c2a9d61434147df12d649236de42fd
prerequisite-patch-id: c62b68675eca65ffc5a468d51f722fa849609111
prerequisite-patch-id: fcec6d4aa0e02f9cef07d44e6dbb2ea8664e89b2
prerequisite-patch-id: 72cb2efc1b4a24f25196480972bddf0b4d78103a
--
2.41.0
next prev parent reply other threads:[~2023-10-22 13:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 6:37 [bug#66480] [PATCH gnome-team WIP 0/2] Update WebkitGTK Liliana Marie Prikler
2023-10-11 20:24 ` [bug#66480] [PATCH gnome-team v2 1/2] gnu: webkitgtk: Update to 2.42.1 Liliana Marie Prikler
2023-10-12 6:25 ` [bug#66480] [PATCH gnome-team v2 2/2] gnu: Make webkitgtk-next the new webkitgtk Liliana Marie Prikler
2023-10-14 13:08 ` Maxim Cournoyer
2023-10-14 13:26 ` Liliana Marie Prikler
2023-10-14 15:37 ` Maxim Cournoyer
2023-10-14 16:24 ` Liliana Marie Prikler
2023-10-11 20:24 ` [bug#66480] [PATCH gnome-team WIP 1/2] gnu: webkitgtk: Update to 2.42.1 Liliana Marie Prikler
2023-10-12 6:25 ` [bug#66480] [PATCH gnome-team WIP 2/2] gnu: Make webkitgtk-next the new webkitgtk Liliana Marie Prikler
2023-10-12 14:29 ` [bug#66480] [PATCH gnome-team WIP 0/2] Update WebkitGTK Maxim Cournoyer
2023-10-12 16:37 ` Liliana Marie Prikler
2023-10-13 3:37 ` Maxim Cournoyer
2023-10-15 11:12 ` [bug#66480] Webkit update breaks gnome-online-accounts Vivien Kraus via Guix-patches via
2023-10-22 10:35 ` [bug#66480] [PATCH gnome-team] fixup! gnu: Make webkitgtk-next the new webkitgtk Vivien Kraus via Guix-patches via
2023-10-22 13:01 ` Vivien Kraus via Guix-patches via [this message]
2023-10-22 22:29 ` bug#66480: " 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=7bfd3d0707130c3e633858671cb13b85f8f71661.1697979906.git.vivien@planete-kraus.eu \
--to=guix-patches@gnu.org \
--cc=66480@debbugs.gnu.org \
--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 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.