The GNOME Control Center package contains the GNOME settings manager.
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.
下载地址(HTTP):https://download.gnome.org/sources/gnome-control-center/50/gnome-control-center-50.3.tar.xz
MD5 校验和:0b7cad81105fde1027d0bd64cd9fb00a
大小:6.8 MB
预计所需磁盘空间:140 MB(含测试)
预计构建时间:0.6 SBU (Using parallelism=4; with tests)
AccountsService-26.27.3, blueprint-compiler-0.22.2, colord-gtk-0.3.1, Cups-2.4.19, gnome-bluetooth-47.2, gnome-online-accounts-3.58.1, gnome-settings-daemon-50.1, gsound-1.0.3, libadwaita-1.9.2, libgtop-2.41.3, libnma-1.10.6, libpwquality-1.4.5, MIT Kerberos V5-1.22.2, ModemManager-1.24.2, Samba-4.24.3, shared-mime-info-2.5.1, Tecla-50.0, and UDisks-2.11.1
Xvfb (from Xorg-Server-21.1.23 or Xwayland-24.1.12) and dbusmock-0.38.1 (both for tests)
cups-pk-helper-0.2.7 (Printers panel), gnome-color-manager-3.36.2 (Color panel), gnome-shell-50.3 (Applications panel), and sound-theme-freedesktop-0.8 (Additional Sound Effects in Sound panel)
Recommended dependencies are not strictly required for this package to build and function, but you may not get expected results at runtime if you don't install them.
Install GNOME Control Center by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: GTK_A11Y=none ninja test. Note that you must have the python-dbusmock module installed in order for the tests to complete successfully.
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 ibus=false: Use this switch if you
have not installed the recommended IBus dependency.