diff options
author | root <root@rshg054.dnsready.net> | 2013-03-12 00:04:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-12 00:04:27 -0700 |
commit | 9f8838d16719128121b4efde3bf6c7cc650f1801 (patch) | |
tree | 54cb20333b4366966150ddc060ca8da9b26bdd40 /extra/telepathy-qt/PKGBUILD | |
parent | ef17357a9745e05e301b724d13a341067ddb3d5b (diff) |
Tue Mar 12 00:04:26 PDT 2013
Diffstat (limited to 'extra/telepathy-qt/PKGBUILD')
-rw-r--r-- | extra/telepathy-qt/PKGBUILD | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD index a1a1501bb..4d1d64e28 100644 --- a/extra/telepathy-qt/PKGBUILD +++ b/extra/telepathy-qt/PKGBUILD @@ -1,25 +1,31 @@ -# $Id: PKGBUILD 179819 2013-03-09 18:32:21Z andrea $ +# $Id: PKGBUILD 179901 2013-03-11 14:05:45Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt pkgver=0.9.3 -pkgrel=6 +pkgrel=7 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org/wiki/" license=('LGPL') options=('!libtool') -depends=('qt4') -makedepends=('libxslt' 'python2' 'cmake' 'doxygen' 'telepathy-glib') +depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base') +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"{,.asc}) +source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} + 'farstream-0.2.patch') md5sums=('94ac93aedf5f6fff49837bc8368e5a37' - 'e1b851b08b159fca39596ff8395ca53a') + 'e1b851b08b159fca39596ff8395ca53a' + '6b2421c59d20d29fece8d5e6445354c7') build() { + cd ${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/farstream-0.2.patch + cd ../ + mkdir build cd build cmake ../${pkgname}-${pkgver} \ |