From 3026b9a149f99f28e642381307ad86fcf6428149 Mon Sep 17 00:00:00 2001 From: Anke Date: Tue, 10 Jul 2012 23:00:28 +0000 Subject: [PATCH] tp-qt update, added dbus functions --- telepathy-qt/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/telepathy-qt/PKGBUILD b/telepathy-qt/PKGBUILD index fad8b0999..6a29c9b0c 100644 --- a/telepathy-qt/PKGBUILD +++ b/telepathy-qt/PKGBUILD @@ -1,11 +1,10 @@ # # Platform Packages for Chakra, part of chakra-project.org # -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa +# maintainer abveritas@chakra-project.org pkgname=telepathy-qt -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients." arch=('i686' 'x86_64') @@ -13,18 +12,15 @@ url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL') options=('!libtool') -depends=('qt' 'telepathy-farstream') +depends=('qt' 'telepathy-farstream' 'dbus-python') makedepends=('libxslt' 'python2' 'cmake' 'doxygen') conflicts=('telepathy-qt4') provides=('telepathy-qt4') -source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" - 'gcc47.patch') -md5sums=('e0e6c1a987bbeae44c778344a2cc9d80' - '32aa8eb06c76cb03af5ced27a674ebfb') +source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('e49df0c6d19bbac622209d0f87f0d1b2') build() { cd "${srcdir}" - patch -Np0 -i gcc47.patch mkdir build cd build