Date: Thursday, July 7, 2022 @ 17:52:14 Author: arojas Revision: 450494
wxwidgets 3.2 rebuild Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 17:20:16 UTC (rev 450493) +++ PKGBUILD 2022-07-07 17:52:14 UTC (rev 450494) @@ -5,12 +5,12 @@ pkgbase=gnuplot pkgname=(gnuplot gnuplot-demos) pkgver=5.4.3 -pkgrel=5 +pkgrel=6 pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and others' arch=(x86_64) url='http://www.gnuplot.info' license=(custom) -depends=(gd wxgtk3 lua qt5-svg libcerf libcaca) +depends=(gd wxwidgets-gtk3 lua qt5-svg libcerf libcaca) makedepends=(texlive-core emacs texlive-latexextra qt5-tools) source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz lua53_compat.patch) @@ -34,7 +34,6 @@ cd $pkgbase-$pkgver MAKEINFO=/usr/bin/makeinfo \ - WX_CONFIG=/usr/bin/wx-config-gtk3 \ ./configure --prefix=/usr \ --libexecdir=/usr/bin \ --with-gihdir=/usr/share/gnuplot \
