The GNOME Desktop package contains a library that provides an API shared by several applications on the GNOME Desktop.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-desktop/40/gnome-desktop-40.0.tar.xz
Download MD5 sum: 3d831f60423b71960f8c3d8c939542b6
Download size: 708 KB
Estimated disk space required: 20 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
gsettings-desktop-schemas-40.0, GTK+-3.24.28, ISO Codes-4.6.0, itstool-2.0.6, libseccomp-2.5.1, libxml2-2.9.10, and xkeyboard-config-2.32
bubblewrap-0.4.1 (needed for thumbnailers in Nautilus) and gobject-introspection-1.68.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-desktop
Install GNOME Desktop by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dgnome_distributor="BLFS" .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-Dgnome_distributor="Some Name"
: Use
this parameter to supply a custom name in the “Distributor:” field of the “GNOME About”
display window.
-Dgtk_doc=true
: Use this parameter if
you wish to build the API documentation.
-Dinstalled_tests=true
: Use this
parameter you wish to enable the installed tests.
Last updated on 2021-04-06 20:06:55 -0500