source: networking/netlibs/libnma.xml@ 2c80efe

10.0 10.1 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 2c80efe was 2c80efe, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Added libnma to the book
Added graphene to the book
Moved network-manager-applet to Networking Utilities
Update to network-manager-applet-1.16.0
Update to gnome-color-manager-3.36.0
Update to gnome-control-center-3.36.1
Update to mutter-3.36.1
Update to gnome-shell-3.36.1
Archived libcroco

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22937 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 "094c45d7694b153612cbdc3c713edcb5">
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 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libnma-&libnma-version;</title>
25
26 <indexterm zone="libnma">
27 <primary sortas="a-libnma">libnma</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libnma</title>
32
33 <para>
34 The <application>libnma</application> package contains an implementation
35 of the <application>NetworkManager</application> GUI functions.
36 </para>
37
38 &lfs91_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libnma-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libnma-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libnma-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libnma-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libnma-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libnma-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libnma Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gcr"/>,
79 <xref linkend="gtk3"/>,
80 <xref linkend="iso-codes"/>, and
81 <xref linkend="NetworkManager"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
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 -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 <para>
130 <parameter>-Dgtk_doc=false</parameter>: This parameter disables
131 generating API documentation using gtk-doc. If you have
132 <xref role="nodep" linkend="gtk-doc"/> installed and wish to
133 generate the API documentation, omit this switch.
134 </para>
135
136 <para>
137 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
138 switch disables WWAN support because mobile-broadband-provider-info is
139 not in BLFS. Omit this switch if you have it installed and wish to
140 enable WWAN support.
141 </para>
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 None
155 </seg>
156 <seg>
157 libnma.so
158 </seg>
159 <seg>
160 /usr/include/libnma
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="libnma-lib">
171 <term><filename class="libraryfile">libnma.so</filename></term>
172 <listitem>
173 <para>
174 contains the <application>NetworkManager</application> GUI library.
175 </para>
176 <indexterm zone="libnma libnma-lib">
177 <primary sortas="c-libnma">libnma.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181 </variablelist>
182 </sect2>
183</sect1>
Note: See TracBrowser for help on using the repository browser.