Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/epiphany/50/epiphany-50.4.tar.xz
MD5 校验和:7c7f76f6c3ecfa6a4e09b7576d68d172
大小:4.3 MB
预计所需磁盘空间:100 MB(含测试)
预计构建时间:0.2 SBU (with tests; both using parallelism=4)
blueprint-compiler-0.22.2, Gcr-4.4.0.1, gnome-desktop-44.5, ISO Codes-4.20.1, json-glib-1.10.8, libadwaita-1.9.2, libportal-0.9.1, Nettle-4.0, and WebKitGTK-2.52.4 (built with GTK-4)
gnome-keyring-50.0 (for storing passwords) and Seahorse-47.0.1 (for managing stored passwords)
Editor Notes: https://wiki.linuxfromscratch.org/blfs/wiki/epiphany
If you are upgrading from a epiphany-46 or earlier, remove some
files that will cause a crash at runtime if they are present as
the root user:
rm -rf /usr/lib/epiphany
Install Epiphany by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && 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.
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.