libnma-1.10.6

libnma の概要

The libnma package contains an implementation of the NetworkManager GUI functions.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

libnma の依存パッケージ

必須

Gcr-3.41.1, GTK+-3.24.38, ISO Codes-4.15.0, NetworkManager-1.44.2

推奨

任意

mobile-broadband-provider-info

libnma のインストール

以下のコマンドを実行して 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.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libnma.so, libnma-gtk4.so
インストールディレクトリ: /usr/include/libnma

概略説明

libnma.so

NetworkManager GUI ライブラリを提供します。

libnma-gtk4.so

contains the GTK-4 version of the NetworkManager GUI library