accountsservice: update to 0.6.32.

This commit is contained in:
Juan RP 2013-05-15 09:29:31 +02:00
parent cd2e38af14
commit ccdd647a11

View file

@ -1,6 +1,6 @@
# Template file for 'accountsservice' # Template file for 'accountsservice'
pkgname=accountsservice pkgname=accountsservice
version=0.6.31 version=0.6.32
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static configure_args="--disable-static
@ -12,7 +12,7 @@ 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=dedac9522db30eae61be8e4c4f83a5167b64f6c1ab617197d066ed5522a32d41 checksum=6c03bc431ac9af4ac68c531a35fc97be0a410db65bf3ff24648760a0ddc28526
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
@ -34,7 +34,6 @@ accountsservice_package() {
/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"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }