[arch-commits] CVS update of extra/lib/qwtplot3d (PKGBUILD)

Damir Perisa damir at archlinux.org
Tue Nov 13 13:52:55 UTC 2007


    Date: Tuesday, November 13, 2007 @ 08:52:55
  Author: damir
    Path: /home/cvs-extra/extra/lib/qwtplot3d

Modified: PKGBUILD (1.9 -> 1.10)

qwtplot3d: update, rebuild against qt>=4 and move to /usr (not yet built - dep-chain needs pyqt>=4.x)


----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Index: extra/lib/qwtplot3d/PKGBUILD
diff -u extra/lib/qwtplot3d/PKGBUILD:1.9 extra/lib/qwtplot3d/PKGBUILD:1.10
--- extra/lib/qwtplot3d/PKGBUILD:1.9	Sat Nov 10 10:21:49 2007
+++ extra/lib/qwtplot3d/PKGBUILD	Tue Nov 13 08:52:55 2007
@@ -1,34 +1,35 @@
-# $Id: PKGBUILD,v 1.9 2007/11/10 15:21:49 pierre Exp $
+# $Id: PKGBUILD,v 1.10 2007/11/13 13:52:55 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=qwtplot3d
-pkgver=0.2.6
-origver=0.2.6
-pkgrel=4
+pkgver=0.2.7
+origver=0.2.7
+pkgrel=1
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("i686" "x86_64")
+license=('custom:zlib')
 url="http://qwtplot3d.sourceforge.net/"
-depends=('qt3' 'qwt>=5.0.1')
+depends=('qt>=4.3' 'qwt>=5.0.2')
 
 source=("http://puzzle.dl.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz")
 
 build() {
     cd $startdir/src/$pkgname
-    . /etc/profile.d/qt3.sh
+  #  . /etc/profile.d/qt3.sh
     # build qwt:
     qmake qwtplot3d.pro
     make || return 1
 
     # install qwtplot3d: (by hand, because the Makefile do not provide a "install:")
-    mkdir -p $startdir/pkg/opt/qt/{include/qwtplot3d,lib}
+    mkdir -p $startdir/pkg/usr/{include/qwtplot3d,lib}
     # mkdir -p $startdir/pkg/usr/man/man3 .. no manpages yet
 
     for n in include/* ; do
-     cp -d $n $startdir/pkg/opt/qt/include/qwtplot3d || return 1
+     cp -d $n $startdir/pkg/usr/include/qwtplot3d || return 1
     done
 
     for n in lib/libqwtplot3d.so* ; do
-     cp -d $n $startdir/pkg/opt/qt/lib || return 1
+     cp -d $n $startdir/pkg/usr/lib || return 1
     done
 
     # for n in doc/man/man3/*.3 ; do




More information about the arch-commits mailing list