[arch-commits] Commit in accountsservice/repos (8 files)
Jan Steffens
heftig at archlinux.org
Thu Nov 22 07:10:35 UTC 2012
Date: Thursday, November 22, 2012 @ 02:10:34
Author: heftig
Revision: 171876
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
accountsservice/repos/extra-i686/PKGBUILD
(from rev 171875, accountsservice/trunk/PKGBUILD)
accountsservice/repos/extra-i686/more-exclusions.patch
(from rev 171875, accountsservice/trunk/more-exclusions.patch)
accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 171875, accountsservice/trunk/PKGBUILD)
accountsservice/repos/extra-x86_64/more-exclusions.patch
(from rev 171875, accountsservice/trunk/more-exclusions.patch)
Deleted:
accountsservice/repos/extra-i686/PKGBUILD
accountsservice/repos/extra-i686/more-exclusions.patch
accountsservice/repos/extra-x86_64/PKGBUILD
accountsservice/repos/extra-x86_64/more-exclusions.patch
------------------------------------+
extra-i686/PKGBUILD | 66 +++++++++++++++++------------------
extra-i686/more-exclusions.patch | 24 ++++++------
extra-x86_64/PKGBUILD | 66 +++++++++++++++++------------------
extra-x86_64/more-exclusions.patch | 24 ++++++------
4 files changed, 90 insertions(+), 90 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-11-22 07:08:52 UTC (rev 171875)
+++ extra-i686/PKGBUILD 2012-11-22 07:10:34 UTC (rev 171876)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.28
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
-md5sums=('311458f6ea444d64f298a2048bb4d8cf'
- '1d5cf127e5aac407fe7c37b2f4fd503c')
-
-build() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../more-exclusions.patch
- ./configure --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 171875, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-22 07:10:34 UTC (rev 171876)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.29
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('396c16f39711e24bb7cc685a170befa3'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../more-exclusions.patch
+ ./configure --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:
Deleted: extra-i686/more-exclusions.patch
===================================================================
--- extra-i686/more-exclusions.patch 2012-11-22 07:08:52 UTC (rev 171875)
+++ extra-i686/more-exclusions.patch 2012-11-22 07:10:34 UTC (rev 171876)
@@ -1,12 +0,0 @@
-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
- };
-
Copied: accountsservice/repos/extra-i686/more-exclusions.patch (from rev 171875, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-i686/more-exclusions.patch (rev 0)
+++ extra-i686/more-exclusions.patch 2012-11-22 07:10:34 UTC (rev 171876)
@@ -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-11-22 07:08:52 UTC (rev 171875)
+++ extra-x86_64/PKGBUILD 2012-11-22 07:10:34 UTC (rev 171876)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.28
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/"
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
-md5sums=('311458f6ea444d64f298a2048bb4d8cf'
- '1d5cf127e5aac407fe7c37b2f4fd503c')
-
-build() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../more-exclusions.patch
- ./configure --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 171875, accountsservice/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-11-22 07:10:34 UTC (rev 171876)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.29
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/"
+license=('GPL3')
+depends=('glib2' 'polkit' 'systemd')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('396c16f39711e24bb7cc685a170befa3'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
+
+build() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../more-exclusions.patch
+ ./configure --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:
Deleted: extra-x86_64/more-exclusions.patch
===================================================================
--- extra-x86_64/more-exclusions.patch 2012-11-22 07:08:52 UTC (rev 171875)
+++ extra-x86_64/more-exclusions.patch 2012-11-22 07:10:34 UTC (rev 171876)
@@ -1,12 +0,0 @@
-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
- };
-
Copied: accountsservice/repos/extra-x86_64/more-exclusions.patch (from rev 171875, accountsservice/trunk/more-exclusions.patch)
===================================================================
--- extra-x86_64/more-exclusions.patch (rev 0)
+++ extra-x86_64/more-exclusions.patch 2012-11-22 07:10:34 UTC (rev 171876)
@@ -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