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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.36/gnome-desktop-3.36.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.36/gnome-desktop-3.36.5.tar.xz
Download MD5 sum: 6bc3193acb3a68a56930aa05f8bec6a4
Download size: 724 KB
Estimated disk space required: 19 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4)
gsettings-desktop-schemas-3.36.1, GTK+-3.24.22, ISO Codes-4.5.0, itstool-2.0.6, libseccomp-2.5.0, libxml2-2.9.10, and xkeyboard-config-2.30
bubblewrap-0.4.1 (needed for thumbnailers in Nautilus) and gobject-introspection-1.64.1
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 2020-08-20 13:45:48 -0700