forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-i686, extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@189848 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
heftig
committed
Jul 9, 2013
1 parent
bf851d2
commit 08941a5
Showing
4 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 @@ depends=('glib2' 'polkit' 'systemd') | |
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
+ "git", | ||
NULL | ||
}; | ||
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", | ||
"bin", | ||
"root", | ||
"daemon", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 @@ depends=('glib2' 'polkit' 'systemd') | |
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
+ "git", | ||
NULL | ||
}; | ||
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", | ||
"bin", | ||
"root", | ||
"daemon", |