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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/epiphany/3.34/epiphany-3.34.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/epiphany/3.34/epiphany-3.34.4.tar.xz
Download MD5 sum: a559f164bb7d6cbeceb348648076830b
Download size: 5.1 MB
Estimated disk space required: 78 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
Gcr-3.34.0, gnome-desktop-3.34.4, ISO Codes-4.4, JSON-GLib-1.4.4, libnotify-0.7.8, and WebKitGTK+-2.26.4
libdazzle-3.34.1 and libhandy-0.0.11
gnome-keyring-3.34.0 (for storing passwords) and Seahorse-3.34.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.
Last updated on 2020-02-27 13:05:33 -0800