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.1 platform.
Download (HTTP): https://download.gnome.org/sources/seahorse/3.38/seahorse-3.38.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/seahorse/3.38/seahorse-3.38.1.tar.xz
Download MD5 sum: e9d710e7c0282e6680869f48bf0a71d2
Download size: 1.6 MB
Estimated disk space required: 58 MB
Estimated build time: 0.4 SBU
Gcr-3.40.0, GnuPG-2.2.27, GPGME-1.15.1, itstool-2.0.6, libhandy-1.2.0, libpwquality-1.4.4 and libsecret-0.20.4
libsoup-2.72.0, p11-kit-0.23.22, OpenLDAP-2.4.58, OpenSSH-8.5p1 (for managing SSH keys) and Vala-0.52.0
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 2021-02-25 13:57:49 -0600