glfs/gnome/add/file-roller.xml
Wayne Blaszczyk 7d0ab06dab Updated to UnRar-3.9.10.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8593 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-08-31 11:13:32 +00:00

174 lines
6.0 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 file-roller-download-http "&gnome-download-http;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
<!ENTITY file-roller-download-ftp "&gnome-download-ftp;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
<!ENTITY file-roller-md5sum "c13209518d2e2294ec1fa813e063b0c5">
<!ENTITY file-roller-size "1.7 MB">
<!ENTITY file-roller-buildsize "32 MB">
<!ENTITY file-roller-time "0.5 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>
<note><para><application>File Roller</application> is only a graphical
interface to archiving utilities such as <application>tar</application> and
<application>zip</application>.</para></note>
<!-- TODO: Cannot find a definitive list for what backend utilities are
supported, only supported file types. -->
&lfs65_built;
<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 role="required"><xref linkend="GConf"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gtk2"/>, and
<xref linkend="which"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="nautilus"/> and
<xref linkend="rarian"/></para>
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
<para role="optional"><xref linkend="unrar"/>,
<xref linkend="unzip"/>, and
<xref linkend="zip"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/file-roller"/></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) \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &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>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
wish to disable the updates to the scrollkeeper database.</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 and rpm2cpio</seg>
<seg>libnautilus-fileroller.so</seg>
<seg><envar>$GNOME_PREFIX</envar>/{lib/file-roller,
share/{file-roller/{icons/hicolor/{16x16/actions,24x24/actions},ui},
gnome/help/file-roller/*,locale/ur_PK/LC_MESSAGES,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>
<varlistentry id="libnautilus-fileroller">
<term><filename class='libraryfile'>libnautilus-fileroller.so</filename></term>
<listitem>
<para>is a <application>Nautilus</application> extension library.</para>
<indexterm zone="file-roller libnautilus-fileroller">
<primary sortas="c-libnautilus-fileroller">libnautilus-fileroller.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>