source: xsoft/other/xarchiver.xml@ 96e0c171

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 96e0c171 was 7b8bec72, checked in by Xi Ruoyao <xry111@…>, 8 months ago

Fix URLs of external depedencies, remove dead "User Notes"

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