summaryrefslogtreecommitdiff
path: root/extra/telepathy-qt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-16 00:07:09 -0800
committerroot <root@rshg054.dnsready.net>2013-02-16 00:07:09 -0800
commit4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (patch)
tree41f9694a761d6e5637f15f9f9241e5b84cd8897b /extra/telepathy-qt
parent067830244f6b16cb094a59e5ca8fa262bd66a2ec (diff)
Sat Feb 16 00:07:08 PST 2013
Diffstat (limited to 'extra/telepathy-qt')
-rw-r--r--extra/telepathy-qt/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD
index 31106382e..d48c5b9f8 100644
--- a/extra/telepathy-qt/PKGBUILD
+++ b/extra/telepathy-qt/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 175068 2013-01-12 13:26:14Z andrea $
+# $Id: PKGBUILD 178069 2013-02-15 10:07:33Z andrea $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-qt
pkgver=0.9.3
-pkgrel=3
+pkgrel=4
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-farstream' 'farstream-0.1')
+depends=('qt' 'telepathy-farstream' 'gstreamer0.10-base')
makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
conflicts=('telepathy-qt4')
replaces=('telepathy-qt4')
@@ -20,7 +20,6 @@ md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
'e1b851b08b159fca39596ff8395ca53a')
build() {
- cd "$srcdir"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -32,6 +31,6 @@ build() {
}
package() {
- cd "$srcdir"/build
+ cd build
make DESTDIR="$pkgdir" install
}