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

Ionut Biru ibiru at archlinux.org
Mon Sep 27 22:47:13 UTC 2010


    Date: Monday, September 27, 2010 @ 18:47:13
  Author: ibiru
Revision: 91781

upgpkg: telepathy-gabble 0.10.0-2
enable debug

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 21:06:09 UTC (rev 91780)
+++ PKGBUILD	2010-09-27 22:47:13 UTC (rev 91781)
@@ -4,14 +4,14 @@
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.11.16' 'libsoup>=2.31.92' 'libnice' 'util-linux-ng' 'sqlite3')
-makedepends=('libxslt' 'libsasl')
+depends=('telepathy-glib>=0.12.0' 'libsoup>=2.31.92' 'libnice' 'util-linux-ng' 'sqlite3')
+makedepends=('libxslt')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
@@ -20,8 +20,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
-  	--libexecdir=/usr/lib/telepathy \
-        --disable-debug
+  	--libexecdir=/usr/lib/telepathy
   make
   make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list