The libnma package contains an implementation of the NetworkManager GUI functions.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/libnma/1.10/libnma-1.10.6.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libnma/1.10/libnma-1.10.6.tar.xz
Download MD5 sum: 71c7ce674fea1fae8f1368a7fcb6ff43
Download size: 688 KB
Estimated disk space required: 15 MB
Estimated build time: 0.1 SBU (Using parallism=4; with test)
Gcr-3.41.1, GTK+-3.24.36, ISO Codes-4.12.0, and NetworkManager-1.42.0
GTK-4.8.3 and Vala-0.56.4
mobile-broadband-provider-info
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libnma
Install libnma by running the following commands:
mkdir build &&
cd    build &&
meson --prefix=/usr                             \
      --buildtype=release                       \
      -Dgtk_doc=false                           \
      -Dlibnma_gtk4=true                        \
      -Dmobile_broadband_provider_info=false .. &&
ninja
        To test the results, issue: ninja test.
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
          -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 is only needed by the latest gnome-control-center-43.4.1.
        
          -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.