source: xsoft/other/xarchiver.xml@ 61d3fd68

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 61d3fd68 was 61d3fd68, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to fftw-3.3.9.
Update to xarchiver-0.5.4.16.
Update to enchant-2.2.14.
Update to imlib2-1.7.1.
Update to libva-2.10.0 (Xorg Driver).

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
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
7<!ENTITY xarchiver-download-http "https://github.com/ib/xarchiver/archive/&xarchiver-version;/xarchiver-&xarchiver-version;.tar.gz">
8 <!ENTITY xarchiver-download-ftp " ">
9 <!ENTITY xarchiver-md5sum "d453da75498b8085adc768e926179d5a">
10 <!ENTITY xarchiver-size "1.0 MB">
11 <!ENTITY xarchiver-buildsize "28 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
38 &lfs10_checked;
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 role="nodep" linkend="gtk2"/> or
98 <xref linkend="gtk3"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
102 <para role="optional">
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"/>
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<!-- Previously there was a command here to run ./autogen.sh.
125 With 0.5.4.15, the download that I had included the
126 configure script and the rest of the build machinery with it. -->
127<screen><userinput>./configure --prefix=/usr \
128 --libexecdir=/usr/lib/xfce4 \
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 install</userinput></screen>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/update-icons-and-desktop.xml"/>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <parameter>--libexecdir=/usr/lib/xfce4</parameter>: This switch fixes the
152 location for the thunar-archive-plugin, so it will work if
153 <xref linkend="thunar"/> is installed.
154 </para>
155
156 <para>
157 <option>--disable-gtk3</option>: This switch allows building
158 against GTK+2 or use <option>--disable-gtk2</option> to force
159 building against GTK+3 when GTK+2 is installed, too.
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 xarchiver
175 </seg>
176 <seg>
177 None
178 </seg>
179 <seg>
180 /usr/lib/xfce4/thunar-archive-plugin,
181 /usr/share/doc/xarchiver-&xarchiver-version;, and
182 /usr/share/pixmaps/xarchiver
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="xarchiver-prog">
193 <term><command>xarchiver</command></term>
194 <listitem>
195 <para>
196 is a <application>GTK+</application> archive manager.
197 </para>
198 <indexterm zone="xarchiver xarchiver-prog">
199 <primary sortas="b-xarchiver">xarchiver</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.