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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:04:32 UTC 2008


    Date: Monday, March 3, 2008 @ 14:04:32
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdewebdev

Modified: PKGBUILD (1.29 -> 1.30)

upgppkg: update to new version


----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Index: extra/kde/kdewebdev/PKGBUILD
diff -u extra/kde/kdewebdev/PKGBUILD:1.29 extra/kde/kdewebdev/PKGBUILD:1.30
--- extra/kde/kdewebdev/PKGBUILD:1.29	Mon Oct 15 08:06:36 2007
+++ extra/kde/kdewebdev/PKGBUILD	Mon Mar  3 14:04:32 2008
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.29 2007/10/15 12:06:36 tpowa Exp $
+# $Id: PKGBUILD,v 1.30 2008/03/03 19:04:32 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 provides=('quanta')
 replaces=('quanta')
 pkgname=kdewebdev
-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="A web development tool for the K Desktop Environment."
 arch=(i686 x86_64)
 url="http://kdewebdev.org/"
 license=('GPL')
-depends=('kdelibs>=3.5.8' 'kdesdk>=3.5.8' 'pcre' 'libxml2>=2.6.0' 'libxslt>=1.0.18' 'tidyhtml') 
+depends=('kdelibs>=3.5.9' 'kdesdk>=3.5.9' 'pcre' 'libxml2>=2.6.0' 'libxslt>=1.0.18' 'tidyhtml') 
 
 # 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
@@ -19,17 +19,19 @@
 # mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
 
 source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2)
+options=(!makeflags)
 
 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
   ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking \
-  --enable-gcc-hidden-visibility --enable-final
+  --enable-final
+  # --enable-gcc-hidden-visibility disabled it breaks compile!
   # --enable-final # remove this if you build with < 512mb ram.
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('6c17c4b71a4d306da4b81a0cfd3116e1')
+md5sums=('e95d1fbb698ec76966abfa5bdf96bd5e')




More information about the arch-commits mailing list