Seahorse is a graphical interface for managing and using encryption keys. Currently it supports PGP keys (using GPG/GPGME) and SSH keys.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.14/seahorse-3.14.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.14/seahorse-3.14.0.tar.xz
Download MD5 sum: 1c54bb9030ff054b870d79e86b91de6b
Download size: 1.4 MB
Estimated disk space required: 51 MB
Estimated build time: 0.4 SBU
Gcr-3.14.0, GPGME-1.5.3, GnuPG-2.0.26, Itstool-2.0.2, and libsecret-0.18
libsoup-2.48.1, OpenSSH-6.7p1 (for managing SSH keys) and Vala-0.26.2
Avahi-0.6.31 and OpenLDAP-2.4.40
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seahorse
Install Seahorse by running the following commands:
./configure --prefix=/usr \ --bindir=/usr/bin \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--bindir=/usr/bin
: Fix
desktop file.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2015-03-03 16:19:21 -0800