source: xsoft/other/xarchiver.xml@ b282e39

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b282e39 was b282e39, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to epiphany-3.26.6.
More tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19874 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[82a34e1]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY xarchiver-download-http "&sourceforge-dl;/xarchiver/xarchiver-&xarchiver-version;.tar.bz2">
[82a34e1]8 <!ENTITY xarchiver-download-ftp " ">
9 <!ENTITY xarchiver-md5sum "1b4cd37a6af03afc957a8e307417e8d0">
10 <!ENTITY xarchiver-size "980 KB">
11 <!ENTITY xarchiver-buildsize "16 MB">
12 <!ENTITY xarchiver-time "0.1 SBU">
13]>
14
15<sect1 id="xarchiver" xreflabel="xarchiver-&xarchiver-version;">
16 <?dbhtml filename="xarchiver.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xarchiver-&xarchiver-version;</title>
24
25 <indexterm zone="xarchiver">
26 <primary sortas="a-xarchiver">xarchiver</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xarchiver</title>
31
32 <para>
33 <application>XArchiver</application> is a <application>GTK+</application>
34 archive manager with support for tar, xz, bzip2, gzip, zip, 7z, rar, lzo
35 and many other archive formats.
36 </para>
37
[b282e39]38 &lfs82_checked;
[82a34e1]39
40 <note>
41 <para>
42 <application>xarchiver</application> is only a command line or graphical
43 interface to archiving utilities such as <application>tar</application>
44 and <application>zip</application>.
45 </para>
46 </note>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>
52 Download (HTTP): <ulink url="&xarchiver-download-http;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download (FTP): <ulink url="&xarchiver-download-ftp;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download MD5 sum: &xarchiver-md5sum;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download size: &xarchiver-size;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated disk space required: &xarchiver-buildsize;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated build time: &xarchiver-time;
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
83 <itemizedlist spacing="compact">
84 <listitem>
85 <para>
86 Required patch:
87 <ulink
88 url="&patch-root;/xarchiver-&xarchiver-version;-fixes-1.patch"/>
89 </para>
90 </listitem>
91 </itemizedlist>
92
93 <bridgehead renderas="sect3">xarchiver Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Required</bridgehead>
96 <para role="required">
97 <xref linkend="gtk2"/> or
98 <xref linkend="gtk3"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
102 <para role="optional">
[c8b93dfd]103 <xref role="runtime" linkend="cpio"/>,
104 <xref role="runtime" linkend="lzo"/>,
105 <xref role="runtime" linkend="p7zip"/>,
106 <xref role="runtime" linkend="unrar"/>,
107 <xref role="runtime" linkend="unzip"/>, and
108 <xref role="runtime" linkend="zip"/>
[82a34e1]109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/xarchiver"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of xarchiver</title>
118
119 <para>
120 Install <application>xarchiver</application> by running the
121 following commands:
122 </para>
123
124<screen><userinput>patch -Np1 -i ../xarchiver-&xarchiver-version;-fixes-1.patch &amp;&amp;
125
126./autogen.sh --prefix=/usr \
127 --libexecdir=/usr/lib/xfce4 \
128 --disable-gtk3 \
129 --docdir=/usr/share/doc/xarchiver-&xarchiver-version; &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make DOCDIR=/usr/share/doc/xarchiver-&xarchiver-version; install</userinput></screen>
141
142 <para>
143 If <xref linkend="desktop-file-utils"/> and <xref
144 linkend="hicolor-icon-theme"/> are installed, issue, as <systemitem
145 class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>update-desktop-database &amp;&amp;
149gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <para>
156 <parameter>--libexecdir=/usr/lib/xfce4</parameter>: This switch fixes the
157 location for the thunar-archive-plugin, so it will work if
158 <xref linkend="thunar"/> is installed.
159 </para>
160
161 <para>
[1a518e97]162 <parameter>--disable-gtk3</parameter>: This switch allows building
[82a34e1]163 against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it
164 or replace it, if you wish to build against GTK+3.
165 </para>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Program</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 xarchiver
180 </seg>
181 <seg>
182 None
183 </seg>
184 <seg>
185 /usr/lib/xfce4/thunar-archive-plugin,
186 /usr/share/doc/xarchiver-&xarchiver-version;, and
187 /usr/share/pixmaps/xarchiver
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="xarchiver-prog">
198 <term><command>xarchiver</command></term>
199 <listitem>
200 <para>
201 is a <application>GTK+</application> archive manager.
202 </para>
203 <indexterm zone="xarchiver xarchiver-prog">
204 <primary sortas="b-xarchiver">xarchiver</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.