[arch-commits] CVS update of extra/kde/arts (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:05:36 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:05:36
  Author: pierre
    Path: /home/cvs-extra/extra/kde/arts

Modified: PKGBUILD (1.41 -> 1.42)

upgpkg: arts 1.5.8-2
change dependency from qt to qt3


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


Index: extra/kde/arts/PKGBUILD
diff -u extra/kde/arts/PKGBUILD:1.41 extra/kde/arts/PKGBUILD:1.42
--- extra/kde/arts/PKGBUILD:1.41	Mon Oct 15 08:03:26 2007
+++ extra/kde/arts/PKGBUILD	Sat Nov 10 10:05:36 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.41 2007/10/15 12:03:26 tpowa Exp $
+# $Id: PKGBUILD,v 1.42 2007/11/10 15:05:36 pierre Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=arts
 pkgver=1.5.8
 kdever=3.5.8 # if minor is 0, then without .0
-pkgrel=1
+pkgrel=2
 pkgdesc="Analog realtime synthesizer"
 arch=(i686 x86_64)
 url="http://www.arts-project.org"
@@ -12,7 +12,7 @@
 license=('GPL' 'LGPL')
 groups=('kde')
 makedepends=('pkgconfig')
-depends=('kde-common>=3.5.8' 'jack-audio-connection-kit' 'audiofile' 'alsa-lib' 'qt' 'libmad' 'libvorbis' 'glib2' 'esd')
+depends=('kde-common>=3.5.8' 'jack-audio-connection-kit' 'audiofile' 'alsa-lib' 'qt3' 'libmad' 'libvorbis' 'glib2' 'esd')
 # mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
   mirror="ftp.kde.org/pub/kde/"             # main server
 # mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
@@ -21,7 +21,7 @@
 
 build() {
   # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh 
+  source /etc/profile.d/qt3.sh 
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list