The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of those interfaces based on the usermod(8), useradd(8) and userdel(8) commands.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.45.tar.xz
Download MD5 sum: b4c0a74bb5f8680dda0b7be27b1c02d9
Download size: 376 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.27 and Polkit-0.113+git_2919920+js38
gobject-introspection-1.54.1 and Systemd-237
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/accountsservice
Install AccountsService by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-admin-group=adm \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-admin-group=adm
:
This switch sets the group for administrator accounts.
--enable-docbook-docs
: This switch
enables building the D-Bus interface API documentation.
--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 2018-02-28 05:25:12 -0800