Seahorse is a graphical interface for managing and using encryption keys. Currently it supports PGP keys (using GPG/GPGME) and SSH keys.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.gnome.org/sources/seahorse/42/seahorse-42.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/seahorse/42/seahorse-42.0.tar.xz
Download MD5 sum: 522fb61d05d523bd42fb77eb7f59b42f
Download size: 1.3 MB
Estimated disk space required: 33 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
Gcr-3.41.1, GnuPG-2.3.7, GPGME-1.17.1, itstool-2.0.7, libhandy-1.6.3, libpwquality-1.4.4 and libsecret-0.20.5
libsoup-2.74.2, p11-kit-0.24.1, OpenLDAP-2.6.3, OpenSSH-9.0p1 (for managing SSH keys) and Vala-0.56.2
User Notes: https://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 --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
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.