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.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.30/seahorse-3.30.1.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.30/seahorse-3.30.1.1.tar.xz
Download MD5 sum: dedeaa4118e68d7c693a936cbabcd434
Download size: 1.4 MB
Estimated disk space required: 54 MB
Estimated build time: 0.4 SBU
Gcr-3.28.1, GnuPG-2.2.13, GPGME-1.12.0, itstool-2.0.5, and libsecret-0.18.7
libsoup-2.64.2, p11-kit-0.23.15, OpenSSH-7.9p1 (for managing SSH keys) and Vala-0.42.5
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.
Last updated on 2019-02-22 05:31:06 -0800