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 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-shell/50/gnome-shell-50.4.tar.xz
Download MD5 sum: 4ab5141867b8639e793aa66fb38dc066
Download size: 2.2 MB
Estimated disk space required: 63 MB (with tests)
Estimated build time: 0.5 SBU (Using parallelism=4; with tests)
evolution-data-server-3.60.2, Gcr-4.4.0.1, Gjs-1.88.1, gnome-desktop-44.5, ibus-1.5.34, Mutter-50.4, Polkit-127, and startup-notification-0.12
desktop-file-utils-0.28, gnome-autoar-0.4.5, gnome-bluetooth-47.2, gst-plugins-base-1.28.6, NetworkManager-1.58.1, and power-profiles-daemon-0.30
GTK-Doc-1.36.1 and bash-completion
adwaita-icon-theme-50.0, DConf-0.49.0, GDM-50.2, libgweather-4.6.0, libnma-1.10.6, and Systemd-261.2
First, fix a build problem when using gcc-16 or later:
sed -e '/(ICalProperty/s/ICalProperty/const &/' \
-i src/calendar-server/gnome-shell-calendar-server.c
Install GNOME Shell by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D tests=false \
.. &&
ninja
To run the tests, ensure Mutter is installed after running its test suite, and issue:
meson configure -D tests=true && ninja test
You must be running in a Wayland session to run the tests. Some
will fail if GDM-50.2 is not installed. One test named
CSS styling support is known to fail
with some multi-monitor configurations.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D extensions_tool=false: This switch
allows building this package without gnome-autoar-0.4.5 installed.