accountsservice: update to 0.6.54.

This commit is contained in:
Rasmus Thomsen 2018-09-30 18:39:40 +02:00 committed by maxice8
parent 14f38d4230
commit 6490acf262
2 changed files with 4 additions and 3 deletions

View file

@ -7,8 +7,9 @@ Tidy up and send upstream soon...
config_h.set('PATH_WTMP', '_PATH_WTMPX')
else
- assert(run_command('test', '-e', '/var/log/utx.log').returncode() == 0, 'Do not know which filename to watch for wtmp changes')
- config_h.set('PATH_WTMP', '/var/log/utx.log')
- config_h.set_quoted('PATH_WTMP', '/var/log/utx.log')
+ config_h.set_quoted('PATH_WTMP', '/var/log/wtmp')
endif
# compiler flags

View file

@ -1,6 +1,6 @@
# Template file for 'accountsservice'
pkgname=accountsservice
version=0.6.53
version=0.6.54
revision=1
build_style=meson
configure_args="-Dsystemdsystemunitdir=no $(vopt_bool gir introspection)"
@ -11,7 +11,7 @@ maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://www.freedesktop.org/wiki/Software/AccountsService/"
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=0919d8311ccd1b94c969921742d4b58ff6d9a92881bce1ce1cffcfb2293ee89b
checksum=26e9062c84797e9604182d0efdb2231cb01c98c3c9b0fea601ca79a2802d21ac
make_dirs="
/var/lib/AccountsService/users 755 root root
/var/lib/AccountsService/icons 755 root root"