Date: Saturday, September 18, 2010 @ 21:07:20 Author: ibiru Revision: 90939
upgpkg: telepathy-gabble 0.10.0-1 update to 0.10 Modified: telepathy-gabble/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-19 01:02:52 UTC (rev 90938) +++ PKGBUILD 2010-09-19 01:07:20 UTC (rev 90939) @@ -3,25 +3,25 @@ # Contributor: Daniel Balieiro <[email protected]> # Contributor: Rodrigo L. M. Flores <[email protected]> pkgname=telepathy-gabble -pkgver=0.8.14 +pkgver=0.10.0 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') -license=('LGPL') +license=('LGPL2.1') +depends=('telepathy-glib>=0.11.16' 'libsoup>=2.31.92' 'libnice' 'util-linux-ng' 'sqlite3') +makedepends=('libxslt' 'libsasl') options=('!libtool') -depends=('loudmouth' 'telepathy-glib>=0.10' 'libsoup' 'sqlite3' 'util-linux-ng') -makedepends=('libxslt' 'python') source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) install=telepathy-gabble.install -md5sums=('0114937c1664c6b76b8cd983f24c2089') +md5sums=('3c34d0bf73c69a33015aab68cef5cad6') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy \ - --enable-shave - make || return 1 - make DESTDIR=$pkgdir install || return 1 + --disable-debug + make + make DESTDIR=$pkgdir install }
