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-11.1 platform.
Download (HTTP): https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libsecret/0.20/libsecret-0.20.5.tar.xz
Download MD5 sum: 5c9e5a011852c82fa9ed9e61ba91efb5
Download size: 184 KB
Estimated disk space required: 11 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
gobject-introspection-1.70.0, libgcrypt-1.10.0, and Vala-0.54.7
GTK-Doc-1.33.2 and docbook-xml-4.5, docbook-xsl-1.79.2, libxslt-1.1.35 (to build manual pages), and Valgrind-3.18.1 (can be used in tests)
D-Bus Python-1.2.18, Gjs-1.70.1, PyGObject-3.42.0 (Python 3 module), and tpm2-tss
Any package requiring libsecret expects GNOME Keyring to be present at runtime.
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libsecret
Install libsecret by running the following commands:
mkdir bld && cd bld && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && ninja
Now, as the root
user:
ninja install
To test the results, issue: ninja test, after the package is installed. The test suite should be run from a local GUI session started with dbus-launch.
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-Dgtk_doc=false
: Remove
this if you have GTK-Doc-1.33.2 installed and want to
rebuild the documentation with it.
-Dmanpage=false
: Use this switch if you
have not installed libxslt-1.1.35 and DocBook packages.
-Dgcrypt=false
: Use this switch if you
have not installed the recommended dependency of libgcrypt-1.10.0.
Last updated on