The GNOME Shell is the core user interface of the GNOME Desktop environment.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.36/gnome-shell-3.36.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.36/gnome-shell-3.36.5.tar.xz
Download MD5 sum: 27e80b0d7b817e18b01821f4a64506f0
Download size: 1.7 MB
Estimated disk space required: 70 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
evolution-data-server-3.36.5, Gjs-1.64.4, gnome-autoar-0.2.4, gnome-control-center-3.36.4, Mutter-3.36.5, sassc-3.6.1, startup-notification-0.12, and elogind-243.7
asciidoc-9.0.2, desktop-file-utils-0.26, gnome-bluetooth-3.34.1, gst-plugins-base-1.16.2, and NetworkManager-1.26.0
GTK-Doc-1.32 and bash-completion
adwaita-icon-theme-3.36.1, DConf-0.36.0, GDM-3.36.3, gnome-backgrounds-3.36.0, gnome-menus-3.36.0, and telepathy-mission-control-5.16.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-shell
Install GNOME Shell by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dsystemd=false .. && ninja
To test the results, issue: ninja test. You must be running an X session to run the tests. Some will fail if GDM-3.36.3 is not installed.
Now, as the root
user:
ninja install
-Dsystemd=false
: Prevents
installing systemd files, which are not needed in this version of
BLFS.
-Dextensions=false
: Do not build the
gnome-extensions CLI
tool. Using this option removes the need for asciidoc-9.0.2.
Last updated on 2020-08-20 13:45:48 -0700