[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/181: gnu: epiphany: Update to 42.4.
From: |
guix-commits |
Subject: |
124/181: gnu: epiphany: Update to 42.4. |
Date: |
Tue, 13 Sep 2022 02:26:05 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit fb87250b1ecdecf01b5b793c5d5c773d5e56808a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 14:38:06 2022 -0400
gnu: epiphany: Update to 42.4.
* gnu/packages/gnome.scm (epiphany): Update to 42.4.
[configure-flags]: Add -Dsoup2=disabled to use libsoup 3.
[inputs]: Add libsoup. Replace webkitgtk-with-libsoup2 with webkitgtk.
---
gnu/packages/gnome.scm | 60 +++++++++++++++++++++++++++-----------------------
1 file changed, 32 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f4b1b0c86..8495d82d2e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7037,7 +7037,7 @@ a secret password store, an adblocker, and a modern UI.")
(define-public epiphany
(package
(name "epiphany")
- (version "42.2")
+ (version "42.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7045,7 +7045,7 @@ a secret password store, an adblocker, and a modern UI.")
"epiphany-" version ".tar.xz"))
(sha256
(base32
- "0b8rhns3b58f8dnp83mm1g933aqf88d8wrfyyp7jq3fihvw2rh4j"))))
+ "0q08ixzgp341g5pq6rfy5q75m9bvddvl8na3qa5v5vi056nkh29p"))))
(build-system meson-build-system)
(arguments
(list
@@ -7073,33 +7073,37 @@ a secret password store, an adblocker, and a modern
UI.")
#:configure-flags
;; Otherwise, the RUNPATH will lack the final 'epiphany' path component.
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
- #$output "/lib/epiphany"))))
+ #$output "/lib/epiphany")
+ "-Dsoup2=disabled"))) ;use libsoup 3
(propagated-inputs (list dconf))
- (native-inputs (list desktop-file-utils ; for update-desktop-database
- `(,glib "bin") ; for glib-mkenums
- intltool
- itstool
- pkg-config
- libxml2
- xorg-server-for-tests))
- (inputs (list avahi
- gcr
- librsvg ; for loading SVG files
- glib-networking
- gnome-desktop
- gsettings-desktop-schemas
- json-glib
- iso-codes
- libarchive
- libdazzle
- libhandy
- libnotify
- libportal
- libsecret
- libxslt
- nettle ; for hogweed
- sqlite
- webkitgtk-with-libsoup2))
+ (native-inputs
+ (list desktop-file-utils ; for update-desktop-database
+ gettext-minimal
+ `(,glib "bin") ; for glib-mkenums
+ itstool
+ pkg-config
+ libxml2
+ xorg-server-for-tests))
+ (inputs
+ (list avahi
+ gcr
+ glib-networking
+ gnome-desktop
+ gsettings-desktop-schemas
+ iso-codes
+ json-glib
+ libarchive
+ libdazzle
+ libhandy
+ libnotify
+ libportal
+ librsvg ; for loading SVG files
+ libsecret
+ libsoup
+ libxslt
+ nettle ; for hogweed
+ sqlite
+ webkitgtk))
(home-page "https://wiki.gnome.org/Apps/Web")
(synopsis "GNOME web browser")
(description
- 69/181: gnu: eog: Update to 42.2., (continued)
- 69/181: gnu: eog: Update to 42.2., guix-commits, 2022/09/13
- 79/181: gnu: gnome-screenshot: Update to 41.0., guix-commits, 2022/09/13
- 74/181: gnu: gnome-font-viewer: Update to 42.0., guix-commits, 2022/09/13
- 90/181: gnu: Add glib-next., guix-commits, 2022/09/13
- 88/181: gnu: Remove tepl-5., guix-commits, 2022/09/13
- 98/181: gnu: libadwaita: Update to 1.2.rc., guix-commits, 2022/09/13
- 106/181: gnu: libmediaart: Update to 1.9.6., guix-commits, 2022/09/13
- 103/181: gnu: python-liblarch: Update to 3.2.0 and apply guix style., guix-commits, 2022/09/13
- 111/181: gnu: vala-next: Update to 0.56.3., guix-commits, 2022/09/13
- 122/181: gnu: eog: Update to 42.3., guix-commits, 2022/09/13
- 124/181: gnu: epiphany: Update to 42.4.,
guix-commits <=
- 129/181: gnu: shotwell: Update to 0.31.5., guix-commits, 2022/09/13
- 126/181: gnu: yelp: Update to 42.1., guix-commits, 2022/09/13
- 135/181: gnu: mobile-broadband-provider-info: Update to 20220725., guix-commits, 2022/09/13
- 139/181: gnu: nautilus: Update to 42.2 and enable tests., guix-commits, 2022/09/13
- 140/181: gnu: komikku: Update to 0.41.0., guix-commits, 2022/09/13
- 146/181: gnu: gspell: Update to 1.11.1., guix-commits, 2022/09/13
- 149/181: gnu: passwordsafe: Rename to secrets and update to 6.5., guix-commits, 2022/09/13
- 28/181: gnu: upower: Fix indentation., guix-commits, 2022/09/13
- 30/181: gnu: gnome-desktop: Update to 42.4 and remove input labels., guix-commits, 2022/09/13
- 31/181: gnu: libnma: Update to 1.10.2 and delete input labels., guix-commits, 2022/09/13