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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:04:44 UTC 2008


    Date: Monday, March 3, 2008 @ 14:04:44
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/arts

Modified: PKGBUILD (1.42 -> 1.43)

upgppkg: update to new version


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


Index: extra/kde/arts/PKGBUILD
diff -u extra/kde/arts/PKGBUILD:1.42 extra/kde/arts/PKGBUILD:1.43
--- extra/kde/arts/PKGBUILD:1.42	Sat Nov 10 10:05:36 2007
+++ extra/kde/arts/PKGBUILD	Mon Mar  3 14:04:44 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.42 2007/11/10 15:05:36 pierre Exp $
+# $Id: PKGBUILD,v 1.43 2008/03/03 19:04:44 tpowa 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=2
+pkgver=1.5.9
+kdever=3.5.9 # if minor is 0, then without .0
+pkgrel=1
 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' 'qt3' 'libmad' 'libvorbis' 'glib2' 'esd')
+depends=('kde-common>=3.5.9' '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
-  source /etc/profile.d/qt3.sh 
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh 
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver
@@ -32,4 +32,4 @@
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('061ce49351d970a81f4c0a1b0339fb34')
+md5sums=('62a5e4d522314bab19288e4702480c93')




More information about the arch-commits mailing list