Empathy-2.30.2

Introduction to Empathy

The Empathy package is a messaging program which supports text, voice, and video chat and file transfers over many different protocols.

This package is known to build using an LFS 6.5 platform but has not been tested.

Package Information

Empathy Dependencies

Required

Evolution Data Server-2.30.2.1, GNOME Doc Utils-0.20.2, libcanberra-0.18, libgnome-keyring-2.30.1, libnotify-0.4.5, libunique-1.1.6, telepathy-farsight-0.0.4, and which-2.20

Optional

Check, clutter-gtk-0.10.4, ConnMan, enchant-1.6.0, GeoClue, GNOME Panel-2.30.2, GTK-Doc-1.18, ISO Codes-3.30, libchamplain, NetworkManager, PyGTK-2.17.0, Rarian-0.8.1, Valgrind, and WebKitGTK+-1.6.1

Optional (Protocols)

telepathy-butterfly (MSN), telepathy-gabble (Jabber, Google Talk, XMPP), telepathy-idle (IRC), telepathy-haze (AIM, ICQ, Yahoo!), telepathy-salut (local network ("Bonjour" - iChat-compatible)), and telepathy-sofiasip (SIP)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/empathy

Installation of Empathy

Install Empathy by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --libexecdir=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/empathy &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/empathy: This parameter is used so that the Empathy internal support programs are installed in the preferred location of $GNOME_PREFIX/lib/empathy instead of $GNOME_PREFIX/libexec.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: empathy, empathy-accounts, and empathy-debugger
Installed Libraries: libnstempathy.{so,a}
Installed Directories: $GNOME_PREFIX/share/{empathy/icons/hicolor/{16x16/{actions, apps,status},22x22/{actions,apps,status},24x24/{actions,apps,status}, 32x32/{apps,status},48x48/{apps,status},scalable/{apps,status}}, gnome/help/empathy/*,telepathy/clients}

Short Descriptions

empathy

is a GNOME instant messaging client using Telepathy.

libnstempathy.{so,a}

is the Empathy nautilus-sendto plugin.

Last updated on 2010-08-22 03:25:44 +0000