diff options
author | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
commit | da0a0d88caa1bf934ebf314ef86e15928dbb027b (patch) | |
tree | b7c57ac9667de10c72390e0d81654fffbe47c42d /extra/qtiplot/PKGBUILD | |
parent | ffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff) |
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'extra/qtiplot/PKGBUILD')
-rw-r--r-- | extra/qtiplot/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/qtiplot/PKGBUILD b/extra/qtiplot/PKGBUILD index 705e2aa63..36a8d2607 100644 --- a/extra/qtiplot/PKGBUILD +++ b/extra/qtiplot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 168610 2012-10-13 11:49:18Z andyrtr $ +# $Id: PKGBUILD 184429 2013-05-06 19:39:34Z foutrelis $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir.archlinux.org> # Contributor: Gergely Imreh <imrehg@gmail.com> pkgname=qtiplot pkgver=0.9.8.9 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://soft.proindependent.com/qtiplot.html" pkgdesc="Data analysis and scientific plotting - free clone of Origin" @@ -57,14 +57,14 @@ build() { sed -i "s:elif:else:g" qtiplot/src/scripting/ScriptEdit.cpp patch -Np1 -i "${srcdir}/qwtplot3d_gcc.patch" cd ./3rdparty/qwt - qmake + qmake-qt4 make # Make qwtplot3d cd ../qwtplot3d patch -Np3 -i "${srcdir}/qwtplot3d-qt-4.8.0.patch" patch -Np0 -i "${srcdir}/qwtplot3d-libpng15.patch" - qmake + qmake-qt4 make # Make qtiplot @@ -75,7 +75,7 @@ build() { sed -i 's|<QAssistantClient>|<QtAssistant/qassistantclient.h>|' src/core/ApplicationWindow.cpp sed -i 's#d_python_config_folder + "#"/usr/share/qtiplot#' src/core/ApplicationWindow.cpp - qmake qtiplot.pro QMAKESPEC=linux-g++ + qmake-qt4 qtiplot.pro QMAKESPEC=linux-g++ make QTDIR=/usr/ QMAKESPEC=linux-g++ } |