source: xsoft/other/xarchiver.xml

trunk
Last change on this file was 058abc92, checked in by Douglas R. Reno <renodr@…>, 3 months ago

xarchiver: remove a reference to GTK+-2.

For xarchiver we're already using GTK+-3, and we're getting rid of
GTK+-2 soon (GIMP3 has hit it's final developer release). This is one
less reference to worry about cleaning up later.

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "bfdace2b113417e1bc77ef304280d103">
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 &lfs121_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<!--
148 <para>
149 <option>- -disable-gtk3</option>: This switch allows building
150 against GTK+2 or use <option>- -disable-gtk2</option> to force
151 building against GTK+3 when GTK+2 is installed.
152 </para>
153-->
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
167 xarchiver
168 </seg>
169 <seg>
170 None
171 </seg>
172 <seg>
173 /usr/lib/xfce4/thunar-archive-plugin,
174 /usr/share/doc/xarchiver-&xarchiver-version;, and
175 /usr/share/pixmaps/xarchiver
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="xarchiver-prog">
186 <term><command>xarchiver</command></term>
187 <listitem>
188 <para>
189 is a <application>GTK+</application> archive manager
190 </para>
191 <indexterm zone="xarchiver xarchiver-prog">
192 <primary sortas="b-xarchiver">xarchiver</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.