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.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-shell/40/gnome-shell-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-shell/40/gnome-shell-40.0.tar.xz
Download MD5 sum: e5f8d7af0965417969cb9da0b4495090
Download size: 1.8 MB
Estimated disk space required: 74 MB (including tests)
Estimated build time: 0.2 SBU (Using parallelism=4, with tests)
evolution-data-server-3.40.0, Gjs-1.68.0, gnome-autoar-0.3.1, gnome-control-center-40.0, GTK-4.2.0, Mutter-40.0, sassc-3.6.1, startup-notification-0.12, and elogind-246.10
asciidoc-9.1.0, desktop-file-utils-0.26, gnome-bluetooth-3.34.5, gst-plugins-base-1.18.4, and NetworkManager-1.30.2
GTK-Doc-1.33.2 and bash-completion
adwaita-icon-theme-3.38.0, DConf-0.40.0, GDM-40.0, gnome-backgrounds-3.38.0, gnome-menus-3.36.0, and telepathy-mission-control-5.16.6
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-40.0 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
: This option
disables building the gnome-extensions CLI tool. Using
this option removes the need for asciidoc-9.1.0.
Last updated on 2021-04-08 01:16:54 -0500