Contents
$GNOME_PREFIX
/share/{gnome/help/{seahorse-applet/*,
seahorse-plugins/*},omf/{seahorse-applet,seahorse-plugins},
pixmaps/seahorse-plugins/{22x22,48x48,scalable},seahorse-plugins/ui}
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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse-plugins/2.30/seahorse-plugins-2.30.1.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/seahorse-plugins/2.30/seahorse-plugins-2.30.1.tar.bz2
Download MD5 sum: cb8a86a1039054b621f6419ac2219695
Download size: 1.2 MB
Estimated disk space required: 26 MB
Estimated build time: 1.0 SBU
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
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
--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.
$GNOME_PREFIX
/share/{gnome/help/{seahorse-applet/*,
seahorse-plugins/*},omf/{seahorse-applet,seahorse-plugins},
pixmaps/seahorse-plugins/{22x22,48x48,scalable},seahorse-plugins/ui}
Last updated on 2010-08-29 06:16:26 +0000