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

Antonio Rojas arojas at archlinux.org
Wed Aug 23 19:45:37 UTC 2017


    Date: Wednesday, August 23, 2017 @ 19:45:36
  Author: arojas
Revision: 303351

Force single-threaded wxgtk to prevent segfaults

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-23 19:43:46 UTC (rev 303350)
+++ PKGBUILD	2017-08-23 19:45:36 UTC (rev 303351)
@@ -5,12 +5,12 @@
 
 pkgname=gnuplot
 pkgver=5.0.6
-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' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
+depends=('readline' 'gd' 'wxgtk2' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
 makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
 options=('!makeflags')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
@@ -38,7 +38,7 @@
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu --enable-qt \
-              --with-bitmap-terminals
+              --with-bitmap-terminals --with-wx-single-threaded
   make pkglibexecdir=/usr/bin
 }
 



More information about the arch-commits mailing list