The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces based on the usermod(8), useradd(8) and userdel(8) commands.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.31.tar.xz
Download MD5 sum: d594f1da95c6a83c0463695ca31815b2
Download size: 352 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
libxslt-1.1.28 and Polkit-0.111
gobject-introspection-1.34.2 and Vala-0.18.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/accountsservice
Install AccountsService by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/accountsservice \
--disable-static &&
make
This package does not come with a test suite.
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.
Last updated on 2013-04-27 18:04:22 +0000