[arch-commits] Commit in gnome-contacts (5 files)

Ionut Biru ibiru at archlinux.org
Sat Sep 3 20:21:17 UTC 2011


    Date: Saturday, September 3, 2011 @ 16:21:17
  Author: ibiru
Revision: 136955

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-contacts/repos/
  gnome-contacts/repos/gnome-unstable-i686/
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
    (from rev 136954, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-x86_64/
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 136954, gnome-contacts/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: gnome-contacts/repos/gnome-unstable-i686/PKGBUILD (from rev 136954, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD	2011-09-03 20:21:17 UTC (rev 136955)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gnome-contacts
+pkgver=0.1.3
+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')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('3de2987af8bad5dce9d165bc07be1080ef2922f68ab0f93157c28fb7ad9af778')
+
+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:

Copied: gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136954, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD	2011-09-03 20:21:17 UTC (rev 136955)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gnome-contacts
+pkgver=0.1.3
+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')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('3de2987af8bad5dce9d165bc07be1080ef2922f68ab0f93157c28fb7ad9af778')
+
+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