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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:01:25 UTC 2008


    Date: Monday, March 3, 2008 @ 14:01:25
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdeadmin

Modified: PKGBUILD (1.37 -> 1.38)

upgppkg: update to new version


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


Index: extra/kde/kdeadmin/PKGBUILD
diff -u extra/kde/kdeadmin/PKGBUILD:1.37 extra/kde/kdeadmin/PKGBUILD:1.38
--- extra/kde/kdeadmin/PKGBUILD:1.37	Mon Oct 15 08:04:05 2007
+++ extra/kde/kdeadmin/PKGBUILD	Mon Mar  3 14:01:25 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.37 2007/10/15 12:04:05 tpowa Exp $
+# $Id: PKGBUILD,v 1.38 2008/03/03 19:01:25 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdeadmin
-pkgver=3.5.8
-kdever=3.5.8 # if minor 0, then without .0
+pkgver=3.5.9
+kdever=3.5.9 # if minor 0, then without .0
 pkgrel=1
 pkgdesc="KDE Administration Programs."
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=('GPL')
 
 groups=('kde')
-depends=('kdelibs>=3.5.8')
+depends=('kdelibs>=3.5.9')
 makedepends=('pkgconfig' 'lilo')
 
   mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
@@ -23,7 +23,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
@@ -35,4 +35,4 @@
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('324a44d854a92177e71954f9264c98a8')
+md5sums=('e6607ea27b332616d20f4564656cb885')




More information about the arch-commits mailing list