[PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well

  • Done
  • quality assurance status badge
Details
2 participants
  • Jack Hill
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Jack Hill
Severity
normal
J
J
Jack Hill wrote on 23 Oct 2023 05:24
(address . guix-patches@gnu.org)
fda95d65-294b-f7a6-231d-595529d7b03b@jackhill.us
Hi Guix and Gnome Team,

Thanks for the recent webkitgtk work! Epiphany hasn't quite made the jump
to GTK4 yet, so it needs to be adjusted to still use the GTK+-3 variant as
well. While I was looking at it, I also updated to the latest point
release.

I've been browsing the web with it on the x86-64 linux-libre host, and it
works well (the fixes and improvements are nice).

Jack Hill (2):
gnu: epiphany: Use webkitgtk-for-gtk3.
gnu: epiphany: Update to 42.5.

gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 9bac1cad271de4f4436755c296577c4e185d564c
--
2.41.0
J
J
Jack Hill wrote on 23 Oct 2023 05:29
[PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5.
(address . 66693@debbugs.gnu.org)
40f484750293e53f4a06ae2cfb232a17a9e7590a.1698031799.git.jackhill@jackhill.us
* gnu/packages/gnome.scm (epiphany): Update to 42.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0f44e3d580..87b860f9d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7094,7 +7094,7 @@ (define-public simple-scan
(define-public epiphany
(package
(name "epiphany")
- (version "42.4")
+ (version "42.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7102,7 +7102,7 @@ (define-public epiphany
"epiphany-" version ".tar.xz"))
(sha256
(base32
- "0q08ixzgp341g5pq6rfy5q75m9bvddvl8na3qa5v5vi056nkh29p"))))
+ "0mln4iym0fqkri959650cccdhq3r4d4kfn8yld0vvdmzskmak4a6"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
J
J
Jack Hill wrote on 23 Oct 2023 05:29
[PATCH gnome-team 1/2] gnu: epiphany: Use webkitgtk-for-gtk3.
(address . 66693@debbugs.gnu.org)
a9c0831e66700f7fe26561dbe5bb110c90ae5a09.1698031799.git.jackhill@jackhill.us
* gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with
webkitgtk-for-gtk3.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2b5f1d9994..0f44e3d580 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7160,7 +7160,7 @@ (define-public epiphany
libxslt
nettle ; for hogweed
sqlite
- webkitgtk))
+ webkitgtk-for-gtk3))
(home-page "https://wiki.gnome.org/Apps/Web")
(synopsis "GNOME web browser")
(description

base-commit: 9bac1cad271de4f4436755c296577c4e185d564c
--
2.41.0
L
L
Liliana Marie Prikler wrote on 23 Oct 2023 07:24
Re: [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5.
f5a5c0216fe98676a4c3fa06d6f4472aa7acf6ed.camel@gmail.com
Am Sonntag, dem 22.10.2023 um 23:29 -0400 schrieb Jack Hill:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (epiphany): Update to 42.5.
> ---
Confirmed locally and pushed.

Thanks
Closed
?