The libnma package contains an implementation of the NetworkManager GUI functions.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/libnma/1.10/libnma-1.10.6.tar.xz
ダウンロード MD5 sum: 71c7ce674fea1fae8f1368a7fcb6ff43
ダウンロードサイズ: 688 KB
必要ディスク容量: 15 MB
概算ビルド時間: 0.1 SBU (parallelism=4 利用; テスト込み)
Gcr-3.41.1, GTK+-3.24.38, ISO Codes-4.15.0, NetworkManager-1.44.2
以下のコマンドを実行して libnma をビルドします。
mkdir build && cd build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ -Dlibnma_gtk4=true \ -Dmobile_broadband_provider_info=false && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=false
: This
parameter disables generating API documentation using gtk-doc. If
you have GTK-Doc-1.33.2 installed and wish to generate
the API documentation, omit this switch.
-Dlibnma_gtk4=true
: This
parameter builds the GTK-4 version of libnma. It is needed by
gnome-control-center-45.2.
-Dmobile_broadband_provider_info=false
:
This switch disables WWAN support because
mobile-broadband-provider-info is not in BLFS. Omit this switch if
you have it installed and wish to enable WWAN support.