Date: Wednesday, September 28, 2011 @ 15:28:52
  Author: ibiru
Revision: 138833

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

Added:
  accountsservice/repos/testing-i686/
  accountsservice/repos/testing-i686/PKGBUILD
    (from rev 138832, accountsservice/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  accountsservice/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: accountsservice/repos/testing-i686/PKGBUILD (from rev 138832, 
accountsservice/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2011-09-28 19:28:52 UTC (rev 138833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+pkgname=accountsservice
+pkgver=0.6.14
+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=('88f4d5d0d1f0ce0fa6a180cbff936041')
+
+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:

Reply via email to