source: xsoft/other/pidgin.xml@ 1c984ec

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 1c984ec was 1c984ec, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to thunderbird-52.3.0
Rest of XSoft tags

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

  • Property mode set to 100644
File size: 13.4 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-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2">
8 <!ENTITY pidgin-download-ftp " ">
9 <!ENTITY pidgin-md5sum "8287400c4e5663e0e7844e868d5152af">
10 <!ENTITY pidgin-size "8.8 MB">
11 <!ENTITY pidgin-buildsize "230 MB (with tests)">
12 <!ENTITY pidgin-time "1.5 SBU (with tests)">
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 &lfs81_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"/>,
84 <xref linkend="gstreamer10"/> (required for audio support), and
85 <xref linkend="gnutls"/> or
86 <xref linkend="nss"/>
87 </para>
88
89 <para>
90 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
91 Google Talk protocol plugins. <application>GnuTLS</application> is the
92 preferred method (the Mozilla NSS API is more likely to change and this
93 can cause problems).
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="avahi"/> (required for the Bonjour plugin),
99 <xref linkend="check"/> (only used during the test suite),
100 <xref linkend="cyrus-sasl"/>,
101 <xref linkend="dbus"/>,
102 <xref linkend="GConf"/>,
103 <xref linkend="libidn"/> (required, if you wish to run the test suite),
104 <xref linkend="NetworkManager"/>,
105 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
106 plugin),
107 <xref linkend="startup-notification"/>,
108 <xref linkend="tcl"/>,
109 <xref linkend="tk"/>,
110 <phrase revision="sysv"><ulink url="&gnome-download-http;/evolution-data-server/">
111 Evolution Data Server</ulink></phrase>
112 <phrase revision="systemd"><xref linkend="evolution-data-server"/></phrase>,
113 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
114 Farstream (Version 0.1)</ulink>
115 (required for video and voice support),
116 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
117 <ulink url="http://libgadu.net/">libgadu</ulink>,
118 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
119 (required for Sametime protocol support),
120 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
121 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
122 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
123 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
124 module)
125 </para>
126
127 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
128 <para role="optional">
129 <xref linkend="xdg-utils"/>
130 </para>
131
132 <para condition="html" role="usernotes">
133 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
134 </para>
135 </sect2>
136
137 <sect2 role="installation">
138 <title>Installation of Pidgin</title>
139
140 <para>
141 If you wish to run the test suite, make sure that <xref
142 linkend="libidn"/> is installed and remove the switch
143 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
144 by running the following commands:
145 </para>
146
147<screen><userinput>./configure --prefix=/usr \
148 --sysconfdir=/etc \
149 --with-gstreamer=1.0 \
150 --disable-avahi \
151 --disable-gtkspell \
152 --disable-meanwhile \
153 --disable-idn \
154 --disable-nm \
155 --disable-vv \
156 --disable-tcl &amp;&amp;
157make</userinput></screen>
158
159 <para>
160 If you have <xref linkend="doxygen"/> installed
161 (<xref linkend="graphviz"/> can be used also) and you wish to create the
162 API documentation, issue: <command>make docs</command>.
163 </para>
164
165 <para>
166 Remember the remarks before <command>configure</command>. To test the
167 results, issue: <command>make check</command>.
168 </para>
169
170 <para>
171 Now, as the <systemitem class="username">root</systemitem> user:
172 </para>
173
174<screen role="root"><userinput>make install &amp;&amp;
175mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
176cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
177
178 <para>
179 If you created the API documentation, install it using the following
180 commands as the <systemitem class="username">root</systemitem> user:
181 </para>
182
183<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
184cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
185
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="../../xincludes/update-icons-and-desktop.xml"/>
188
189 </sect2>
190
191 <sect2 role="commands">
192 <title>Command Explanations</title>
193
194 <para>
195 <parameter>--with-gstreamer=1.0</parameter>: Remove this switch
196 and add <option>--disable-gstreamer</option>
197 if you've not installed <xref linkend="gstreamer10"/>.
198 </para>
199
200 <para>
201 <parameter>--disable-avahi</parameter>: Remove this switch if you've
202 installed <xref linkend="avahi"/>.
203 </para>
204
205 <para>
206 <parameter>--disable-gtkspell</parameter>: Spellchecking. Remove this
207 switch if you've installed
208 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
209 </para>
210
211 <para>
212 <parameter>--disable-meanwhile</parameter>: Remove this switch if you've
213 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
214 </para>
215
216 <para>
217 <parameter>--disable-idn</parameter>: Remove this switch if you've
218 installed <xref linkend="libidn"/>.
219 </para>
220
221 <para>
222 <parameter>--disable-nm</parameter>: Remove this switch if you've
223 installed <xref linkend="NetworkManager"/>.
224 </para>
225
226 <para>
227 <parameter>--disable-vv</parameter>: Video and voice. Remove this
228 switch if you've installed
229 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
230 Farstream (Version 0.1)</ulink>.
231 </para>
232
233 <para>
234 <parameter>--disable-tcl</parameter>: Remove this switch if you've
235 installed <xref linkend="tcl"/>.
236 </para>
237
238 <para>
239 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
240 <xref linkend="cyrus-sasl"/> and wish to build
241 <application>Pidgin</application> with SASL support.
242 </para>
243
244 <para>
245 <option>--disable-gnutls</option>: Use this switch if you've got both
246 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
247 to use <xref linkend="nss"/> for the SSL support.
248 </para>
249
250 </sect2>
251
252 <sect2 role="configuration">
253 <title>Configuring Pidgin</title>
254
255 <sect3 id="pidgin-config">
256 <title>Config Files</title>
257 <para>
258 <filename>~/.purple/*</filename> and
259 <filename>~/.gtkrc-02</filename>
260 </para>
261
262 <indexterm zone="pidgin pidgin-config">
263 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
264 </indexterm>
265
266 <indexterm zone="pidgin pidgin-config">
267 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
268 </indexterm>
269 </sect3>
270
271 <sect3><title>Configuration Information</title>
272
273 <para>
274 Most configuration can be accomplished by using the various preference
275 settings inside the programs. Additionally, you can create a
276 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
277 settings that affect <application>Pidgin</application> and other Gtk+ 2
278 applications. Note that an example <filename>gtkrc-02</filename> file
279 was installed during the package installation and can be used as a
280 starting point or reference.
281 </para>
282
283 </sect3>
284
285 </sect2>
286
287 <sect2 role="content">
288 <title>Contents</title>
289
290 <segmentedlist>
291 <segtitle>Installed Programs</segtitle>
292 <segtitle>Installed Library</segtitle>
293 <segtitle>Installed Directories</segtitle>
294
295 <seglistitem>
296 <seg>
297 finch, pidgin, purple-client-example,
298 purple-remote, purple-send, purple-send-async, and
299 purple-url-handler
300 </seg>
301 <seg>
302 libgnt.so, libpurple.so, and libpurple-client.so
303 </seg>
304 <seg>
305 /usr/include/finch,
306 /usr/include/gnt,
307 /usr/include/libpurple,
308 /usr/include/pidgin,
309 /usr/lib/finch,
310 /usr/lib/gnt,
311 /usr/lib/pidgin,
312 /usr/lib/purple-2,
313 /usr/share/doc/pidgin-&pidgin-version;,
314 /usr/share/pixmaps/pidgin,
315 /usr/share/purple, and
316 /usr/share/sounds/purple
317 </seg>
318 </seglistitem>
319 </segmentedlist>
320
321 <variablelist>
322 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
323 <?dbfo list-presentation="list"?>
324 <?dbhtml list-presentation="table"?>
325
326 <varlistentry id="finch">
327 <term><command>finch</command></term>
328 <listitem>
329 <para>
330 is a text-based instant messaging client.
331 </para>
332 <indexterm zone="pidgin finch">
333 <primary sortas="b-finch">finch</primary>
334 </indexterm>
335 </listitem>
336 </varlistentry>
337
338 <varlistentry id="pidgin-prog">
339 <term><command>pidgin</command></term>
340 <listitem>
341 <para>
342 is a <application>GTK+</application> 2 instant messaging client.
343 </para>
344 <indexterm zone="pidgin pidgin-prog">
345 <primary sortas="b-pidgin">pidgin</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry id="purple-client-example">
351 <term><command>purple-client-example</command></term>
352 <listitem>
353 <para>
354 is an example that demonstrate how to use libpurple-client
355 to communicate with purple.
356 </para>
357 <indexterm zone="pidgin purple-client-example">
358 <primary sortas="b-purple-client-example">purple-client-example</primary>
359 </indexterm>
360 </listitem>
361 </varlistentry>
362
363 <varlistentry id="purple-remote">
364 <term><command>purple-remote</command></term>
365 <listitem>
366 <para>
367 send remote commands to Pidgin/Finch.
368 </para>
369 <indexterm zone="pidgin purple-remote">
370 <primary sortas="b-purple-remote">purple-remote</primary>
371 </indexterm>
372 </listitem>
373 </varlistentry>
374
375 <varlistentry id="purple-send">
376 <term><command>purple-send</command></term>
377 <listitem>
378 <para>
379 calls purple API functions using DBus and prints the return value.
380 </para>
381 <indexterm zone="pidgin purple-send">
382 <primary sortas="b-purple-send">purple-send</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="purple-send-async">
388 <term><command>purple-send-async</command></term>
389 <listitem>
390 <para>
391 calls purple API functions using DBus. As opposed to
392 <command>purple-send</command>, it does not print the return value.
393 </para>
394 <indexterm zone="pidgin purple-send-async">
395 <primary sortas="b-purple-send-async">purple-send-async</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="purple-url-handler">
401 <term><command>purple-url-handler</command></term>
402 <listitem>
403 <para>
404 is a python script to handle URL with purple.
405 </para>
406 <indexterm zone="pidgin purple-url-handler">
407 <primary sortas="b-purple-url-handler">purple-url-handler</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 </variablelist>
413
414 </sect2>
415
416</sect1>
Note: See TracBrowser for help on using the repository browser.