Date: Saturday, March 9, 2013 @ 19:32:06
  Author: andrea
Revision: 179818

upgpkg: telepathy-qt 0.9.3-6

Remove non needed deps (FS#34087)

Modified:
  telepathy-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-09 18:07:06 UTC (rev 179817)
+++ PKGBUILD    2013-03-09 18:32:06 UTC (rev 179818)
@@ -4,14 +4,14 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
 options=('!libtool')
-depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+depends=('qt4')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen' 'telepathy-glib')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
@@ -20,8 +20,6 @@
          'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
-    . /etc/profile.d/qt4.sh
-
     mkdir build
     cd build
     cmake ../${pkgname}-${pkgver} \

Reply via email to