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

Tobias Powalowski tpowa at archlinux.org
Mon May 21 17:40:57 UTC 2007


    Date: Monday, May 21, 2007 @ 13:40:57
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdebindings

Modified: PKGBUILD (1.42 -> 1.43)

'upgpkg: update to new version'


----------+
 PKGBUILD |   24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)


Index: extra/kde/kdebindings/PKGBUILD
diff -u extra/kde/kdebindings/PKGBUILD:1.42 extra/kde/kdebindings/PKGBUILD:1.43
--- extra/kde/kdebindings/PKGBUILD:1.42	Sun Mar  4 04:27:35 2007
+++ extra/kde/kdebindings/PKGBUILD	Mon May 21 13:40:57 2007
@@ -1,39 +1,32 @@
-# $Id: PKGBUILD,v 1.42 2007/03/04 09:27:35 tpowa Exp $
+# $Id: PKGBUILD,v 1.43 2007/05/21 17:40:57 tpowa Exp $
 # Contributor: Roman Kreisel <roman.kreisel at epost.de>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdebindings
-pkgver=3.5.6
-kdever=3.5.6 # if minor 0, then without .0
-pkgrel=2
+pkgver=3.5.7
+kdever=3.5.7 # if minor 0, then without .0
+pkgrel=1
 pkgdesc="KDE Bindings."
 arch=(i686 x86_64)
 url="http://www.kde.org"
 groups=('kde')
-makedepends=('jdk' 'gtk' 'pkgconfig')
-depends=('kdelibs>=3.5.6' 'ruby' 'qscintilla')
+makedepends=('jdk' 'gtk')
+depends=('kdelibs>=3.5.7' 'ruby' 'qscintilla')
+makedepends=('pkgconfig')
 
 # 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
 # mirror="ftp.kde.org/pub/kde/"             # main server
 # mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
 
-source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2 python24.patch)
-md5sums=('d26b5f54f062b765a949d66657c2ab3c' '65dd11a093751c67a462ed5c078f03ec')
+source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2)
 
 build() {
-  export MAKEFLAGS="-j1"
   # Source the QT and KDE profile
   [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh 
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver
-
-# to fix http://bugs.kde.org/show_bug.cgi?id=140302
-if [ "$CARCH" = "x86_64" ]; then
-  patch -Np4 -i ../python24.patch || return 1
-fi
-
   ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking \
   --enable-gcc-hidden-visibility DO_NOT_COMPILE="python"
   #        --enable-final # remove this if you build with < 1512mb ram.
@@ -43,3 +36,4 @@
   rm -rf $startdir/pkg/usr/lib/perl5/*/$CARCH-linux/perllocal.pod
   rm -rf $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
 }
+md5sums=('bc8a95f0cfd52ad0559a775cf045f230')




More information about the arch-commits mailing list