summaryrefslogtreecommitdiff
path: root/extra/telepathy-qt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-13 01:15:03 -0800
committerroot <root@rshg054.dnsready.net>2013-01-13 01:15:03 -0800
commit7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (patch)
tree3817ae238a5af5ce6194ac0b861420148eaaff96 /extra/telepathy-qt
parent8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (diff)
Sun Jan 13 01:14:34 PST 2013
Diffstat (limited to 'extra/telepathy-qt')
-rw-r--r--extra/telepathy-qt/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD
index 9a3e23e20..31106382e 100644
--- a/extra/telepathy-qt/PKGBUILD
+++ b/extra/telepathy-qt/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 171095 2012-11-16 16:58:51Z andrea $
+# $Id: PKGBUILD 175068 2013-01-12 13:26:14Z andrea $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-qt
pkgver=0.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="A library for Qt-based Telepathy clients"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org/wiki/"
license=('LGPL')
options=('!libtool')
-depends=('qt' 'telepathy-glib')
-#depends=('qt' 'telepathy-farstream')
+depends=('qt' 'telepathy-farstream' 'farstream-0.1')
makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
conflicts=('telepathy-qt4')
replaces=('telepathy-qt4')
provides=('telepathy-qt4')
-source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+ 'e1b851b08b159fca39596ff8395ca53a')
build() {
cd "$srcdir"
@@ -26,6 +26,7 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DENABLE_TESTS=OFF
make
}