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-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.20/gnome-keyring-3.20.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.20/gnome-keyring-3.20.1.tar.xz
Download MD5 sum: 9b4b2c59dc1db3a1309cbe1fa1f2c2e7
Download size: 1.2 MB
Estimated disk space required: 121 MB (with tests)
Estimated build time: 1.0 SBU (with tests)
Linux-PAM-1.3.0 and libxslt-1.1.29
LCOV, libcap-ng, GnuPG-2.1.23, OpenSSH-7.5p1 and Valgrind-3.13.0
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 2017-08-26 21:14:29 -0700