The GNOME Shell is the core user interface of the GNOME Desktop environment.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gnome-shell/45/gnome-shell-45.2.tar.xz
ダウンロード MD5 sum: eb537b8119309c8f481549157e1fbc96
ダウンロードサイズ: 1.9 MB
必要ディスク容量: 60 MB(テスト込み)
概算ビルド時間: 0.2 SBU(parallelism=4 利用時。テスト込み。)
evolution-data-server-3.50.2, Gcr-4.1.0, Gjs-1.78.1, gnome-desktop-44.0, ibus-1.5.29, Mutter-45.2, Polkit-123, sassc-3.6.2, startup-notification-0.12
desktop-file-utils-0.27, gnome-autoar-0.4.4, gnome-bluetooth-42.7, gst-plugins-base-1.22.7, NetworkManager-1.44.2
GTK-Doc-1.33.2, bash-completion
adwaita-icon-theme-45.0, DConf-0.40.0, GDM-45.0.1, gnome-backgrounds-45.0, gnome-control-center-45.2, libgweather-4.4.0, Systemd-255, and telepathy-mission-control-5.16.6
以下のコマンドを実行して GNOME Shell をビルドします。
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dtests=false \ .. && ninja
To test the results, you need to remove the -Dtests=false
switch, and to have
Mutter-45.2 compiled and installed with tests
also. To run the tests, issue: ninja
test. You must be running an X session to run the
tests. Some will fail if GDM-45.0.1 is not installed. One test named
CSS styling support
is known to fail
with some multi-monitor configurations.
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dtests=false
: Remove this
switch if you want to build the tests. But then meson will fail if Mutter-45.2 tests
are not installed.
-Dextensions_tool=false
: This switch
allows building this package without gnome-autoar-0.4.4 installed.