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

Andrea Scarpino andrea at archlinux.org
Wed Jan 19 12:44:29 UTC 2011


    Date: Wednesday, January 19, 2011 @ 07:44:29
  Author: andrea
Revision: 106839

upgpkg: qtiplot 0.9.8.2-4
fix to depends on python2-qt

Modified:
  qtiplot/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-19 12:28:55 UTC (rev 106838)
+++ PKGBUILD	2011-01-19 12:44:29 UTC (rev 106839)
@@ -5,16 +5,15 @@
 
 pkgname=qtiplot
 pkgver=0.9.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Data analysis and scientific plotting - free clone of Origin"
 arch=('i686' 'x86_64')
 url="http://soft.proindependent.com/qtiplot.html"
-depends=('muparser' 'gsl' 'pyqt' 'sip' \
-         'boost' 'libgl' 'shared-mime-info' 'mesa' 'liborigin2' 'qt-assistant-compat')
+depends=('muparser' 'gsl' 'python2-qt' 'boost-libs' 'shared-mime-info' 'mesa' 'liborigin2' 'qt-assistant-compat')
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'boost')
 license=('GPL2')
 install=${pkgname}.install
 source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2




More information about the arch-commits mailing list