GNOME Terminal パッケージは GNOME デスクトップにおける端末エミュレーターを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.50.1/gnome-terminal-3.50.1.tar.gz
ダウンロード MD5 sum: 627c0381b3620f7f92662dbc0a9c4099
ダウンロードサイズ: 2.8 MB
必要ディスク容量: 31 MB
概算ビルド時間: 0.3 SBU
DConf-0.40.0, gsettings-desktop-schemas-45.0, itstool-2.0.7, libhandy-1.8.2, pcre2-10.42, VTE-0.74.2
gnome-shell-45.2, Nautilus-45.2.1
First, fix some deprecated schema entries:
sed -i -r 's:"(/system):"/org/gnome\1:g' src/external.gschema.xml
以下のコマンドを実行して GNOME Terminal をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install && rm -v /usr/lib/systemd/user/gnome-terminal-server.service
To run GNOME Terminal, the
environment variable LANG
must be set
to a UTF-8 locale prior to
starting the graphical environment.
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dsearch_provider=false
: This switch
disables the 「search
gnome-shell」
provider. Use this option if you do not have gnome-shell installed.
-Dnautilus_extension=false
: This switch
disables a dependency on the nautilus file manager. Use this option if you
do not have Nautilus installed.