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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.34/gnome-shell-3.34.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.34/gnome-shell-3.34.4.tar.xz
Download MD5 sum: 692181c1a98be9e5f5b7e8738fd428ce
Download size: 1.5 MB
Estimated disk space required: 66 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
evolution-data-server-3.34.4, Gjs-1.58.5, gnome-autoar-0.2.4, gnome-control-center-3.34.4, libcroco-0.6.13, Mutter-3.34.4, sassc-3.6.1, startup-notification-0.12, and Systemd-244
asciidoc-8.6.9, desktop-file-utils-0.24, gnome-bluetooth-3.34.0, gst-plugins-base-1.16.2, and network-manager-applet-1.8.24
GTK-Doc-1.32 and bash-completion
adwaita-icon-theme-3.34.3, DConf-0.34.0, GDM-3.34.1, gnome-backgrounds-3.34.0, gnome-menus-3.35.3, 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 .. && 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.34.1 is not installed.
Now, as the root
user:
ninja install
-Dextensions=false
: Do not build the
gnome-extensions CLI
tool. Using this option removes the need for asciidoc-8.6.9.
Last updated on 2020-02-26 22:00:52 -0800