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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.20/seahorse-3.20.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.20/seahorse-3.20.0.tar.xz
Download MD5 sum: 06cdf9805d9d1adddd0140d13f1bd234
Download size: 1.5 MB
Estimated disk space required: 55 MB
Estimated build time: 0.5 SBU
Gcr-3.28.0, GnuPG-2.2.9, GPGME-1.11.1, itstool-2.0.4, and libsecret-0.18.6
libsoup-2.62.3, OpenSSH-7.7p1 (for managing SSH keys) and Vala-0.40.8
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 2018-08-30 18:48:05 -0700