source: xsoft/other/xarchiver.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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