mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, gnome-nettool-2.30.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8567 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a3c4b56e3b
commit
a3517dd3d8
@ -642,6 +642,7 @@ $Date$
|
||||
<!ENTITY gnome-media-version "2.30.0">
|
||||
<!ENTITY gnome-mount-version "0.8">
|
||||
<!ENTITY gnome-netstatus-version "2.28.1">
|
||||
<!ENTITY gnome-nettool-version "2.30.0">
|
||||
<!ENTITY gnome-power-manager-version "2.30.1">
|
||||
<!ENTITY gnome-screensaver-version "2.30.0">
|
||||
<!ENTITY gnome-system-monitor-version "2.28.1">
|
||||
|
@ -55,6 +55,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-media.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-mount.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-netstatus.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-power-manager.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/>
|
||||
|
142
gnome/add/gnome-nettool.xml
Normal file
142
gnome/add/gnome-nettool.xml
Normal file
@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-nettool-download-http "&gnome-download-http;/gnome-nettool/&gnome-version;/gnome-nettool-&gnome-nettool-version;.tar.bz2">
|
||||
<!ENTITY gnome-nettool-download-ftp "&gnome-download-ftp;/gnome-nettool/&gnome-version;/gnome-nettool-&gnome-nettool-version;.tar.bz2">
|
||||
<!ENTITY gnome-nettool-md5sum "2087259219cf16d434c52b4a5710b4c7">
|
||||
<!ENTITY gnome-nettool-size "636 KB">
|
||||
<!ENTITY gnome-nettool-buildsize "12 MB">
|
||||
<!ENTITY gnome-nettool-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-nettool" xreflabel="gnome-nettool-&gnome-nettool-version;">
|
||||
<?dbhtml filename="gnome-nettool.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-nettool-&gnome-nettool-version;</title>
|
||||
|
||||
<indexterm zone="gnome-nettool">
|
||||
<primary sortas="a-gnome-nettool">gnome-nettool</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-nettool</title>
|
||||
|
||||
<para>The <application>gnome-nettool</application> package is a network
|
||||
information tool which provides user interfaces for some of the most common
|
||||
command line network tools.</para>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&gnome-nettool-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&gnome-nettool-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &gnome-nettool-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &gnome-nettool-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &gnome-nettool-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &gnome-nettool-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-nettool Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="GConf"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="libgtop"/>, and
|
||||
<xref linkend="which"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="rarian"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gnome-nettool"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-nettool</title>
|
||||
|
||||
<para>Install <application>gnome-nettool</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--disable-scrollkeeper &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
|
||||
the <application>scrollkeeper</application> database. Remove it if you have
|
||||
<application>rarian</application> installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>gnome-nettool</seg>
|
||||
<seg>None</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome-nettool/{dialogs,
|
||||
pixmaps},gnome/help/gnome-nettool/*,omf/gnome-nettool}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-nettool-prog">
|
||||
<term><command>gnome-nettool</command></term>
|
||||
<listitem>
|
||||
<para>is a network information tool.</para>
|
||||
<indexterm zone="gnome-nettool gnome-nettool-prog">
|
||||
<primary sortas="b-gnome-nettool">gnome-nettool</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 22nd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, gnome-nettool-2.30.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, Empathy-2.30.2.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user