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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:03:45 UTC 2008


    Date: Monday, March 3, 2008 @ 14:03:45
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdesdk

Modified: PKGBUILD (1.44 -> 1.45)

upgppkg: update to new version


----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)


Index: extra/kde/kdesdk/PKGBUILD
diff -u extra/kde/kdesdk/PKGBUILD:1.44 extra/kde/kdesdk/PKGBUILD:1.45
--- extra/kde/kdesdk/PKGBUILD:1.44	Mon Oct 15 08:05:54 2007
+++ extra/kde/kdesdk/PKGBUILD	Mon Mar  3 14:03:44 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.44 2007/10/15 12:05:54 tpowa Exp $
+# $Id: PKGBUILD,v 1.45 2008/03/03 19:03:44 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdesdk
-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 Software Development Kit."
 arch=(i686 x86_64)
@@ -11,24 +11,21 @@
 license=('GPL')
 groups=('kde')
 makedepends=('subversion')
-depends=('kdelibs>=3.5.8' 'db>=4.6' 'flex' 'python' 'kdepim>=3.5.8') #apache is not a depend!
+depends=('kdelibs>=3.5.9' 'db>=4.6' 'flex' 'python' 'kdepim>=3.5.9') #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
 # 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
-	kompare-utf8.patch) 
+source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2)
 
 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
-  # add kompare utf8 patch
-  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 --with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config 
@@ -36,5 +33,4 @@
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('c809c15eb8c09a7eb2d070395202910b'
-         'd9d099de98eef90ba6a2d72ecb6db850')
+md5sums=('fd86abfe0ac7c5af61b15eb5367d0399')




More information about the arch-commits mailing list