[arch-commits] Commit in telepathy-glib/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Sep 18 17:58:03 UTC 2010


    Date: Saturday, September 18, 2010 @ 13:58:03
  Author: ibiru
Revision: 90883

upgpkg: telepathy-glib 0.11.16-1
update to 0.11.16

Modified:
  telepathy-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-18 17:26:37 UTC (rev 90882)
+++ PKGBUILD	2010-09-18 17:58:03 UTC (rev 90883)
@@ -3,7 +3,7 @@
 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 pkgname=telepathy-glib
-pkgver=0.10.7
+pkgver=0.11.16
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('LGPL')
 options=('!libtool')
 depends=('dbus-glib>=0.86')
-makedepends=('libxslt')
+makedepends=('libxslt' 'vala' 'gobject-introspection' 'gtk-doc')
 source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('811c375416bc4f0fab4b870eb936ded4')
+md5sums=('52b5f8ebb941fc5f400382dd4b5fa061')
 
 build() {
     cd ${srcdir}/${pkgname}-${pkgver}
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr --enable-vala-bindings
     make
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list