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

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


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

Modified: PKGBUILD (1.40 -> 1.41)

upgppkg: update to new version


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


Index: extra/kde/kdeartwork/PKGBUILD
diff -u extra/kde/kdeartwork/PKGBUILD:1.40 extra/kde/kdeartwork/PKGBUILD:1.41
--- extra/kde/kdeartwork/PKGBUILD:1.40	Mon Oct 15 08:04:14 2007
+++ extra/kde/kdeartwork/PKGBUILD	Mon Mar  3 14:01:38 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.40 2007/10/15 12:04:14 tpowa Exp $
+# $Id: PKGBUILD,v 1.41 2008/03/03 19:01:38 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdeartwork
-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="Additional artwork for KDE."
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('kde')
 makedepends=('xscreensaver' 'glut')
-depends=('kdebase>=3.5.8')
+depends=('kdebase>=3.5.9')
 makedepends=('pkgconfig')
 
   mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
@@ -21,6 +21,9 @@
 source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2 kdeclassic.patch)
 
 build() {
+  # Source the QT and KDE profile
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh 
+  [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   cd $startdir/src/$pkgname-$pkgver
   # fix kdeclassic theme
   patch -Np0 -i ../kdeclassic.patch || return 1
@@ -31,5 +34,5 @@
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('03becf82a233e6007e9372ffa5756d0b'
+md5sums=('ec526eba38421fd3b143682b8d683c86'
          '70d3467b9ba3913ac20c340a6c0a071e')




More information about the arch-commits mailing list