summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Urquijo2016-03-23 19:24:24 -0500
committerAndres Urquijo2016-03-23 19:24:24 -0500
commit84a02316a9083d6fe55398bfcc74bb3dcafba3f4 (patch)
treecb659273e2a1edc67dd515b2974ce6a3c050c0b1
parent689932b9c1bc69b1947feb010597cdd1635c7843 (diff)
downloadaur-84a02316a9083d6fe55398bfcc74bb3dcafba3f4.tar.gz
Remove libgl dependence and add qt5 gsl and wxgtk
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02083db005b9..4608038b361f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 5.0.1
-# Wed Mar 23 23:55:24 UTC 2016
pkgbase = mathgl
pkgdesc = A library for making high-quality scientific graphics
pkgver = 2.3.4
@@ -11,7 +9,6 @@ pkgbase = mathgl
makedepends = cmake
makedepends = swig
depends = libpng
- depends = libgl
depends = libharu
depends = python2
depends = hdf5
@@ -19,6 +16,9 @@ pkgbase = mathgl
depends = texlive-core
depends = python2-numpy
depends = freeglut
+ depends = gsl
+ depends = wxgtk
+ depends = qt5-base
source = http://downloads.sourceforge.net/project/mathgl/mathgl/mathgl%202.3.4/mathgl-2.3.4.tar.gz
md5sums = 64c804690e82570cc05b89df9e7c39d4
diff --git a/PKGBUILD b/PKGBUILD
index 482caff98b13..5ef8493da92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="A library for making high-quality scientific graphics"
arch=('i686' 'x86_64')
url="http://${pkgname}.sourceforge.net"
license=('GPL3')
-depends=('libpng' 'libgl' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy' 'freeglut')
+depends=('libpng' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy'
+ 'freeglut' 'gsl' 'wxgtk' 'qt5-base' )
makedepends=( 'cmake' 'swig')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}%20${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('64c804690e82570cc05b89df9e7c39d4')