author | Antonio Rojas
<arojas@archlinux.org> 2022-07-07 17:52:14 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-07-07 17:52:14 UTC |
parent | c8a8df8e5c2a7b1573d678b79d1233130b7ae151 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6c0ed77..f600479 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ build() { 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 \