summaryrefslogtreecommitdiff
path: root/extra/telepathy-gabble/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-16 11:12:15 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-16 11:12:15 -0300
commitb73709861e566f564c8cf5cde4b40bd3d17982d9 (patch)
tree116cd554c488357d4e905feb7f41983a88771517 /extra/telepathy-gabble/PKGBUILD
parentaf1b08b8cb081b88686b319a122aa5dbf096455f (diff)
parentea595018ba8ae00d7030ff296ec4f50e122d2ea9 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: multilib/libtool-multilib/PKGBUILD
Diffstat (limited to 'extra/telepathy-gabble/PKGBUILD')
-rw-r--r--extra/telepathy-gabble/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD
index cff9140ab..9cdf5653b 100644
--- a/extra/telepathy-gabble/PKGBUILD
+++ b/extra/telepathy-gabble/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 133089 2011-07-27 19:11:28Z ibiru $
+# $Id: PKGBUILD 135521 2011-08-14 19:04:44Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
# Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org>
pkgname=telepathy-gabble
pkgver=0.12.4
-pkgrel=1
+pkgrel=3
pkgdesc="A Jabber/XMPP connection manager for Telepathy"
arch=('i686' 'x86_64' 'mips64el')
url="http://telepathy.freedesktop.org"
@@ -20,7 +20,7 @@ md5sums=('428962565d568667d3ff1aa7eee3da51')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy
+ --libexecdir=/usr/lib/telepathy --with-tls=openssl
make
}