The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-keyring/46/gnome-keyring-46.2.tar.xz
Download MD5 sum: 7a8ab16a87f03ca05fc176925fcce649
Download size: 1.3 MB
Estimated disk space required: 129 MB
Estimated build time: 0.2 SBU (Using parallelism=4; add 0.2 SBU for tests)
Linux-PAM-1.6.1, libxslt-1.1.42, and OpenSSH-9.8p1
GnuPG-2.4.5, Valgrind-3.23.0, LCOV, and libcap-ng
Install GNOME Keyring by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-ssh-agent && make
A session bus address is necessary to run the tests. To test the results, issue: make check.
Now, as the root
user:
make install
sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.
--enable-ssh-agent
: This
switch enables the SSH agent built in to gnome-keyring instead of
the one in GCR. This is done due to bugs in gcr which cause the
agent to not work correctly.