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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:13 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:12
  Author: heftig
Revision: 155266

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

Added:
  telepathy-glib/repos/testing-x86_64/
  telepathy-glib/repos/testing-x86_64/PKGBUILD
    (from rev 155005, telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  telepathy-glib/repos/gnome-unstable-x86_64/

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

Copied: telepathy-glib/repos/testing-x86_64/PKGBUILD (from rev 155005, telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:37:12 UTC (rev 155266)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('92e776d375cfe0ef6af4aff600a5150e')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+        --libexecdir=/usr/lib/telepathy \
+        --enable-vala-bindings \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list