mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
accountsservice: update to 0.6.54.
This commit is contained in:
parent
14f38d4230
commit
6490acf262
2 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ Tidy up and send upstream soon...
|
||||||
config_h.set('PATH_WTMP', '_PATH_WTMPX')
|
config_h.set('PATH_WTMP', '_PATH_WTMPX')
|
||||||
else
|
else
|
||||||
- assert(run_command('test', '-e', '/var/log/utx.log').returncode() == 0, 'Do not know which filename to watch for wtmp changes')
|
- 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')
|
+ config_h.set_quoted('PATH_WTMP', '/var/log/wtmp')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# compiler flags
|
# compiler flags
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.53
|
version=0.6.54
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dsystemdsystemunitdir=no $(vopt_bool gir introspection)"
|
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"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/AccountsService/"
|
homepage="https://www.freedesktop.org/wiki/Software/AccountsService/"
|
||||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0919d8311ccd1b94c969921742d4b58ff6d9a92881bce1ce1cffcfb2293ee89b
|
checksum=26e9062c84797e9604182d0efdb2231cb01c98c3c9b0fea601ca79a2802d21ac
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/var/lib/AccountsService/users 755 root root
|
/var/lib/AccountsService/users 755 root root
|
||||||
/var/lib/AccountsService/icons 755 root root"
|
/var/lib/AccountsService/icons 755 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue