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

Tobias Powalowski tpowa at archlinux.org
Sun Sep 30 12:46:32 UTC 2007


    Date: Sunday, September 30, 2007 @ 08:46:32
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdesdk

Modified: PKGBUILD (1.42 -> 1.43)

'upgpgk: rebuild against new db'


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


Index: extra/kde/kdesdk/PKGBUILD
diff -u extra/kde/kdesdk/PKGBUILD:1.42 extra/kde/kdesdk/PKGBUILD:1.43
--- extra/kde/kdesdk/PKGBUILD:1.42	Mon Aug 13 15:55:31 2007
+++ extra/kde/kdesdk/PKGBUILD	Sun Sep 30 08:46:32 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.42 2007/08/13 19:55:31 tpowa Exp $
+# $Id: PKGBUILD,v 1.43 2007/09/30 12:46:32 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdesdk
 pkgver=3.5.7
 kdever=3.5.7 # if minor 0, then without .0
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Software Development Kit."
 arch=(i686 x86_64)
 url="http://www.kde.org"
 license=('GPL')
 groups=('kde')
 makedepends=('subversion')
-depends=('kdelibs>=3.5.7' 'db' 'flex' 'python' 'kdepim>=3.5.7') #apache is not a depend!
+depends=('kdelibs>=3.5.7' 'db>=4.6' 'flex' 'python' 'kdepim>=3.5.7') #apache is not a depend!
 
 # for easier build, just uncomment the mirror you want to use
   mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
@@ -31,7 +31,7 @@
   patch -Np1 -i ../kompare-utf8.patch || return 1
   ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking \
   --with-svn-include=/usr/include/  --with-svn-lib=/usr/lib --enable-gcc-hidden-visibility \
-  --enable-final
+  --enable-final --with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config 
   #        --enable-final # remove this if you build with < 512mb ram.
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1




More information about the arch-commits mailing list