[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 11:48:56 UTC 2013


    Date: Tuesday, February 26, 2013 @ 12:48:56
  Author: andrea
Revision: 178714

upgpkg: qwtplot3d 0.2.7-6

qt4 rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 11:41:09 UTC (rev 178713)
+++ PKGBUILD	2013-02-26 11:48:56 UTC (rev 178714)
@@ -4,12 +4,12 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("i686" "x86_64")
 license=('custom:zlib')
 url="http://qwtplot3d.sourceforge.net/"
-depends=('qt' 'qwt')
+depends=('qt4' 'qwt')
 makedepends=('mesa' 'glu')
 source=("http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz"
         qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
@@ -18,6 +18,8 @@
           '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
 
 build() {
+    . /etc/profile.d/qt4.sh
+
     cd ${srcdir}/${pkgname}
     patch -p1 < ../qwtplot3d-gcc44.patch
     patch -p1 < ../qwtplot3d-qt-4.8.0.patch




More information about the arch-commits mailing list