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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.36/gnome-keyring-3.36.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.36/gnome-keyring-3.36.0.tar.xz
Download MD5 sum: 38f0732845a510a8dff4f154c3406f65
Download size: 1.3 MB
Estimated disk space required: 164 MB
Estimated build time: 0.3 SBU (Using parallelism=4; add 0.3 SBU for tests)
Linux-PAM-1.4.0, libxslt-1.1.34, and OpenSSH-8.3p1
LCOV, libcap-ng, GnuPG-2.2.21, and Valgrind-3.16.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring
Install GNOME Keyring by running the following commands:
sed -i -r 's:"(/desktop):"/org/gnome\1:' 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 2020-08-19 12:37:56 -0700