[arch-commits] Commit in accountsservice/repos (6 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 28 15:17:55 UTC 2012
Date: Friday, September 28, 2012 @ 11:17:55
Author: heftig
Revision: 167219
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
accountsservice/repos/extra-i686/PKGBUILD
(from rev 167218, accountsservice/trunk/PKGBUILD)
accountsservice/repos/extra-i686/more-exclusions.patch
(from rev 167218, accountsservice/trunk/more-exclusions.patch)
accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 167218, accountsservice/trunk/PKGBUILD)
accountsservice/repos/extra-x86_64/more-exclusions.patch
(from rev 167218, accountsservice/trunk/more-exclusions.patch)
Deleted:
accountsservice/repos/extra-i686/PKGBUILD
accountsservice/repos/extra-x86_64/PKGBUILD
------------------------------------+
extra-i686/PKGBUILD | 65 ++++++++++++++++++-----------------
extra-i686/more-exclusions.patch | 12 ++++++
extra-x86_64/PKGBUILD | 65 ++++++++++++++++++-----------------
extra-x86_64/more-exclusions.patch | 12 ++++++
4 files changed, 92 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-09-28 15:16:44 UTC (rev 167218)
+++ extra-i686/PKGBUILD 2012-09-28 15:17:55 UTC (rev 167219)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.22
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://cgit.freedesktop.org/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'libsystemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz)
-md5sums=('6159898955b4c7079a8ae64cd7aa5bf1')
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr --sysconfdir=/etc \
- --libexecdir=/usr/lib/accountsservice \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --localstatedir=/var --disable-static --enable-systemd
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 167218, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-28 15:17:55 UTC (rev 167219)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.25
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://cgit.freedesktop.org/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'libsystemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz
+ more-exclusions.patch)
+md5sums=('8438df64afffa3bd065c9c3134adb1e7'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../more-exclusions.patch
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/accountsservice \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --localstatedir=/var --disable-static --enable-systemd
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: accountsservice/repos/extra-i686/more-exclusions.patch (from rev 167218, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-i686/more-exclusions.patch (rev 0)
+++ extra-i686/more-exclusions.patch 2012-09-28 15:17:55 UTC (rev 167219)
@@ -0,0 +1,12 @@
+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
+ };
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-09-28 15:16:44 UTC (rev 167218)
+++ extra-x86_64/PKGBUILD 2012-09-28 15:17:55 UTC (rev 167219)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.22
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://cgit.freedesktop.org/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'libsystemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz)
-md5sums=('6159898955b4c7079a8ae64cd7aa5bf1')
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr --sysconfdir=/etc \
- --libexecdir=/usr/lib/accountsservice \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --localstatedir=/var --disable-static --enable-systemd
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 167218, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-09-28 15:17:55 UTC (rev 167219)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.25
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://cgit.freedesktop.org/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'libsystemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz
+ more-exclusions.patch)
+md5sums=('8438df64afffa3bd065c9c3134adb1e7'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../more-exclusions.patch
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/accountsservice \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --localstatedir=/var --disable-static --enable-systemd
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: accountsservice/repos/extra-x86_64/more-exclusions.patch (from rev 167218, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-x86_64/more-exclusions.patch (rev 0)
+++ extra-x86_64/more-exclusions.patch 2012-09-28 15:17:55 UTC (rev 167219)
@@ -0,0 +1,12 @@
+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
+ };
+
More information about the arch-commits
mailing list