seahorse-plugins-2.30.1

Introduction to seahorse-plugins

The seahorse-plugins package contains plugins and utilities for encryption in GNOME.

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

Package Information

seahorse-plugins Dependencies

Required

Seahorse-2.30.1

Optional

avahi-0.6.25, Epiphany-2.30.2, libbonoboui-2.24.3, libnotify-0.4.5, gedit-2.30.3, GNOME Panel-2.30.2, Nautilus-2.30.1, Rarian-0.8.1, and shared-mime-info-0.91

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seahorse-plugins

Installation of seahorse-plugins

Install seahorse-plugins by running the following commands:

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

--disable-scrollkeeper: Do not make updates to the scrollkeeper database. Remove it if you have rarian installed.

--disable-update-mime-database: Do not run the update-mime-database utility. Remove it if you have shared-mime-info installed.

Contents

Installed Programs: seahorse-agent, seahorse-preferences, seahorse-tool, and seahorse-applet
Installed Libraries: libseahorse-pgp.{so,a} and libnautilus-seahorse.{so,a}
Installed Directories: $GNOME_PREFIX/share/{gnome/help/{seahorse-applet/*, seahorse-plugins/*},omf/{seahorse-applet,seahorse-plugins}, pixmaps/seahorse-plugins/{22x22,48x48,scalable},seahorse-plugins/ui}

Short Descriptions

seahorse-agent

is a seahorse pass phrase caching agent.

seahorse-tool

is a PGP/GnuPG file encryption for the GNOME Desktop.

libseahorse-pgp.{so,a}

is a gedit plugin.

libnautilus-seahorse.{so,a}

is a Nautilus extension.

Last updated on 2010-08-29 06:16:26 +0000