glfs/gnome/add/file-roller.xml
Manuel Canales Esparcia 1871e8e574 Tagged file-roller.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4414 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-21 15:07:56 +00:00

140 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY file-roller-download-http "http://ftp.gnome.org/pub/GNOME/sources/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
<!ENTITY file-roller-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
<!ENTITY file-roller-md5sum "dd152e2cb1bfe5c46930ae74c73e4f8e">
<!ENTITY file-roller-size "1.3 MB">
<!ENTITY file-roller-buildsize "20 MB">
<!ENTITY file-roller-time "0.3 SBU">
]>
<sect1 id="file-roller" xreflabel="File Roller-&file-roller-version;">
<?dbhtml filename="file-roller.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>File Roller-&file-roller-version;</title>
<indexterm zone="file-roller">
<primary sortas="a-File-Roller">File Roller</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to File Roller</title>
<para><application>File Roller</application> is an archive manager for
<application>GNOME</application> with support for tar, bzip2, gzip, zip,
jar, compress, lzop and many other archive formats.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&file-roller-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&file-roller-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &file-roller-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &file-roller-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &file-roller-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &file-roller-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">File Roller Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="libgnomeui"/> and
<xref linkend="scrollkeeper"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="nautilus"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of File Roller</title>
<para>Install <application>File Roller</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
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>
<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>
<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>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>file-roller</seg>
<seg>bonobo component and nautilus extension</seg>
<seg>/etc/gnome/gconf/gconf.xml.defaults/apps/file-roller,
/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/file-roller,
$GNOME_PREFIX/share/file-roller,
$GNOME_PREFIX/share/gnome/help/file-roller, and
$GNOME_PREFIX/share/omf/file-roller</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="file-roller-prog">
<term><command>file-roller</command></term>
<listitem>
<para>is an archiver for <application>GNOME</application>.</para>
<indexterm zone="file-roller file-roller-prog">
<primary sortas="b-file-roller">file-roller</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>