[arch-commits] Commit in telepathy-qt4/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Jun 22 09:07:11 UTC 2010
Date: Tuesday, June 22, 2010 @ 05:07:11
Author: ibiru
Revision: 83611
upgpkg: telepathy-qt4 0.3.5-1
update to 0.3.5
Modified:
telepathy-qt4/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-06-22 07:28:06 UTC (rev 83610)
+++ PKGBUILD 2010-06-22 09:07:11 UTC (rev 83611)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=telepathy-qt4
-pkgver=0.3.3
+pkgver=0.3.5
pkgrel=1
pkgdesc="A library for Qt-based Telepathy clients."
arch=('i686' 'x86_64')
@@ -9,15 +9,15 @@
groups=('telepathy')
license=('LGPL')
options=('!libtool')
-depends=('qt>=4.6.2' 'telepathy-farsight>=0.0.12')
+depends=('qt' 'telepathy-farsight')
makedepends=('libxslt' 'python')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('fcfd2e8b7c74adf9cf1ebc6615c613f63c9b4b049204a00c812357d388fa92af')
+md5sums=('d4ac911d95d18bfaaa683912b0aed519')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
--disable-static
- make || return 1
+ make
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list