Date: Tuesday, July 9, 2013 @ 15:08:39 Author: heftig Revision: 189846
0.6.34 Modified: accountsservice/trunk/PKGBUILD accountsservice/trunk/more-exclusions.patch -----------------------+ PKGBUILD | 6 +++--- more-exclusions.patch | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-09 13:07:51 UTC (rev 189845) +++ PKGBUILD 2013-07-09 13:08:39 UTC (rev 189846) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=accountsservice -pkgver=0.6.32 +pkgver=0.6.34 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) @@ -12,8 +12,8 @@ makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) -md5sums=('0c2c87f3bf982bdab54be887fed25bc5' - '1d5cf127e5aac407fe7c37b2f4fd503c') +md5sums=('dbf4323b688a314b4bf76890ad6d5279' + '45ef529fb38d32ec7a1d03005dd20ced') build() { cd $pkgname-$pkgver Modified: more-exclusions.patch =================================================================== --- more-exclusions.patch 2013-07-09 13:07:51 UTC (rev 189845) +++ more-exclusions.patch 2013-07-09 13:08:39 UTC (rev 189846) @@ -1,12 +1,11 @@ -diff --git i/src/daemon.c w/src/daemon.c -index c65eca3..9166055 100644 ---- i/src/daemon.c -+++ w/src/daemon.c -@@ -77,6 +77,7 @@ static const char *default_excludes[] = { - "games", - "man", - "at", +diff -u -r accountsservice-0.6.34/src/daemon.c accountsservice-0.6.34-more/src/daemon.c +--- accountsservice-0.6.34/src/daemon.c 2013-06-11 17:50:37.000000000 +0200 ++++ accountsservice-0.6.34-more/src/daemon.c 2013-07-09 15:06:46.608425655 +0200 +@@ -55,6 +55,7 @@ + #endif + + static const char *default_excludes[] = { + "git", - NULL - }; - + "bin", + "root", + "daemon",
