source: networking/netlibs/libnma.xml@ 19f84a6

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 19f84a6 was 19f84a6, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop.

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libnma-download-http "&gnome-download-http;/libnma/1.8/libnma-&libnma-version;.tar.xz">
8 <!ENTITY libnma-download-ftp "&gnome-download-ftp;/libnma/1.8/libnma-&libnma-version;.tar.xz">
9 <!ENTITY libnma-md5sum "f6789fffabb347b1cfe0ae794ae1177a">
10 <!ENTITY libnma-size "1.3 MB">
11 <!ENTITY libnma-buildsize "25 MB">
12 <!ENTITY libnma-time "less than 0.1 SBU (with tests)">
13
14]>
15
16<sect1 id="libnma" xreflabel="libnma-&libnma-version;">
17 <?dbhtml filename="libnma.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libnma-&libnma-version;</title>
24
25 <indexterm zone="libnma">
26 <primary sortas="a-libnma">libnma</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libnma</title>
31
32 <para>
33 The <application>libnma</application> package contains an implementation
34 of the <application>NetworkManager</application> GUI functions.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libnma-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libnma-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libnma-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libnma-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libnma-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libnma-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libnma Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gcr"/>,
78 <xref linkend="gtk3"/>,
79 <xref linkend="iso-codes"/>, and
80 <xref linkend="NetworkManager"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gtk4"/> and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <ulink url="&gnome-download-http;/mobile-broadband-provider-info">mobile-broadband-provider-info</ulink>
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/libnma"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libnma</title>
101
102 <para>
103 Install <application>libnma</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>mkdir build &amp;&amp;
108cd build &amp;&amp;
109
110meson --prefix=/usr \
111 --buildtype=release \
112 -Dgtk_doc=false \
113 -Dlibnma_gtk4=true \
114 -Dmobile_broadband_provider_info=false .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>ninja test</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/meson-buildtype-release.xml"/>
133
134 <para>
135 <parameter>-Dgtk_doc=false</parameter>: This parameter disables
136 generating API documentation using gtk-doc. If you have
137 <xref role="nodep" linkend="gtk-doc"/> installed and wish to
138 generate the API documentation, omit this switch.
139 </para>
140
141 <para>
142 <parameter>-Dlibnma_gtk4=true</parameter>: This parameter is only
143 needed by the latest <xref linkend="gnome-control-center"/>.
144 </para>
145
146 <para>
147 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
148 switch disables WWAN support because mobile-broadband-provider-info is
149 not in BLFS. Omit this switch if you have it installed and wish to
150 enable WWAN support.
151 </para>
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 None
165 </seg>
166 <seg>
167 libnma.so
168 </seg>
169 <seg>
170 /usr/include/libnma
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="libnma-lib">
181 <term><filename class="libraryfile">libnma.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>NetworkManager</application> GUI library
185 </para>
186 <indexterm zone="libnma libnma-lib">
187 <primary sortas="c-libnma">libnma.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191 </variablelist>
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.