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-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/seahorse/40/seahorse-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/seahorse/40/seahorse-40.0.tar.xz
Download MD5 sum: c6c11d77e64c4efc31f02c7127327be8
Download size: 1.3 MB
Estimated disk space required: 58 MB
Estimated build time: 0.4 SBU
Gcr-3.40.0, GnuPG-2.2.29, GPGME-1.16.0, itstool-2.0.6, libhandy-1.2.3, libpwquality-1.4.4 and libsecret-0.20.4
libsoup-2.74.0, p11-kit-0.24.0, OpenLDAP-2.5.7, OpenSSH-8.7p1 (for managing SSH keys) and Vala-0.52.5
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. Note that you will have to use
the following 'sed' command to fix the build: sed -i "448
s/g_list/if (ssrc) &/" pgp/seahorse-pgp-backend.c
Last updated on