The libsecret package contains a GObject based library for accessing the Secret Service API.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsecret/0.18/libsecret-0.18.8.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsecret/0.18/libsecret-0.18.8.tar.xz
Download MD5 sum: fee403988442f497f3c1dfe7b128869c
Download size: 500 KB
Estimated disk space required: 17 MB
Estimated build time: 0.1 SBU
gobject-introspection-1.60.2, libgcrypt-1.8.5, and Vala-0.44.7
GTK-Doc-1.32 and docbook-xml-4.5, docbook-xsl-1.79.2, and libxslt-1.1.33 (to build manual pages)
D-Bus Python-1.2.8, Gjs-1.56.2, and PyGObject-3.32.2 (Python 3 module)
Any package requiring libsecret expects GNOME Keyring to be present at runtime.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsecret
Install libsecret by running the following commands:
./configure --prefix=/usr --disable-static && make
Now, as the root
user:
make install
To test the results, issue: make check, after the package is installed. The test suite should be run from a local GUI session started with dbus-launch.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--disable-manpages
: Use this switch if
you have not installed libxslt-1.1.33
and DocBook packages.
--disable-gcrypt
: Use this switch if
you have not installed the recommended dependency of libgcrypt-1.8.5.
Last updated on 2019-08-19 11:11:15 -0700