Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/epiphany/40/epiphany-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/epiphany/40/epiphany-40.0.tar.xz
Download MD5 sum: f5060e735e06e81c4150ecb871e0b243
Download size: 5.1 MB
Estimated disk space required: 107 MB
Estimated build time: 0.3 SBU (Using parallelism=4, including tests)
Gcr-3.40.0, gnome-desktop-40.0, ISO Codes-4.6.0, JSON-GLib-1.6.2, libnotify-0.7.9, libportal-0.3, Nettle-3.7.2, and WebKitGTK-2.32.0
libdazzle-3.40.0 and libhandy-1.2.0
gnome-keyring-40.0 (for storing passwords) and Seahorse-3.38.1 (for managing stored passwords)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/epiphany
Install Epiphany by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
Now, as the root
user:
ninja install
If you installed the package to your system using a “DESTDIR”
method, /usr/share/glib-2.0/schemas/gschemas.compiled
was not updated/created. Create (or update) the file using the
following command as the root
user:
glib-compile-schemas /usr/share/glib-2.0/schemas
One test would fail if this package is not installed, so it's better to run the test suite after installation. To test the results, issue ninja test. The tests must be run from a graphical session.
Last updated on 2021-04-08 15:16:47 -0500