mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
8b158789c2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7905 af4574ff-66df-0310-9fd7-8a98e5e911e0
214 lines
7.6 KiB
XML
214 lines
7.6 KiB
XML
<?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-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-old-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
|
<!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-old-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
|
<!ENTITY gnome-utils-md5sum "10e8bd928d099a0d1f70919c8b7b7784">
|
|
<!ENTITY gnome-utils-size "4.0 MB">
|
|
<!ENTITY gnome-utils-buildsize "55 MB">
|
|
<!ENTITY gnome-utils-time "0.7 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
|
|
<?dbhtml filename="gnome-utils.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GNOME Utilities-&gnome-utils-version;</title>
|
|
|
|
<indexterm zone="gnome-utils">
|
|
<primary sortas="a-GNOME Utilities">GNOME Utilities</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Utilities</title>
|
|
|
|
<para>The <application>GNOME Utilities</application> package contains a
|
|
collection of small applications designed to make your life a little
|
|
easier.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-utils-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-utils-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-utils-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-utils-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-utils-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-utils-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Utilities Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gnome-panel"/>,
|
|
<xref linkend="libgnomeprintui"/>, and
|
|
<xref linkend="libgtop"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="intltool"/>,
|
|
<xref linkend="linux-pam"/> (only if consolehelper
|
|
is also installed), and <xref linkend="hal"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-utils"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Utilities</title>
|
|
|
|
<para>Install <application>GNOME Utilities</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
--sysconfdir=&gnome-etc-dir; \
|
|
--localstatedir=/var/lib \
|
|
--libexecdir=$(pkg-config \
|
|
--variable=prefix ORBit-2.0)/lib/gnome-utils \
|
|
--mandir=$(pkg-config \
|
|
--variable=prefix ORBit-2.0)/share/man &&
|
|
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/2003/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/scrollkeeper-dir.xml"/>
|
|
|
|
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
|
ORBit-2.0)/lib/bonobo</parameter>: This parameter causes the libexec
|
|
files to be installed in the preferred location of
|
|
<filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
|
|
instead of
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/gnome-mandir.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
<para><option>--with-pam-prefix=/etc/pam.d</option>: This parameter causes
|
|
the <application>PAM</application> files to be installed in the correct
|
|
location of <filename class="directory">/etc/pam.d</filename> instead of
|
|
<filename class="directory">&gnome-etc-dir;</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gfloppy, gnome-dictionary, gnome-panel-screenshot,
|
|
gnome-screenshot, gnome-search-tool, and gnome-system-log</seg>
|
|
<seg>libgdict-1.0.{so,a}</seg>
|
|
<seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
|
|
include/gdict-1.0,
|
|
lib/gnome-utils,
|
|
share/{gnome-{screenshot, system-log, utils},
|
|
gnome/help/{gfloppy, gnome-dictionary, gnome-search-tool, gnome-system-log}
|
|
omf/gnome-utils,
|
|
pixmaps/gsearchtool}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gfloppy">
|
|
<term><command>gfloppy</command></term>
|
|
<listitem>
|
|
<para>formats floppy disks under Linux.</para>
|
|
<indexterm zone="gnome-utils gfloppy">
|
|
<primary sortas="b-gfloppy">gfloppy</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-dictionary">
|
|
<term><command>gnome-dictionary</command></term>
|
|
<listitem>
|
|
<para>allows you to look up definitions and spelling of words.</para>
|
|
<indexterm zone="gnome-utils gnome-dictionary">
|
|
<primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-screenshot">
|
|
<term><command>gnome-screenshot</command></term>
|
|
<listitem>
|
|
<para>is used to capture the contents of the current desktop as
|
|
a graphics formatted file.</para>
|
|
<indexterm zone="gnome-utils gnome-screenshot">
|
|
<primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-search-tool">
|
|
<term><command>gnome-search-tool</command></term>
|
|
<listitem>
|
|
<para>allows you to search for files on your system using simple
|
|
and advanced search options.</para>
|
|
<indexterm zone="gnome-utils gnome-search-tool">
|
|
<primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-system-log">
|
|
<term><command>gnome-system-log</command></term>
|
|
<listitem>
|
|
<para>allows you to monitor and view system log files.</para>
|
|
<indexterm zone="gnome-utils gnome-system-log">
|
|
<primary sortas="b-gnome-system-log">gnome-system-log</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|