source: gnome/add/gnome-netstatus.xml@ b0db915

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b0db915 was 8163dd01, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor clean-up and addition of --mandir= parameter to the GNOME add-on packages which have already been updated to conform with the 2.14.2 update

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

  • 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-netstatus-download-http "&gnome-download-http;/gnome-netstatus/2.12/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">
8 <!ENTITY gnome-netstatus-download-ftp "&gnome-download-ftp;/gnome-netstatus/2.12/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">
9 <!ENTITY gnome-netstatus-md5sum "a5f23731a3bf232969e82afef8792a36">
10 <!ENTITY gnome-netstatus-size "473 KB">
11 <!ENTITY gnome-netstatus-buildsize "8.1 MB">
12 <!ENTITY gnome-netstatus-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-netstatus"
16xreflabel="GNOME Netstatus-&gnome-netstatus-version;">
17 <?dbhtml filename="gnome-netstatus.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GNOME Netstatus-&gnome-netstatus-version;</title>
25
26 <indexterm zone="gnome-netstatus">
27 <primary sortas="a-GNOME Netstatus">GNOME Netstatus</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Netstatus</title>
32
33 <para>The <application>GNOME Netstatus</application> package contains a
34 panel applet that monitors network interfaces. It provides indicators
35 for incoming and outgoing data, packets received and transmitted, and
36 information about the network interface such as IP information and
37 Ethernet address.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-netstatus-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-netstatus-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-netstatus-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-netstatus-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-netstatus-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-netstatus-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GNOME Netstatus Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="gnome-panel"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/gnome-netstatus"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of GNOME Netstatus</title>
73
74 <para>Install <application>GNOME Netstatus</application>
75 by running the following commands:</para>
76
77<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
78 --sysconfdir=&gnome-etc-dir; \
79 --localstatedir=/var/lib \
80 --libexecdir=$(pkg-config \
81 --variable=prefix ORBit-2.0)/lib/gnome-netstatus &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
96 href="../../xincludes/gnome-prefix.xml"/>
97
98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
99 href="../../xincludes/gnome-sysconfdir.xml"/>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102 href="../../xincludes/scrollkeeper-dir.xml"/>
103
104 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
105 ORBit-2.0)/lib/gnome-netstatus</parameter>: This parameter causes the
106 libexec files to be installed in the preferred location of
107 in <filename class="directory">$GNOME_PREFIX/lib/gnome-netstatus</filename>
108 instead of
109 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Applet</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>None</seg>
124 <seg>None</seg>
125 <seg>gnome-netstatus-applet</seg>
126 <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
127 ,omf/}gnome-netstatus</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="gnome-netstatus-applet">
137 <term><command>gnome-netstatus-applet</command></term>
138 <listitem>
139 <para>displays information about a network interface on
140 your panel.</para>
141 <indexterm zone="gnome-netstatus gnome-netstatus-applet">
142 <primary
143 sortas="b-gnome-netstatus-applet">gnome-netstatus-applet</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.