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

Eric Bélanger eric at nymeria.archlinux.org
Wed Jan 15 04:17:58 UTC 2014


    Date: Wednesday, January 15, 2014 @ 05:17:58
  Author: eric
Revision: 204058

upgpkg: gnuplot 4.6.4-5

Change wxgtk depends to wxgtk2.8 (close FS#38505)

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-15 01:53:10 UTC (rev 204057)
+++ PKGBUILD	2014-01-15 04:17:58 UTC (rev 204058)
@@ -5,12 +5,12 @@
 
 pkgname=gnuplot
 pkgver=4.6.4
-pkgrel=4
+pkgrel=5
 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' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+depends=('readline' 'gd' 'wxgtk2.8' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
 makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
 options=('!makeflags')
 install=gnuplot.install 
@@ -31,7 +31,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr \
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu --enable-qt




More information about the arch-commits mailing list