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 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-keyring/50/gnome-keyring-50.0.tar.xz
Download MD5 sum: 406fb764c664de580a091527af059750
Download size: 752 KB
Estimated disk space required: 38 MB
Estimated build time: 0.1 SBU (Using parallelism=4; add 0.2 SBU for tests)
Linux-PAM-1.7.2, libxslt-1.1.45, and OpenSSH-10.5p1
Install GNOME Keyring by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && mkdir build-gkr && cd build-gkr && meson setup --prefix=/usr --buildtype=release .. && ninja
A session bus address is necessary to run the tests. To test the results, issue: ninja test.
Now, as the root user:
ninja install
sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.