summaryrefslogtreecommitdiff
path: root/extra/telepathy-qt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-16 12:28:33 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-16 12:28:33 +0100
commit708526fe67ec9cd87f7a5965d515971d6faf8884 (patch)
tree80158cf8e6b69852e974777db3e3d6822690542c /extra/telepathy-qt
parent80ba9b9d983a8bfa0ea3be8a5841eb88d919d603 (diff)
parent4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/jhead/PKGBUILD extra/qca-gnupg/PKGBUILD extra/qca-ossl/PKGBUILD extra/qca/PKGBUILD
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 345b7d049..ff490b8a4 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' 'mips64el')
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
}