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

Alexander Baldeck alexander at archlinux.org
Mon Jan 7 10:10:17 UTC 2008


    Date: Monday, January 7, 2008 @ 05:10:17
  Author: alexander
    Path: /home/cvs-extra/extra/network/twinkle

Modified: PKGBUILD (1.10 -> 1.11)

* mods for qt->qt3 migration in testing


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


Index: extra/network/twinkle/PKGBUILD
diff -u extra/network/twinkle/PKGBUILD:1.10 extra/network/twinkle/PKGBUILD:1.11
--- extra/network/twinkle/PKGBUILD:1.10	Mon Jan  7 04:33:43 2008
+++ extra/network/twinkle/PKGBUILD	Mon Jan  7 05:10:17 2008
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.10 2008/01/07 09:33:43 alexander Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/07 10:10:17 alexander 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.1
-pkgrel=1
+pkgrel=2
 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' \
+depends=('ccrtp>=1.5.1' 'speex' 'kdelibs' 'boost>=1.34.0' 'libsndfile' 'qt3' 'gnutls' \
          'libzrtpcpp>=0.9.0-2' 'commoncpp2>=1.6')
 makedepends=('pkgconfig')
 source=(http://www.xs4all.nl/~mfnboer/$pkgname/download/$pkgname-$pkgver.tar.gz \
@@ -17,7 +17,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  . /etc/profile.d/qt.sh
+  . /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