source: xsoft/other/xarchiver.xml@ dbd73d6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dbd73d6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.8 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 "95c0e8a727faad16122d59889c105210">
10 <!ENTITY xarchiver-size "1.1 MB">
11 <!ENTITY xarchiver-buildsize "10 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
19 <title>xarchiver-&xarchiver-version;</title>
20
21 <indexterm zone="xarchiver">
22 <primary sortas="a-xarchiver">xarchiver</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xarchiver</title>
27
28 <para>
29 <application>XArchiver</application> is a <application>GTK+</application>
30 archive manager with support for tar, xz, bzip2, gzip, zip, 7z, rar, lzo
31 and many other archive formats.
32 </para>
33
34 &lfs112_checked;
35
36 <note>
37 <para>
38 <application>xarchiver</application> is only a command line or graphical
39 interface to archiving utilities such as <application>tar</application>
40 and <application>zip</application>.
41 </para>
42 </note>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&xarchiver-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xarchiver-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xarchiver-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xarchiver-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xarchiver-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xarchiver-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77<!--
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink
84 url="&patch-root;/xarchiver-&xarchiver-version;-fixes-1.patch"/>
85 </para>
86 </listitem>
87 </itemizedlist>
88-->
89 <bridgehead renderas="sect3">xarchiver Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
92 <para role="required">
93 <xref role="nodep" linkend="gtk2"/> or
94 <xref linkend="gtk3"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
98 <para role="optional">
99 <xref role="runtime" linkend="cpio"/>,
100 <xref role="runtime" linkend="lzo"/>,
101 <xref role="runtime" linkend="p7zip"/>,
102 <xref role="runtime" linkend="unrar"/>,
103 <xref role="runtime" linkend="unzip"/>, and
104 <xref role="runtime" linkend="zip"/>
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/xarchiver"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of xarchiver</title>
114
115 <para>
116 Install <application>xarchiver</application> by running the
117 following commands:
118 </para>
119
120<!-- Previously there was a command here to run ./autogen.sh.
121 With 0.5.4.15, the download that I had included the
122 configure script and the rest of the build machinery with it. -->
123<screen><userinput>./configure --prefix=/usr \
124 --libexecdir=/usr/lib/xfce4 \
125 --docdir=/usr/share/doc/xarchiver-&xarchiver-version; &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/update-icons-and-desktop.xml"/>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <parameter>--libexecdir=/usr/lib/xfce4</parameter>: This switch fixes the
148 location for the thunar-archive-plugin, so it will work if
149 <xref linkend="thunar"/> is installed.
150 </para>
151
152 <para>
153 <option>--disable-gtk3</option>: This switch allows building
154 against GTK+2 or use <option>--disable-gtk2</option> to force
155 building against GTK+3 when GTK+2 is installed.
156 </para>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 xarchiver
171 </seg>
172 <seg>
173 None
174 </seg>
175 <seg>
176 /usr/lib/xfce4/thunar-archive-plugin,
177 /usr/share/doc/xarchiver-&xarchiver-version;, and
178 /usr/share/pixmaps/xarchiver
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="xarchiver-prog">
189 <term><command>xarchiver</command></term>
190 <listitem>
191 <para>
192 is a <application>GTK+</application> archive manager
193 </para>
194 <indexterm zone="xarchiver xarchiver-prog">
195 <primary sortas="b-xarchiver">xarchiver</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.