From 2041940da3b77d041f7ad0cc0d6ecb1968e0abb9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 28 Sep 2012 17:56:19 +0200 Subject: [PATCH] accountsservice: update to 0.6.25. --- srcpkgs/accountsservice/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/accountsservice/template b/srcpkgs/accountsservice/template index 05e8697e1b3..692f6e6e9bd 100644 --- a/srcpkgs/accountsservice/template +++ b/srcpkgs/accountsservice/template @@ -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 " 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"