accountsservice: update to 0.6.25.
This commit is contained in:
parent
d691e9f0f1
commit
2041940da3
1 changed files with 5 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.24
|
||||
version=0.6.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
|
@ -11,15 +11,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=f2c0886c5d6d80453eebd4a91e6081231cde6cc436d55b9425d2cc0332a85623
|
||||
checksum=5600a8ffe946d5cef63988767f221bc338b79f3012188d9dff6caa5f7b25fe6c
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
of these interfaces, based on the useradd, usermod and userdel commands."
|
||||
|
||||
post_install() {
|
||||
for d in users icons; do
|
||||
vmkdir var/lib/AccountsService/${d}
|
||||
touch ${DESTDIR}/var/lib/AccountsService/${d}/.owned
|
||||
done
|
||||
}
|
||||
make_dirs="
|
||||
/var/lib/AccountsService/users 755 root root
|
||||
/var/lib/AccountsService/icons 755 root root"
|
||||
|
|
Loading…
Reference in a new issue