source: networking/netlibs/libnma.xml@ 811f63df

11.1 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 811f63df was 811f63df, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Package updates.
Update to icewm-2.9.5.
Update to libnma-1.8.34.
Update to stunnel-5.62.
Update to p10-kit-0.24.1.

  • Property mode set to 100644
File size: 5.2 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 "145967daaaf36ee83ee9fdb9b228caf7">
10 <!ENTITY libnma-size "1.3 MB">
11 <!ENTITY libnma-buildsize "18 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 &lfs110a_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="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <ulink url="&gnome-download-http;/mobile-broadband-provider-info">mobile-broadband-provider-info</ulink>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/libnma"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libnma</title>
100
101 <para>
102 Install <application>libnma</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109meson --prefix=/usr \
110 --buildtype=release \
111 -Dgtk_doc=false \
112 -Dmobile_broadband_provider_info=false .. &amp;&amp;
113ninja</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>ninja test</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>ninja install</userinput></screen>
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/meson-buildtype-release.xml"/>
131
132 <para>
133 <parameter>-Dgtk_doc=false</parameter>: This parameter disables
134 generating API documentation using gtk-doc. If you have
135 <xref role="nodep" linkend="gtk-doc"/> installed and wish to
136 generate the API documentation, omit this switch.
137 </para>
138
139 <para>
140 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
141 switch disables WWAN support because mobile-broadband-provider-info is
142 not in BLFS. Omit this switch if you have it installed and wish to
143 enable WWAN support.
144 </para>
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 None
158 </seg>
159 <seg>
160 libnma.so
161 </seg>
162 <seg>
163 /usr/include/libnma
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="libnma-lib">
174 <term><filename class="libraryfile">libnma.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>NetworkManager</application> GUI library
178 </para>
179 <indexterm zone="libnma libnma-lib">
180 <primary sortas="c-libnma">libnma.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184 </variablelist>
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.