source: networking/netlibs/libnma.xml@ 45ab6c7

11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.1 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 "e1ccac96405861ecab195be5524baae6">
10 <!ENTITY libnma-size "1.3 MB">
11 <!ENTITY libnma-buildsize "26 MB">
12 <!ENTITY libnma-time "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 &lfs101_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 -Dgtk_doc=false \
111 -Dmobile_broadband_provider_info=false .. &amp;&amp;
112ninja</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>ninja test</command>.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>-Dgtk_doc=false</parameter>: This parameter disables
130 generating API documentation using gtk-doc. If you have
131 <xref role="nodep" linkend="gtk-doc"/> installed and wish to
132 generate the API documentation, omit this switch.
133 </para>
134
135 <para>
136 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
137 switch disables WWAN support because mobile-broadband-provider-info is
138 not in BLFS. Omit this switch if you have it installed and wish to
139 enable WWAN support.
140 </para>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>
156 libnma.so
157 </seg>
158 <seg>
159 /usr/include/libnma
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libnma-lib">
170 <term><filename class="libraryfile">libnma.so</filename></term>
171 <listitem>
172 <para>
173 contains the <application>NetworkManager</application> GUI library
174 </para>
175 <indexterm zone="libnma libnma-lib">
176 <primary sortas="c-libnma">libnma.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180 </variablelist>
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.