Updated to GNOME Utilities-2.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4306 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-16 15:46:20 +00:00
parent 5bae145ae6
commit 15201c6a24
2 changed files with 44 additions and 25 deletions

View File

@ -6,10 +6,10 @@
<!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">
<!ENTITY gnome-utils-md5sum "78c0afdc112757b13d203fe1ad9c04ad">
<!ENTITY gnome-utils-size "2.0 MB">
<!ENTITY gnome-utils-buildsize "27 MB">
<!ENTITY gnome-utils-time "0.3 SBU">
]>
<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
@ -45,11 +45,14 @@ url="&gnome-utils-download-ftp;"/></para></listitem>
<sect3><title><application><acronym>GNOME</acronym> Utilities</application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gnome-panel"/></para>
<para><xref linkend="gnome-panel"/> and
<xref linkend="libgnomeprintui"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="Linux_PAM"/> (requires consolehelper)</para>
<para><xref linkend="Linux_PAM"/> (requires consolehelper) and
<ulink
url="http://hal.freedesktop.org/wiki/Software_2fhal">HAL</ulink></para>
</sect4>
</sect3>
@ -65,8 +68,13 @@ 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 \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -92,39 +100,49 @@ puts <application><acronym>PAM</acronym></application> files in
<filename class="directory">/etc/pam.d</filename> instead of
<filename class="directory">/etc/gnome</filename>.</para>
<para><option>--disable-hal</option>: Use this switch if you have
<application>HAL</application> version >0.4.7 installed, as the build will
fail with higher versions due to the
<application>D-BUS</application>/<application>HAL</application> ABI
changes.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GNOME</acronym> Utilities</application>
package contains
<command>gnome-system-log</command>,
<command>gnome-search-tool</command>,
<command>gnome-dictionary</command>,
and <command>gfloppy</command>.</para>
package contains
<command>gfloppy</command>,
<command>gnome-dictionary</command>,
<command>gnome-screenshot</command>,
<command>gnome-search-tool</command> and
<command>gnome-system-log</command>.</para>
</sect2>
<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>
<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>
<sect3><title>gfloppy</title>
<para><command>gfloppy</command> formats floppy disks under
Linux.</para></sect3>
<sect3><title>gnome-dictionary</title>
<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>
<sect3><title>gnome-screenshot</title>
<para><command>gnome-screenshot</command> is used to capture the contents
of the current desktop as a graphics formatted file.</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>
<sect3><title>gnome-system-log</title>
<para><command>gnome-system-log</command> allows you to monitor and view
system log files.</para></sect3>
</sect2>
</sect1>

View File

@ -25,7 +25,8 @@
<itemizedlist>
<listitem>
<para>May 16th, 2005 [randy]: Added new package gnome-audio-2.0.0.</para>
<para>May 16th, 2005 [randy]: Added new package gnome-audio-2.0.0;
updated to GNOME Utils-2.10.1.</para>
</listitem>
<listitem>