UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
accountsservice
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.Package info
Template: meson
Codename: accountsservice
Source file: accountsservice-23.13.9.tar.xz
Source directory: accountsservice-23.13.9
Package URL: accountsservice-23.13.9.tar.xz
Package md5-checksum URL: accountsservice-23.13.9.tar.xz.md5sum
Dependances: gobject-introspection, vala, polkit, systemd.
Dependance of: polkit-gnome, !gnome-control-center, plasma.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mv tests/dbusmock{,-tests}
sed -e '/accounts_service\.py/s/dbusmock/dbusmock-tests/' \
-e 's/assertEquals/assertEqual/' \
-i tests/test-libaccountsservice.py
sed -i '/^SIMULATED_SYSTEM_LOCALE/s/en_IE.UTF-8/en_HK.iso88591/' tests/test-daemon.py
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-Dadmin_group=adm
grep 'print_indent' ../subprojects/mocklibc-1.0/src/netgroup.c \
| sed 's/ {/;/' >> ../subprojects/mocklibc-1.0/src/netgroup.h &&
sed -i '1i#include <stdio.h>' \
../subprojects/mocklibc-1.0/src/netgroup.h
Build script:
cd build &&
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ninja test
fi
Install script:
cd build
ninja install