Date: Tuesday, September 5, 2017 @ 15:41:47 Author: arojas Revision: 304695
Update to 5.2.0 Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-05 15:32:16 UTC (rev 304694) +++ PKGBUILD 2017-09-05 15:41:47 UTC (rev 304695) @@ -4,8 +4,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=gnuplot -pkgver=5.0.6 -pkgrel=2 +pkgver=5.2.0 +pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64') url="http://www.gnuplot.info" @@ -12,10 +12,9 @@ license=('custom') 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" "lua53_compat.patch") -sha1sums=('f7b8948166b22e5bd658d5cf7579716f4821dba0' +sha1sums=('360fbd0e0ac84cc0e9ece374f463fca244980c3c' '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1') prepare() { @@ -34,17 +33,19 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \ + MAKEINFO=/usr/bin/makeinfo WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \ --libexecdir=/usr/bin \ --with-gihdir=/usr/share/gnuplot \ - --with-readline=gnu --enable-qt \ - --with-bitmap-terminals --with-wx-single-threaded + --with-readline=gnu \ + --with-bitmap-terminals \ + --with-wx-single-threaded make pkglibexecdir=/usr/bin +# make info https://sourceforge.net/p/gnuplot/bugs/1963/ } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info + make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install # install-info install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
