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.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.18/seahorse-3.18.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.18/seahorse-3.18.0.tar.xz
Download MD5 sum: 758204ac248e1fb3b3767ce84d2795b4
Download size: 1.5 MB
Estimated disk space required: 54 MB
Estimated build time: 0.3 SBU
Gcr-3.18.0, GnuPG-2.1.11, Itstool-2.0.2, and libsecret-0.18.4
libsoup-2.52.2, OpenSSH-7.1p2 (for managing SSH keys) and Vala-0.28.1
Avahi-0.6.31, GPGME-1.6.0, and OpenLDAP-2.4.44
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seahorse
Install Seahorse by running the following commands:
sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed ... data/*.xml: This command fixes some deprecated entries in the schema templates.
Last updated on 2016-02-26 19:14:42 -0800