Pidgin is a Gtk+ 2 instant messaging client that can connect with a wide range of networks including AIM, ICQ, GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.sourceforge.net/pidgin/pidgin-2.10.9.tar.bz2
Download MD5 sum: 10a4a69d077893f6dd3438cd8af94e81
Download size: 9.7 MB
Estimated disk space required: 238 MB (additional 2MB for the tests and 90 MB for API docs)
Estimated build time: 1.7 SBU (additional 0.1 SBU for API docs)
GTK+-2.24.22 and XML::Parser-2.41
libgcrypt-1.6.1 and GnuTLS-3.2.11 or NSS-3.15.4
SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and Google Talk protocol plugins. GnuTLS is the preferred method (the Mozilla NSS API is more likely to change and this can cause problems).
Avahi-0.6.31 (required for the Bonjour plugin), Check-0.9.12 (only used during the test suite), Cyrus SASL-2.1.26, dbus-glib-0.102, Evolution Data Server, Farstream (Version 0.1) (required for video and voice support), GConf-3.2.6, GStreamer-0.10.36 (required for audio support), Gtkspell, Intltool-0.50.2, libidn-1.28, libgadu, Meanwhile (required for Sametime protocol support), MIT Kerberos V5-1.12.1 (required for Kerberos support in the Zephyr module), NetworkManager-0.9.8.8, SILC Client, SILC Toolkit, startup-notification-0.12, SQLite-3.8.3.1 (required for the Contact Availability Prediction plugin), Tcl-8.6.1, and Zephyr
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pidgin
Compile Pidgin by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-avahi \ --disable-dbus \ --disable-gtkspell \ --disable-gstreamer \ --disable-meanwhile \ --disable-idn \ --disable-nm \ --disable-vv \ --disable-tcl && make
If you have Doxygen-1.8.6 installed (Graphviz-2.36.0 can be used also) and you wish to create the API documentation, issue: make docs
To test the results, issue: make check.
Now, as the root
user:
make install && mkdir -pv /usr/share/doc/pidgin-2.10.9 && cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-2.10.9
If you created the API documentation, install it using the
following commands as the root
user:
mkdir -pv /usr/share/doc/pidgin-2.10.9/api && cp -v doc/html/* /usr/share/doc/pidgin-2.10.9/api
This package installs icon files into the /usr/share/icons/hicolor
hierarchy and desktop
files into the /usr/share/applications
hierarchy. You can
improve system performance and memory usage by updating
/usr/share/icons/hicolor/index.theme
and
/usr/share/applications/mimeinfo.cache
. To
perform the update you must have GTK+-2.24.22 or
GTK+-3.10.7 installed (for the icon cache) and
desktop-file-utils-0.22 (for the
desktop cache) and issue the following commands as the
root
user:
gtk-update-icon-cache && update-desktop-database
--disable-avahi
: Remove this switch if
you've installed Avahi-0.6.31.
--disable-dbus
: Remove this switch if
you've installed D-Bus-1.8.0.
--disable-gtkspell
: Spellchecking.
Remove this switch if you've installed Gtkspell.
--disable-gstreamer
: Sounds. Remove
this switch if you've installed GStreamer-0.10.36.
--disable-meanwhile
: Remove this switch
if you've installed Meanwhile.
--disable-idn
: Remove this switch if
you've installed libidn-1.28.
--disable-nm
: Remove this switch if
you've installed NetworkManager-0.9.8.8.
--disable-vv
: Video and voice. Remove
this switch if you've installed Farstream
(Version 0.1).
--disable-tcl
: Remove this switch if
you've installed Tcl-8.6.1.
--enable-cyrus-sasl
: Use this switch if
you've installed Cyrus SASL-2.1.26 and wish to build
Pidgin with SASL support.
--disable-gnutls
: Use this switch if
you've got both GnuTLS-3.2.11 and NSS-3.15.4 installed,
but want to use NSS-3.15.4 for the SSL support.
Most configuration can be accomplished by using the various
preference settings inside the programs. Additionally, you can
create a ~/.gtkrc-02
file which can
store gtk+-2 theme settings that affect Pidgin and other Gtk+ 2 applications. Note
that an example gtkrc-02
file was
installed during the package installation and can be used as a
starting point or reference.
Last updated on 2014-02-25 03:54:44 -0800