mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
gnome-nettool-3.0.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9530 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a33ca37b8e
commit
592f456ab3
@ -783,7 +783,7 @@ $Date$
|
||||
<!ENTITY gnome-devel-docs-version "3.2.1">
|
||||
<!ENTITY gnome-documents-version "0.2.1">
|
||||
<!ENTITY gnome-games-version "3.2.1">
|
||||
<!ENTITY gnome-nettool-version "2.30.0">
|
||||
<!ENTITY gnome-nettool-version "3.0.0">
|
||||
<!ENTITY gnome-power-manager-version "2.30.1">
|
||||
<!ENTITY gnome-screensaver-version "3.2.0">
|
||||
<!ENTITY hamster-applet-version "2.30.2">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!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-download-http "&gnome-download-http;/gnome-nettool/3.0/gnome-nettool-&gnome-nettool-version;.tar.bz2">
|
||||
<!ENTITY gnome-nettool-download-ftp "&gnome-download-ftp;/gnome-nettool/3.0/gnome-nettool-&gnome-nettool-version;.tar.bz2">
|
||||
<!ENTITY gnome-nettool-md5sum "987b5b75dd9d70022934d900124d7bd7">
|
||||
<!ENTITY gnome-nettool-size "636 KB">
|
||||
<!ENTITY gnome-nettool-buildsize "12 MB">
|
||||
<!ENTITY gnome-nettool-time "0.1 SBU">
|
||||
<!ENTITY gnome-nettool-buildsize "13 MB">
|
||||
<!ENTITY gnome-nettool-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-nettool" xreflabel="gnome-nettool-&gnome-nettool-version;">
|
||||
@ -33,7 +33,7 @@
|
||||
information tool which provides user interfaces for some of the most common
|
||||
command line network tools.</para>
|
||||
|
||||
&lfs65_built;
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -62,13 +62,20 @@
|
||||
<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="gtk3"/>,
|
||||
<xref linkend="libgtop"/>,
|
||||
<xref linkend="perl-xml-parser"/>, and
|
||||
<xref linkend="which"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="optional"><xref linkend="rarian"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
|
||||
<para role="optional"><xref linkend="net-tools"/>,
|
||||
<xref linkend="traceroute"/>,
|
||||
<xref linkend="bind"/>, and
|
||||
<xref linkend="whois"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gnome-nettool"/></para>
|
||||
|
||||
@ -80,8 +87,7 @@
|
||||
<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 &&
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -98,9 +104,8 @@ make</userinput></screen>
|
||||
<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>
|
||||
<para><option>--disable-scrollkeeper</option>: Do not make updates to
|
||||
the <application>scrollkeeper</application> database.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -62,6 +62,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merged gnome-games-3.2.1 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merged gnome-nettool-3.0.0 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user