source: xsoft/other/xarchiver.xml@ 00d040d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 00d040d was 00d040d, checked in by Pierre Labastie <pieere@…>, 5 years ago

Make gtk-update-... and update-desktop-... "nodump": The needed programs are
not mentioned in the dependency paragraphs, so that very often, they are not
installed. Furthermore, our policy respective to this is not clear to me:
a lot more packages install icons or .desktop files, and we do not run
updates for them. Actually, the updates should be run at the end of all
installations, not for individual pacakges...

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22159 af4574ff-66df-0310-9fd7-8a98e5e911e0

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