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

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:57:32 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:57:32
  Author: ibiru
Revision: 139287

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

Added:
  gnome-contacts/repos/extra-i686/
  gnome-contacts/repos/extra-i686/PKGBUILD
    (from rev 139207, gnome-contacts/repos/testing-i686/PKGBUILD)
Deleted:
  gnome-contacts/repos/testing-i686/

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

Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 139207, gnome-contacts/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-01 18:57:32 UTC (rev 139287)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.2.0.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d8e2a325ecc661805f6e7c6339b3876e766c1e227ff084dc02a7535e5983641')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list