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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:53 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:53
  Author: heftig
Revision: 155102

db-move: moved gnome-contacts from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-contacts/repos/testing-x86_64/
  gnome-contacts/repos/testing-x86_64/PKGBUILD
    (from rev 155005, gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install
    (from rev 155005, gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/gnome-unstable-x86_64/

------------------------+
 PKGBUILD               |   29 +++++++++++++++++++++++++++++
 gnome-contacts.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Copied: gnome-contacts/repos/testing-x86_64/PKGBUILD (from rev 155005, gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:32:53 UTC (rev 155102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.4.0
+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=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06d4d8fc22d72f67296ed98d35e3ee40f26d8344bcbd14affff4a720047ccd97')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/testing-x86_64/gnome-contacts.install (from rev 155005, gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install)
===================================================================
--- testing-x86_64/gnome-contacts.install	                        (rev 0)
+++ testing-x86_64/gnome-contacts.install	2012-04-01 11:32:53 UTC (rev 155102)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list