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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 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 1d23596 was 1d23596, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to Samba-4.10.6
Abiword, Libreoffice, Pidgin - fix optional dependencies now that evolution-data-server, telepathy-glib, zenity, and others are now available to elogind systems
TigerVNC - Remove redundant creation of a desktop file, since the Makefile now installs one

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

  • Property mode set to 100644
File size: 13.2 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 "423403494fe1951e47cc75231f743bb0">
10 <!ENTITY pidgin-size "8.6 MB">
11 <!ENTITY pidgin-buildsize "235 MB (with tests and docs)">
12 <!ENTITY pidgin-time "0.7 SBU (using parallelism=4; with tests and 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 &lfs84_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="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="sqlite"/> (required for the Contact Availability Prediction
106 plugin),
107 <xref linkend="startup-notification"/>,
108 <xref linkend="tcl"/>,
109 <xref linkend="tk"/>,
110 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
111 Farstream (Version 0.1)</ulink>
112 (required for video and voice support),
113 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
114 <ulink url="http://libgadu.net/">libgadu</ulink>,
115 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
116 (required for Sametime protocol support),
117 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
118 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
119 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
120 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
121 module)
122 </para>
123
124 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
125 <para role="optional">
126 <xref role="runtime" linkend="xdg-utils"/>
127 </para>
128
129 <para condition="html" role="usernotes">
130 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
131 </para>
132 </sect2>
133
134 <sect2 role="installation">
135 <title>Installation of Pidgin</title>
136
137 <para>
138 If you wish to run the test suite, make sure that <xref
139 linkend="libidn"/> is installed and remove the switch
140 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
141 by running the following commands:
142 </para>
143
144<screen><userinput>./configure --prefix=/usr \
145 --sysconfdir=/etc \
146 --with-gstreamer=1.0 \
147 --disable-avahi \
148 --disable-gtkspell \
149 --disable-meanwhile \
150 --disable-idn \
151 --disable-nm \
152 --disable-vv \
153 --disable-tcl &amp;&amp;
154make</userinput></screen>
155
156 <para>
157 If you have <xref linkend="doxygen"/> installed
158 (<xref linkend="graphviz"/> can be used also) and you wish to create the
159 API documentation, issue: <command>make docs</command>.
160 </para>
161
162 <para>
163 Remember the remarks before <command>configure</command>. To test the
164 results, issue: <command>make check</command>.
165 </para>
166
167 <para>
168 Now, as the <systemitem class="username">root</systemitem> user:
169 </para>
170
171<screen role="root"><userinput>make install &amp;&amp;
172mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
173cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
174
175 <para>
176 If you created the API documentation, install it using the following
177 commands as the <systemitem class="username">root</systemitem> user:
178 </para>
179
180<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
181cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="../../xincludes/update-icons-and-desktop.xml"/>
185
186 </sect2>
187
188 <sect2 role="commands">
189 <title>Command Explanations</title>
190
191 <para>
192 <parameter>--with-gstreamer=1.0</parameter>: Remove this switch
193 and add <option>--disable-gstreamer</option>
194 if you've not installed <xref linkend="gstreamer10"/>.
195 </para>
196
197 <para>
198 <parameter>--disable-avahi</parameter>: Remove this switch if you've
199 installed <xref linkend="avahi"/>.
200 </para>
201
202 <para>
203 <parameter>--disable-gtkspell</parameter>: Spellchecking. Remove this
204 switch if you've installed
205 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
206 </para>
207
208 <para>
209 <parameter>--disable-meanwhile</parameter>: Remove this switch if you've
210 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
211 </para>
212
213 <para>
214 <parameter>--disable-idn</parameter>: Remove this switch if you've
215 installed <xref linkend="libidn"/>.
216 </para>
217
218 <para>
219 <parameter>--disable-nm</parameter>: Remove this switch if you've
220 installed <xref linkend="NetworkManager"/>.
221 </para>
222
223 <para>
224 <parameter>--disable-vv</parameter>: Video and voice. Remove this
225 switch if 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 <parameter>--disable-tcl</parameter>: Remove this switch if you've
232 installed <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="finch">
324 <term><command>finch</command></term>
325 <listitem>
326 <para>
327 is a text-based instant messaging client.
328 </para>
329 <indexterm zone="pidgin finch">
330 <primary sortas="b-finch">finch</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="pidgin-prog">
336 <term><command>pidgin</command></term>
337 <listitem>
338 <para>
339 is a <application>GTK+</application> 2 instant messaging client.
340 </para>
341 <indexterm zone="pidgin pidgin-prog">
342 <primary sortas="b-pidgin">pidgin</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 <varlistentry id="purple-client-example">
348 <term><command>purple-client-example</command></term>
349 <listitem>
350 <para>
351 is an example that demonstrate how to use libpurple-client
352 to communicate with purple.
353 </para>
354 <indexterm zone="pidgin purple-client-example">
355 <primary sortas="b-purple-client-example">purple-client-example</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 <varlistentry id="purple-remote">
361 <term><command>purple-remote</command></term>
362 <listitem>
363 <para>
364 send remote commands to Pidgin/Finch.
365 </para>
366 <indexterm zone="pidgin purple-remote">
367 <primary sortas="b-purple-remote">purple-remote</primary>
368 </indexterm>
369 </listitem>
370 </varlistentry>
371
372 <varlistentry id="purple-send">
373 <term><command>purple-send</command></term>
374 <listitem>
375 <para>
376 calls purple API functions using DBus and prints the return value.
377 </para>
378 <indexterm zone="pidgin purple-send">
379 <primary sortas="b-purple-send">purple-send</primary>
380 </indexterm>
381 </listitem>
382 </varlistentry>
383
384 <varlistentry id="purple-send-async">
385 <term><command>purple-send-async</command></term>
386 <listitem>
387 <para>
388 calls purple API functions using DBus. As opposed to
389 <command>purple-send</command>, it does not print the return value.
390 </para>
391 <indexterm zone="pidgin purple-send-async">
392 <primary sortas="b-purple-send-async">purple-send-async</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396
397 <varlistentry id="purple-url-handler">
398 <term><command>purple-url-handler</command></term>
399 <listitem>
400 <para>
401 is a python script to handle URL with purple.
402 </para>
403 <indexterm zone="pidgin purple-url-handler">
404 <primary sortas="b-purple-url-handler">purple-url-handler</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
409 </variablelist>
410
411 </sect2>
412
413</sect1>
Note: See TracBrowser for help on using the repository browser.