The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gnome-keyring/50/gnome-keyring-50.0.tar.xz
MD5 校验和:406fb764c664de580a091527af059750
大小:752 KB
预计所需磁盘空间:38 MB
预计构建时间:0.1 SBU (Using parallelism=4; add 0.2 SBU for tests)
Linux-PAM-1.7.2, libxslt-1.1.45, and OpenSSH-10.3p1
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.