source: xsoft/other/xarchiver.xml@ 7899010

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 7899010 was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 13 months ago

Remove obsolete references to gtk2

  • 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 "94621a793a45521ef55702e940442552">
10 <!ENTITY xarchiver-size "1.1 MB">
11 <!ENTITY xarchiver-buildsize "11 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 &lfs120_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 linkend="gtk3"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
97 <para role="optional">
98 <xref role="runtime" linkend="cpio"/>,
99 <xref role="runtime" linkend="lzo"/>,
100 <xref role="runtime" linkend="p7zip"/>,
101 <xref role="runtime" linkend="unrar"/>,
102 <xref role="runtime" linkend="unzip"/>, and
103 <xref role="runtime" linkend="zip"/>
104 </para>
105
106 <para condition="html" role="usernotes">Editor Notes:
107 <ulink url="&blfs-wiki;/xarchiver"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of xarchiver</title>
113
114 <para>
115 Install <application>xarchiver</application> by running the
116 following commands:
117 </para>
118
119<!-- Previously there was a command here to run ./autogen.sh.
120 With 0.5.4.15, the download that I had included the
121 configure script and the rest of the build machinery with it. -->
122<screen><userinput>./configure --prefix=/usr \
123 --libexecdir=/usr/lib/xfce4 \
124 --docdir=/usr/share/doc/xarchiver-&xarchiver-version; &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/update-icons-and-desktop.xml"/>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <para>
146 <parameter>--libexecdir=/usr/lib/xfce4</parameter>: This switch fixes the
147 location for the thunar-archive-plugin, so it will work if
148 <xref linkend="thunar"/> is installed.
149 </para>
150
151 <para>
152 <option>--disable-gtk3</option>: This switch allows building
153 against GTK+2 or use <option>--disable-gtk2</option> to force
154 building against GTK+3 when GTK+2 is installed.
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Program</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 xarchiver
170 </seg>
171 <seg>
172 None
173 </seg>
174 <seg>
175 /usr/lib/xfce4/thunar-archive-plugin,
176 /usr/share/doc/xarchiver-&xarchiver-version;, and
177 /usr/share/pixmaps/xarchiver
178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="xarchiver-prog">
188 <term><command>xarchiver</command></term>
189 <listitem>
190 <para>
191 is a <application>GTK+</application> archive manager
192 </para>
193 <indexterm zone="xarchiver xarchiver-prog">
194 <primary sortas="b-xarchiver">xarchiver</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.