diff options
Diffstat (limited to 'extra/telepathy-qt/PKGBUILD')
-rw-r--r-- | extra/telepathy-qt/PKGBUILD | 9 |
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 } |