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

Ionut Biru ibiru at archlinux.org
Tue Apr 26 16:25:59 UTC 2011


    Date: Tuesday, April 26, 2011 @ 12:25:58
  Author: ibiru
Revision: 120824

update to 0.5.15

Modified:
  telepathy-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-26 16:20:16 UTC (rev 120823)
+++ PKGBUILD	2011-04-26 16:25:58 UTC (rev 120824)
@@ -1,18 +1,17 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=telepathy-qt4
-pkgver=0.4.2
+pkgver=0.5.15
 pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
-groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
 depends=('qt' 'telepathy-farsight')
 makedepends=('libxslt' 'python2' 'cmake')
 source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d014e49b11fcbb4dc87aa1757d209a3a')
+md5sums=('2066d447a46ca3d767ff82ca562244a0')
 
 build() {
     cd "${srcdir}"
@@ -21,8 +20,7 @@
     cd build
     cmake ../${pkgname}-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1
+        -DCMAKE_INSTALL_PREFIX=/usr
     make
 }
 




More information about the arch-commits mailing list