all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66693] [PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well
@ 2023-10-23  3:24 Jack Hill
  2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 1/2] gnu: epiphany: Use webkitgtk-for-gtk3 Jack Hill
  2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5 Jack Hill
  0 siblings, 2 replies; 4+ messages in thread
From: Jack Hill @ 2023-10-23  3:24 UTC (permalink / raw)
  To: 66693

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




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

* [bug#66693] [PATCH gnome-team 1/2] gnu: epiphany: Use webkitgtk-for-gtk3.
  2023-10-23  3:24 [bug#66693] [PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well Jack Hill
@ 2023-10-23  3:29 ` Jack Hill
  2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5 Jack Hill
  1 sibling, 0 replies; 4+ messages in thread
From: Jack Hill @ 2023-10-23  3:29 UTC (permalink / raw)
  To: 66693; +Cc: Liliana Marie Prikler, Maxim Cournoyer, Raghav Gururajan

* 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





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

* [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5.
  2023-10-23  3:24 [bug#66693] [PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well Jack Hill
  2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 1/2] gnu: epiphany: Use webkitgtk-for-gtk3 Jack Hill
@ 2023-10-23  3:29 ` Jack Hill
  2023-10-23  5:24   ` bug#66693: " Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Jack Hill @ 2023-10-23  3:29 UTC (permalink / raw)
  To: 66693; +Cc: Liliana Marie Prikler, Maxim Cournoyer, Raghav Gururajan

* 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





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

* bug#66693: [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5.
  2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5 Jack Hill
@ 2023-10-23  5:24   ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-10-23  5:24 UTC (permalink / raw)
  To: Jack Hill, 66693-done; +Cc: Raghav Gururajan, Maxim Cournoyer

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




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

end of thread, other threads:[~2023-10-23  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  3:24 [bug#66693] [PATCH gnome-team 0/2] Epiphany still uses GTK+-3 as well Jack Hill
2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 1/2] gnu: epiphany: Use webkitgtk-for-gtk3 Jack Hill
2023-10-23  3:29 ` [bug#66693] [PATCH gnome-team 2/2] gnu: epiphany: Update to 42.5 Jack Hill
2023-10-23  5:24   ` bug#66693: " Liliana Marie Prikler

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.