git » gnuplot.git » commit 13ba4d6

use wxgtk instead of wxgtk2.8

author Ronald van Haren
2015-04-14 07:47:14 UTC
committer Ronald van Haren
2015-04-14 07:47:14 UTC
parent f04353f28f42b797248f591ab2c07642d1acd962

use wxgtk instead of wxgtk2.8

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7baa80c..8bd4460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=gnuplot
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk2.8' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 'gnutls') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 'gnutls') 
 makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
 options=('!makeflags')
 install=gnuplot.install
@@ -30,7 +30,7 @@ prepare() {
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr \
+   WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu --enable-qt