[arch-commits] Commit in accountsservice/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:03:19 UTC 2012


    Date: Monday, April 23, 2012 @ 05:03:19
  Author: ibiru
Revision: 156696

db-move: moved accountsservice from [testing] to [extra] (i686)

Added:
  accountsservice/repos/extra-i686/PKGBUILD
    (from rev 156695, accountsservice/repos/testing-i686/PKGBUILD)
Deleted:
  accountsservice/repos/extra-i686/PKGBUILD
  accountsservice/repos/testing-i686/

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 04:51:09 UTC (rev 156695)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:19 UTC (rev 156696)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.15
-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=('dbus-glib' 'polkit')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('939e58e57334801ca578b182a09141c4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/accountsservice \
-    --with-systemdsystemunitdir=/lib/systemd/system \
-    --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 156695, accountsservice/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:19 UTC (rev 156696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.18
+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=('31bc335f7d96b88e0d572a67a9df063d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/accountsservice \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list