glfs/xsoft/other/xarchiver.xml
Bruce Dubbs 9685244358 Tags for X Software
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17065 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-05 06:15:24 +00:00

214 lines
6.1 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 xarchiver-download-http "http://downloads.sourceforge.net/project/xarchiver/xarchiver-&xarchiver-version;.tar.bz2">
<!ENTITY xarchiver-download-ftp " ">
<!ENTITY xarchiver-md5sum "1b4cd37a6af03afc957a8e307417e8d0">
<!ENTITY xarchiver-size "980 KB">
<!ENTITY xarchiver-buildsize "16 MB">
<!ENTITY xarchiver-time "0.1 SBU">
]>
<sect1 id="xarchiver" xreflabel="xarchiver-&xarchiver-version;">
<?dbhtml filename="xarchiver.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>xarchiver-&xarchiver-version;</title>
<indexterm zone="xarchiver">
<primary sortas="a-xarchiver">xarchiver</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to xarchiver</title>
<para>
<application>XArchiver</application> is a <application>GTK+</application>
archive manager with support for tar, xz, bzip2, gzip, zip, 7z, rar, lzo
and many other archive formats.
</para>
&lfs79_checked;
<note>
<para>
<application>xarchiver</application> is only a command line or graphical
interface to archiving utilities such as <application>tar</application>
and <application>zip</application>.
</para>
</note>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xarchiver-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xarchiver-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xarchiver-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xarchiver-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xarchiver-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xarchiver-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink
url="&patch-root;/xarchiver-&xarchiver-version;-fixes-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">xarchiver Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk2"/> or
<xref linkend="gtk3"/>
</para>
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
<para role="optional">
<xref linkend="cpio"/>,
<xref linkend="lzo"/>,
<xref linkend="p7zip"/>,
<xref linkend="unrar"/>,
<xref linkend="unzip"/>, and
<xref linkend="zip"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xarchiver"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of xarchiver</title>
<para>
Install <application>xarchiver</application> by running the
following commands:
</para>
<screen><userinput>patch -Np1 -i ../xarchiver-&xarchiver-version;-fixes-1.patch &amp;&amp;
./autogen.sh --prefix=/usr \
--libexecdir=/usr/lib/xfce4 \
--disable-gtk3 \
--docdir=/usr/share/doc/xarchiver-&xarchiver-version; &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 DOCDIR=/usr/share/doc/xarchiver-&xarchiver-version; install</userinput></screen>
<para>
If <xref linkend="desktop-file-utils"/> and <xref
linkend="hicolor-icon-theme"/> are installed, issue, as <systemitem
class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>update-desktop-database &amp;&amp;
gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--libexecdir=/usr/lib/xfce4</parameter>: This switch fixes the
location for the thunar-archive-plugin, so it will work if
<xref linkend="thunar"/> is installed.
</para>
<para>
<parameter>---disable-gtk3</parameter>: This switch chooses to build
against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it
or replace it, if you wish to build against GTK+3.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
xarchiver
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/xfce4/thunar-archive-plugin,
/usr/share/doc/xarchiver-&xarchiver-version;, and
/usr/share/pixmaps/xarchiver
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="xarchiver-prog">
<term><command>xarchiver</command></term>
<listitem>
<para>
is a <application>GTK+</application> archive manager.
</para>
<indexterm zone="xarchiver xarchiver-prog">
<primary sortas="b-xarchiver">xarchiver</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>