source: xsoft/other/xarchiver.xml@ f954995

xry111/intltool
Last change on this file since f954995 was f954995, checked in by Xi Ruoyao <xry111@…>, 2 years ago

Add intltool dependencies

bluefish: add intltool dependency
brasero: add intltool dependency
cups-pk-helper: add intltool dependency
evolution-data-server: add intltool dependency
gdl: add intltool dependency
gnome-themes-extra: add intltool dependency
goffice: add intltool dependency
libfm: add intltool dependency
libmypaint: add intltool dependency
lxde packages: add intltool dependency
mousepad: add intltool dependency
pavucontrol: add intltool dependency
polkit-gnome: add intltool dependency
sound-theme-freedesktop: add intltool dependency
telepathy-logger: add intltool dependency
vinagre: add intltool dependency
xarchiver: add intltool dependency
xscreensaver: add intltool dependency

  • 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 &lfs111_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"/>, and
98 <xref linkend="intltool"/>
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<!-- Previously there was a command here to run ./autogen.sh.
125 With 0.5.4.15, the download that I had included the
126 configure script and the rest of the build machinery with it. -->
127<screen><userinput>./configure --prefix=/usr \
128 --libexecdir=/usr/lib/xfce4 \
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 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 <option>--disable-gtk3</option>: This switch allows building
158 against GTK+2 or use <option>--disable-gtk2</option> to force
159 building against GTK+3 when GTK+2 is installed, too.
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.