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-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.36/seahorse-3.36.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.36/seahorse-3.36.2.tar.xz
Download MD5 sum: bee21a43b1d5c416fd22d01512e99807
Download size: 1.6 MB
Estimated disk space required: 57 MB
Estimated build time: 0.4 SBU
Gcr-3.36.0, GnuPG-2.2.21, GPGME-1.14.0, itstool-2.0.6, libhandy-0.0.13, libpwquality-1.4.2 and libsecret-0.20.3
libsoup-2.70.0, p11-kit-0.23.20, OpenLDAP-2.4.51, OpenSSH-8.3p1 (for managing SSH keys) and Vala-0.48.9
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 && mkdir build && cd build && meson --prefix=/usr .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
sed ... data/*.xml: This command fixes some deprecated entries in the schema templates.
-Dldap-support=false
: Add this switch
if you have not installed openldap.
Last updated on 2020-08-20 13:45:48 -0700