[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Feb 15 10:07:20 UTC 2013


    Date: Friday, February 15, 2013 @ 11:07:20
  Author: andrea
Revision: 178068

upgpkg: telepathy-qt 0.9.3-4

Remove broken farstream 0.1 support

Modified:
  telepathy-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-15 02:56:58 UTC (rev 178067)
+++ PKGBUILD	2013-02-15 10:07:20 UTC (rev 178068)
@@ -4,13 +4,13 @@
 
 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 @@
          'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
-    cd "$srcdir"
     mkdir build
     cd build
     cmake ../${pkgname}-${pkgver} \
@@ -32,6 +31,6 @@
 }
 
 package() {
-    cd "$srcdir"/build
+    cd build
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list