Date: Friday, April 22, 2011 @ 13:50:43 Author: ibiru Revision: 120350
upgpkg: telepathy-gabble 0.12.0-2 use openssl instead of broken gnutls 2.12 Modified: telepathy-gabble/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-22 13:23:33 UTC (rev 120349) +++ PKGBUILD 2011-04-22 17:50:43 UTC (rev 120350) @@ -4,7 +4,7 @@ # Contributor: Rodrigo L. M. Flores <[email protected]> pkgname=telepathy-gabble pkgver=0.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" @@ -12,7 +12,7 @@ license=('LGPL2.1') depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3') makedepends=('libxslt' 'python2') -options=('!libtool') +options=('!libtool' '!strip') source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz) install=telepathy-gabble.install md5sums=('89e47b131911a969cc2a2ccefa1fc015') @@ -20,7 +20,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy + --libexecdir=/usr/lib/telepathy --with-tls=openssl make }
