GNU bug report logs -
#66693
[PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Mon, 23 Oct 2023 03:26:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66693 in the body.
You can then email your comments to 66693 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66693
; Package
guix-patches
.
(Mon, 23 Oct 2023 03:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jack Hill <jackhill <at> jackhill.us>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 23 Oct 2023 03:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
:
bug#66693
; Package
guix-patches
.
(Mon, 23 Oct 2023 03:31:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 66693 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (epiphany): Update to 42.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
:
bug#66693
; Package
guix-patches
.
(Mon, 23 Oct 2023 03:31:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 66693 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with
webkitgtk-for-gtk3.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Mon, 23 Oct 2023 05:26:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jack Hill <jackhill <at> jackhill.us>
:
bug acknowledged by developer.
(Mon, 23 Oct 2023 05:26:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 66693-done <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 23:29 -0400 schrieb Jack Hill:
> * gnu/packages/gnome.scm (epiphany): Update to 42.5.
> ---
Confirmed locally and pushed.
Thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 20 Nov 2023 12:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.