The GNOME Shell Extensions package contains a collection of extensions providing additional and optional functionality to the GNOME Shell.
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.
Download (HTTP): https://download.gnome.org/sources/gnome-shell-extensions/51/gnome-shell-extensions-51.0.tar.xz
Download MD5 sum: 03a731c1e3fe31e126b720e20e2a43af
Download size: 240 KB
Estimated disk space required: 4.0 MB
Estimated build time: less than 0.1 SBU
Install GNOME Shell Extensions by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr -D extension_set=all ..
This package does not come with a test suite.
Now, as the root user:
ninja install
-D extension_set=all: Enables building
all extensions in the package instead of just the default group of
extensions.