accountsservice: update to 0.6.25.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.24
|
version=0.6.25
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
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/"
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=f2c0886c5d6d80453eebd4a91e6081231cde6cc436d55b9425d2cc0332a85623
|
checksum=5600a8ffe946d5cef63988767f221bc338b79f3012188d9dff6caa5f7b25fe6c
|
||||||
long_desc="
|
long_desc="
|
||||||
The accountsservice project provides a set of D-Bus interfaces for
|
The accountsservice project provides a set of D-Bus interfaces for
|
||||||
querying and manipulating user account information and an implementation
|
querying and manipulating user account information and an implementation
|
||||||
of these interfaces, based on the useradd, usermod and userdel commands."
|
of these interfaces, based on the useradd, usermod and userdel commands."
|
||||||
|
|
||||||
post_install() {
|
make_dirs="
|
||||||
for d in users icons; do
|
/var/lib/AccountsService/users 755 root root
|
||||||
vmkdir var/lib/AccountsService/${d}
|
/var/lib/AccountsService/icons 755 root root"
|
||||||
touch ${DESTDIR}/var/lib/AccountsService/${d}/.owned
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user