Skip to content

Commit

Permalink
archrelease: copy trunk to extra-i686, extra-x86_64
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
6 changes: 3 additions & 3 deletions accountsservice/repos/extra-i686/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
21 changes: 10 additions & 11 deletions accountsservice/repos/extra-i686/more-exclusions.patch
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",
6 changes: 3 additions & 3 deletions accountsservice/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
21 changes: 10 additions & 11 deletions accountsservice/repos/extra-x86_64/more-exclusions.patch
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",

0 comments on commit 08941a5

Please sign in to comment.