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-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsecret/0.14/libsecret-0.14.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsecret/0.14/libsecret-0.14.tar.xz
Download MD5 sum: ac4db2be8e970899ca5091791c1f7c36
Download size: 476 KB
Estimated disk space required: 21 MB
Estimated build time: 0.2 SBU
gobject-introspection-1.34.2, libgcrypt-1.5.2 and Vala-0.18.1
GTK-Doc-1.18 and docbook-xml-4.5, docbook-xsl-1.77.1 and libxslt-1.1.28 (to build manual pages)
D-Bus Python Bindings-1.1.1, Gjs-1.34.0 and PyGObject-3.4.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsecret
Install libsecret by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make -k check. The JavaScript tests can sometimes fail for unknown reasons.
Now, as the root user:
make install
--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.28
and DocBook packages.
--disable-gcrypt: Use this switch if
you have not installed the recommended dependency of libgcrypt-1.5.2.
Last updated on 2013-04-24 10:01:29 +0000