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-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-keyring/40/gnome-keyring-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-keyring/40/gnome-keyring-40.0.tar.xz
Download MD5 sum: f404b61683a0ff54fb264b337772cff2
Download size: 1.3 MB
Estimated disk space required: 155 MB
Estimated build time: 0.2 SBU (Using parallelism=4; add 0.3 SBU for tests)
Linux-PAM-1.5.1, libxslt-1.1.34, and OpenSSH-8.5p1
LCOV, libcap-ng, GnuPG-2.2.27, and Valgrind-3.17.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring
Install GNOME Keyring by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-pam-dir=/lib/security && 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.
--with-pam-dir=/lib/security
: This
switch specifies where the PAM module will be installed.
Last updated on 2021-04-08 01:16:54 -0500