[arch-commits] CVS update of extra/network/twinkle (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:37:32 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:37:32
  Author: pierre
    Path: /home/cvs-extra/extra/network/twinkle

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: twinkle 1.0.1-3
change dependency from qt to qt3


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


Index: extra/network/twinkle/PKGBUILD
diff -u extra/network/twinkle/PKGBUILD:1.8 extra/network/twinkle/PKGBUILD:1.9
--- extra/network/twinkle/PKGBUILD:1.8	Sun Jul  8 00:19:41 2007
+++ extra/network/twinkle/PKGBUILD	Sat Nov 10 10:37:32 2007
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.8 2007/07/08 04:19:41 eric Exp $
+# $Id: PKGBUILD,v 1.9 2007/11/10 15:37:32 pierre Exp $
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # AUR Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
 
 pkgname=twinkle
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A SIP softphone for Qt"
 arch=(i686 x86_64)
 url="http://www.twinklephone.com/"
 license=("GPL")
-depends=('ccrtp>=1.5.1' 'speex' 'kdelibs' 'boost>=1.34.0' 'libsndfile' 'qt' 'gnutls' 'libzrtpcpp>=0.9.0-2')
+depends=('ccrtp>=1.5.1' 'speex' 'kdelibs' 'boost>=1.34.0' 'libsndfile' 'qt3' 'gnutls' 'libzrtpcpp>=0.9.0-2')
 makedepends=('pkgconfig' 'commoncpp2>=1.4')
 source=(http://www.xs4all.nl/~mfnboer/$pkgname/download/$pkgname-$pkgver.tar.gz \
 		twinkle.desktop )
@@ -19,6 +19,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  . /etc/profile.d/qt3.sh
   ./configure --prefix=/usr --with-kde --with-speex
   make || return 1
   make prefix=$startdir/pkg/usr install




More information about the arch-commits mailing list