2020-04-03 05:58:25 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY libnma-download-http "&gnome-download-http;/libnma/1.8/libnma-&libnma-version;.tar.xz">
|
|
|
|
<!ENTITY libnma-download-ftp "&gnome-download-ftp;/libnma/1.8/libnma-&libnma-version;.tar.xz">
|
2021-08-24 07:40:11 +08:00
|
|
|
<!ENTITY libnma-md5sum "10505d481f650442246f9c957e90219b">
|
2020-04-03 05:58:25 +08:00
|
|
|
<!ENTITY libnma-size "1.3 MB">
|
2021-08-24 07:40:11 +08:00
|
|
|
<!ENTITY libnma-buildsize "24 MB">
|
2020-04-03 05:58:25 +08:00
|
|
|
<!ENTITY libnma-time "0.1 SBU (with tests)">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libnma" xreflabel="libnma-&libnma-version;">
|
|
|
|
<?dbhtml filename="libnma.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libnma-&libnma-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libnma">
|
|
|
|
<primary sortas="a-libnma">libnma</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libnma</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>libnma</application> package contains an implementation
|
|
|
|
of the <application>NetworkManager</application> GUI functions.
|
|
|
|
</para>
|
|
|
|
|
2021-08-31 05:07:53 +08:00
|
|
|
&lfs110a_checked;
|
2020-04-03 05:58:25 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&libnma-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&libnma-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &libnma-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &libnma-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &libnma-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &libnma-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">libnma Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="gcr"/>,
|
|
|
|
<xref linkend="gtk3"/>,
|
|
|
|
<xref linkend="iso-codes"/>, and
|
|
|
|
<xref linkend="NetworkManager"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="vala"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">mobile-broadband-provider-info</ulink>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/libnma"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libnma</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>libnma</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>mkdir build &&
|
|
|
|
cd build &&
|
|
|
|
|
|
|
|
meson --prefix=/usr \
|
2021-06-04 20:57:26 +08:00
|
|
|
--buildtype=release \
|
2020-04-03 05:58:25 +08:00
|
|
|
-Dgtk_doc=false \
|
|
|
|
-Dmobile_broadband_provider_info=false .. &&
|
|
|
|
ninja</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To test the results, issue: <command>ninja test</command>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2021-06-04 20:57:26 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
|
2020-04-03 05:58:25 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-Dgtk_doc=false</parameter>: This parameter disables
|
|
|
|
generating API documentation using gtk-doc. If you have
|
|
|
|
<xref role="nodep" linkend="gtk-doc"/> installed and wish to
|
|
|
|
generate the API documentation, omit this switch.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>-Dmobile_broadband_provider_info=false</parameter>: 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.
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libnma.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/libnma
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libnma-lib">
|
|
|
|
<term><filename class="libraryfile">libnma.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
contains the <application>NetworkManager</application> GUI library
|
2020-04-03 05:58:25 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libnma libnma-lib">
|
|
|
|
<primary sortas="c-libnma">libnma.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
2021-02-19 23:20:16 +08:00
|
|
|
|
2020-04-03 05:58:25 +08:00
|
|
|
</sect1>
|