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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.4.tar.xz
Download MD5 sum: d682a05eb98bb2dd434042b6ac4f99d5
Download size: 700 KB
Estimated disk space required: 19 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4; with tests)
gsettings-desktop-schemas-3.34.0, GTK+-3.24.13, ISO Codes-4.4, itstool-2.0.6, libseccomp-2.4.2, libxml2-2.9.10, and xkeyboard-config-2.29
bubblewrap-0.4.0 (needed for thumbnailers in Nautilus) and gobject-introspection-1.62.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
To test the results, run ninja test from a X Terminal or similar.
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-02-25 20:18:07 -0800