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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:00:58 UTC 2008


    Date: Monday, March 3, 2008 @ 14:00:58
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdeaccessibility

Modified: PKGBUILD (1.33 -> 1.34)

upgppkg: update to new version


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/kde/kdeaccessibility/PKGBUILD
diff -u extra/kde/kdeaccessibility/PKGBUILD:1.33 extra/kde/kdeaccessibility/PKGBUILD:1.34
--- extra/kde/kdeaccessibility/PKGBUILD:1.33	Mon Oct 15 08:03:45 2007
+++ extra/kde/kdeaccessibility/PKGBUILD	Mon Mar  3 14:00:58 2008
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.33 2007/10/15 12:03:45 tpowa Exp $
+# $Id: PKGBUILD,v 1.34 2008/03/03 19:00:58 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdeaccessibility
-pkgver=3.5.8
-kdever=3.5.8 # if minor is 0, then without .0
+pkgver=3.5.9
+kdever=3.5.9 # if minor is 0, then without .0
 pkgrel=1
 pkgdesc="KDE Accessibility Aids"
 arch=(i686 x86_64)
 url="http://www.kde.org"
 license=('GPL')
 groups=('kde')
-depends=('kdelibs>=3.5.8' 'libxtst')
+depends=('kdelibs>=3.5.9' 'libxtst')
 makedepends=('pkgconfig')
 
   mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
@@ -22,7 +22,7 @@
 
 build() {
   # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.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=('0ede2d48df626aa436dbe6c741d575f1')
+md5sums=('79c7fa53ec60ad51fbdb16aac56d85a1')




More information about the arch-commits mailing list