nautilus-sendto-2.28.4

Introduction to nautilus-sendto

The nautilus-sendto package provides the Nautilus file manager with a context menu component for quickly sending files to accounts in an Evolution email address book, contacts on a Pidgin, Gajim instant messaging list, through Thunderbird, or through Claws Mail (formerly Sylpheed Claws).

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

Package Information

nautilus-sendto Dependencies

Required

Nautilus-2.30.1

Optional

Evolution-2.30.2, Evolution Data Server-2.30.2.1, gUPnP, and telepathy-glib-0.9.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus-sendto

Installation of nautilus-sendto

Install nautilus-sendto by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 &&
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.

Contents

Installed Program: nautilus-sendto
Installed Libraries: libnstbluetooth.so, libnstburn.so, libnstgajim.so, libnstpidgin.so, libnstremovable_devices.so, libnstupnp.so, and libnautilus-sendto.so
Installed Directories: $GNOME_PREFIX/{include/nautilus-sendto, lib/nautilus-sendto/plugins,share/{gtk-doc/html/nautilus-sendto, nautilus-sendto/ui}}

Short Descriptions

nautilus-sendto

is a convenience application to send a file via email or instant messenger.

libnstbluetooth.so

is the bluetooth plugin library.

libnstburn.so

is the nautilus-burn plugin library.

libnstgajim.so

is the Gajim plugin library.

libnstpidgin.so

is the Pidgin plugin library.

libnstremovable_devices.so

is the removable-devices plugin library.

libnstupnp.so

is the upnp plugin library.

libnautilus-sendto.so

contains the nautilus-sendto API functions.

Last updated on 2010-08-14 06:05:00 +0000