GNOME Control Center パッケージは GNOME セッティングマネージャー (GNOME settings managers) を提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gnome-control-center/45/gnome-control-center-45.2.tar.xz
ダウンロード MD5 sum: 94ef7499db36004457bd10a92b4f7ba7
ダウンロードサイズ: 7.4 MB
必要ディスク容量: 114 MB (テスト込み)
概算ビルド時間: 0.6 SBU (parallelism=4 利用; テスト込み)
AccountsService-23.13.9, colord-gtk-0.3.0, gnome-online-accounts-3.48.0, gnome-settings-daemon-45.0, gsound-1.0.3, libadwaita-1.4.2, libgtop-2.40.0, libpwquality-1.4.5, MIT Kerberos V5-1.21.2, shared-mime-info-2.4, Tecla-45.0, UDisks-2.10.1
Cups-2.4.7, Samba-4.19.3 (for the Printers Panel), gnome-bluetooth-42.7, ibus-1.5.29, ModemManager-1.18.12, libnma-1.10.6 (for the Network Panel)
Xvfb (from Xorg-Server-21.1.10 or Xwayland-23.2.3) and dbusmock-0.30.0 (both for tests)
cups-pk-helper-0.2.7 (Printers panel), gnome-color-manager-3.36.0 (Color panel), gnome-shell-45.2 (Applications panel), 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.
以下のコマンドを実行して GNOME Control Center をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は GTK_A11Y=none ninja test を実行します。 なおテストを成功させるためには python-dbusmock モジュールをインストールしておくことが必要です。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dibus=false
: Use this switch if you
have not installed the recommended IBus dependency.