source: xsoft/other/pidgin.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.0 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 pidgin-download-http "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
8 <!ENTITY pidgin-download-ftp " ">
9 <!ENTITY pidgin-md5sum "7c8bb6f997e05e7929104439872c2844">
10 <!ENTITY pidgin-size "9.0 MB">
11 <!ENTITY pidgin-buildsize "215 MB (additional 2 MB for the tests and 91 MB for API docs)">
12 <!ENTITY pidgin-time "1.9 SBU (additional 0.1 SBU for API docs)">
13]>
14
15<sect1 id="pidgin" xreflabel="Pidgin-&pidgin-version;">
16 <?dbhtml filename="pidgin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Pidgin-&pidgin-version;</title>
24
25 <indexterm zone="pidgin">
26 <primary sortas="a-Pidgin">Pidgin</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pidgin</title>
31
32 <para>
33 <application>Pidgin</application> is a Gtk+ 2 instant messaging client
34 that can connect with a wide range of networks including AIM, ICQ,
35 GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
36 </para>
37
38 &lfs77_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&pidgin-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&pidgin-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &pidgin-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &pidgin-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &pidgin-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &pidgin-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libgcrypt"/> and
84 <xref linkend="gnutls"/> or
85 <xref linkend="nss"/>
86 </para>
87
88 <para>
89 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
90 Google Talk protocol plugins. <application>GnuTLS</application> is the
91 preferred method (the Mozilla NSS API is more likely to change and this
92 can cause problems).
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="avahi"/> (required for the Bonjour plugin),
98 <xref linkend="check"/> (only used during the test suite),
99 <xref linkend="cyrus-sasl"/>,
100 <xref linkend="dbus"/>,
101 <xref linkend="evolution-data-server"/>,
102 <xref linkend="GConf"/>,
103 <xref linkend="libidn"/> (required, if you wish to run the test suite),
104 <xref linkend="NetworkManager"/>,
105 <xref linkend="gstreamer"/> (required for audio support),
106 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
107 plugin),
108 <xref linkend="startup-notification"/>,
109 <xref linkend="tcl"/>,
110 <xref linkend="tk"/>,
111 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
112 Farstream (Version 0.1)</ulink>
113 (required for video and voice support),
114 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
115 <ulink url="http://libgadu.net/">libgadu</ulink>,
116 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
117 (required for Sametime protocol support),
118 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
119 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
120 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
121 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
122 module),
123 </para>
124
125 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
126 <para role="optional">
127 <xref linkend="xdg-utils"/>
128 </para>
129
130 <para condition="html" role="usernotes">
131 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
132 </para>
133 </sect2>
134
135 <sect2 role="installation">
136 <title>Installation of Pidgin</title>
137
138 <para>
139 If you wish to run the test suite, make sure that <xref
140 linkend="libidn"/> is installed and remove the switch
141 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
142 by running the following commands:
143 </para>
144
145<screen><userinput>./configure --prefix=/usr \
146 --sysconfdir=/etc \
147 --disable-avahi \
148 --disable-gtkspell \
149 --disable-gstreamer \
150 --disable-meanwhile \
151 --disable-idn \
152 --disable-nm \
153 --disable-vv \
154 --disable-tcl &amp;&amp;
155make</userinput></screen>
156
157 <para>
158 If you have <xref linkend="doxygen"/> installed
159 (<xref linkend="graphviz"/> can be used also) and you wish to create the
160 API documentation, issue: <command>make docs</command>.
161 </para>
162
163 <para>
164 Remember the remarks before <command>configure</command>. To test the
165 results, issue: <command>make check</command>.
166 </para>
167
168 <para>
169 Now, as the <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"><userinput>make install &amp;&amp;
173mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
174cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
175
176 <para>
177 If you created the API documentation, install it using the following
178 commands as the <systemitem class="username">root</systemitem> user:
179 </para>
180
181<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
182cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
183
184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="../../xincludes/update-icons-and-desktop.xml"/>
186
187 </sect2>
188
189 <sect2 role="commands">
190 <title>Command Explanations</title>
191
192 <para>
193 <option>--disable-avahi</option>: Remove this switch if you've
194 installed <xref linkend="avahi"/>.
195 </para>
196
197 <para>
198 <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
199 you've installed
200 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
201 </para>
202
203 <para>
204 <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
205 installed <xref linkend="gstreamer"/>.
206 </para>
207
208 <para>
209 <option>--disable-meanwhile</option>: Remove this switch if you've
210 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
211 </para>
212
213 <para>
214 <option>--disable-idn</option>: Remove this switch if you've installed
215 <xref linkend="libidn"/>.
216 </para>
217
218 <para>
219 <option>--disable-nm</option>: Remove this switch if you've installed
220 <xref linkend="NetworkManager"/>.
221 </para>
222
223 <para>
224 <option>--disable-vv</option>: Video and voice. Remove this switch if
225 you've installed
226 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
227 Farstream (Version 0.1)</ulink>.
228 </para>
229
230 <para>
231 <option>--disable-tcl</option>: Remove this switch if you've installed
232 <xref linkend="tcl"/>.
233 </para>
234
235 <para>
236 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
237 <xref linkend="cyrus-sasl"/> and wish to build
238 <application>Pidgin</application> with SASL support.
239 </para>
240
241 <para>
242 <option>--disable-gnutls</option>: Use this switch if you've got both
243 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
244 to use <xref linkend="nss"/> for the SSL support.
245 </para>
246
247 </sect2>
248
249 <sect2 role="configuration">
250 <title>Configuring Pidgin</title>
251
252 <sect3 id="pidgin-config">
253 <title>Config Files</title>
254 <para>
255 <filename>~/.purple/*</filename> and
256 <filename>~/.gtkrc-02</filename>
257 </para>
258
259 <indexterm zone="pidgin pidgin-config">
260 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
261 </indexterm>
262
263 <indexterm zone="pidgin pidgin-config">
264 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
265 </indexterm>
266 </sect3>
267
268 <sect3><title>Configuration Information</title>
269
270 <para>
271 Most configuration can be accomplished by using the various preference
272 settings inside the programs. Additionally, you can create a
273 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
274 settings that affect <application>Pidgin</application> and other Gtk+ 2
275 applications. Note that an example <filename>gtkrc-02</filename> file
276 was installed during the package installation and can be used as a
277 starting point or reference.
278 </para>
279
280 </sect3>
281
282 </sect2>
283
284 <sect2 role="content">
285 <title>Contents</title>
286
287 <segmentedlist>
288 <segtitle>Installed Programs</segtitle>
289 <segtitle>Installed Library</segtitle>
290 <segtitle>Installed Directories</segtitle>
291
292 <seglistitem>
293 <seg>
294 finch, pidgin, purple-client-example,
295 purple-remote, purple-send, purple-send-async, and
296 purple-url-handler
297 </seg>
298 <seg>
299 libgnt.so, libpurple.so, and libpurple-client.so
300 </seg>
301 <seg>
302 /usr/include/finch,
303 /usr/include/gnt,
304 /usr/include/libpurple,
305 /usr/include/pidgin,
306 /usr/lib/finch,
307 /usr/lib/gnt,
308 /usr/lib/pidgin,
309 /usr/lib/purple-2,
310 /usr/share/doc/pidgin-&pidgin-version;,
311 /usr/share/pixmaps/pidgin,
312 /usr/share/purple, and
313 /usr/share/sounds/purple
314 </seg>
315 </seglistitem>
316 </segmentedlist>
317
318 <variablelist>
319 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
320 <?dbfo list-presentation="list"?>
321 <?dbhtml list-presentation="table"?>
322
323 <varlistentry id="pidgin-prog">
324 <term><command>pidgin</command></term>
325 <listitem>
326 <para>
327 is a <application>GTK+</application> 2 instant messaging client.
328 </para>
329 <indexterm zone="pidgin pidgin-prog">
330 <primary sortas="b-pidgin">pidgin</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="finch">
336 <term><command>finch</command></term>
337 <listitem>
338 <para>
339 is a text-based instant messaging client.
340 </para>
341 <indexterm zone="pidgin finch">
342 <primary sortas="b-finch">finch</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 </variablelist>
348
349 </sect2>
350
351</sect1>
Note: See TracBrowser for help on using the repository browser.