mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Updated to GNOME Utilities-2.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3047 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
90631d03d2
commit
c909195944
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.6/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.6/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-size "1.6 MB">
|
||||
<!ENTITY gnome-utils-buildsize "30.3 MB">
|
||||
<!ENTITY gnome-utils-time "0.40 SBU">
|
||||
|
||||
<!ENTITY gnome-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-md5sum "048224275454781c7eebc5afd4004069">
|
||||
<!ENTITY gnome-utils-size "1.7 MB">
|
||||
<!ENTITY gnome-utils-buildsize "25.1 MB">
|
||||
<!ENTITY gnome-utils-time "0.28 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
|
||||
@ -21,10 +21,12 @@
|
||||
<title>GNOME Utilities-&gnome-utils-version;</title>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application><acronym>GNOME</acronym> Utilities</application></title>
|
||||
<title>Introduction to <application><acronym>GNOME</acronym>
|
||||
Utilities</application></title>
|
||||
|
||||
<para>The <application><acronym>GNOME</acronym> Utilities</application> package contains a collection of small
|
||||
applications designed to make your life a little easier.</para>
|
||||
<para>The <application><acronym>GNOME</acronym> Utilities</application>
|
||||
package contains a collection of small applications designed to make your
|
||||
life a little easier.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -32,26 +34,33 @@ applications designed to make your life a little easier.</para>
|
||||
url="&gnome-utils-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gnome-utils-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5sum: &gnome-utils-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &gnome-utils-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&gnome-utils-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&gnome-utils-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>GNOME</acronym> Utilities</application> dependencies</title>
|
||||
|
||||
<sect3><title><application><acronym>GNOME</acronym> Utilities</application>
|
||||
dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gnome-panel"/></para></sect4>
|
||||
<para><xref linkend="gnome-panel"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="Linux_PAM"/></para></sect4>
|
||||
<para><xref linkend="Linux_PAM"/> (requires consolehelper)</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application><acronym>GNOME</acronym> Utilities</application></title>
|
||||
<title>Installation of <application><acronym>GNOME</acronym>
|
||||
Utilities</application></title>
|
||||
|
||||
<para>Install <application><acronym>GNOME</acronym> Utilities</application> by running the following commands:</para>
|
||||
<para>Install <application><acronym>GNOME</acronym> Utilities</application> by
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
@ -64,18 +73,19 @@ make install</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
|
||||
libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
<para><parameter>--libexecdir=`pkg-config
|
||||
--variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
|
||||
libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--with-pam-prefix=/etc/pam.d</parameter>: This switch
|
||||
puts <application><acronym>PAM</acronym></application> files in
|
||||
@ -87,7 +97,8 @@ puts <application><acronym>PAM</acronym></application> files in
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application><acronym>GNOME</acronym> Utilities</application> package contains
|
||||
<para>The <application><acronym>GNOME</acronym> Utilities</application>
|
||||
package contains
|
||||
<command>gnome-system-log</command>,
|
||||
<command>gnome-search-tool</command>,
|
||||
<command>gnome-dictionary</command>,
|
||||
@ -98,18 +109,20 @@ and <command>gfloppy</command>.</para>
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>gnome-system-log</title>
|
||||
<para><command>gnome-system-log</command> allows you to monitor and view system log files.</para></sect3>
|
||||
<para><command>gnome-system-log</command> allows you to monitor and view
|
||||
system log files.</para></sect3>
|
||||
|
||||
<sect3><title>gnome-search-tool</title>
|
||||
<para><command>gnome-search-tool</command> allows you to search for files on your system
|
||||
using simple and advanced search options.</para></sect3>
|
||||
<para><command>gnome-search-tool</command> allows you to search for files on
|
||||
your system using simple and advanced search options.</para></sect3>
|
||||
|
||||
<sect3><title>gnome-dictionary</title>
|
||||
<para><command>gnome-dictionary</command> allows you to look up definitions and spelling of
|
||||
words.</para></sect3>
|
||||
<para><command>gnome-dictionary</command> allows you to look up definitions
|
||||
and spelling of words.</para></sect3>
|
||||
|
||||
<sect3><title>gfloppy</title>
|
||||
<para><command>gfloppy</command> formats floppy disks under Linux.</para></sect3>
|
||||
<para><command>gfloppy</command> formats floppy disks under
|
||||
Linux.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -29,7 +29,7 @@ added a note to the Shadow instructions to test the
|
||||
installation; added command to disable root logins with ssh.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [randy]: Updated to
|
||||
AbiWord-2.2.0.</para></listitem>
|
||||
AbiWord-2.2.0 and GNOME Utilities-2.8.1.</para></listitem>
|
||||
|
||||
<listitem><para>November 27th, 2004 [dj]: Added nptl patch to j2sdk
|
||||
instructions and did minor cleanups on the instructions and
|
||||
|
Loading…
Reference in New Issue
Block a user