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.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.12/seahorse-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.12/seahorse-3.12.2.tar.xz
Download MD5 sum: 998578f6dbde86037107c137161662f2
Download size: 1.4 MB
Estimated disk space required: 51 MB
Estimated build time: 0.4 SBU
Gcr-3.12.2, GPGME-1.5.1, GnuPG-2.0.26, libsecret-0.18 and yelp-xsl-3.12.0
libsoup-2.46.0, OpenSSH-6.6p1 (for managing SSH keys) and Vala-0.24.0
Avahi-0.6.31 and OpenLDAP-2.4.39
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 2014-09-19 13:13:19 -0700