Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cef9f9a45948456ac7c229d8a965959d4279205c
commit cef9f9a45948456ac7c229d8a965959d4279205c Author: Melko <[email protected]> Date: Fri Aug 1 00:54:36 2014 +0200 gnuplot-4.6.5-4-x86_64 * rebuild using wxgtk28 diff --git a/source/xapps-extra/gnuplot/FrugalBuild b/source/xapps-extra/gnuplot/FrugalBuild index 1dbe423..149364a 100644 --- a/source/xapps-extra/gnuplot/FrugalBuild +++ b/source/xapps-extra/gnuplot/FrugalBuild @@ -5,11 +5,11 @@ options+=('asneeded') pkgname=gnuplot pkgver=4.6.5 -pkgrel=3 +pkgrel=4 pkgdesc="Gnuplot is a portable command-line driven interactive data and function plotting utility." # libxaw necessary for x11 support makedepends=('libxaw') -depends=('svgalib' 'gd>=2.0.35-2' 'pango' 'wxwidget') +depends=('svgalib' 'gd>=2.0.35-2' 'pango' 'wxgtk28') groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge @@ -17,4 +17,8 @@ url="http://www.gnuplot.info/" sha1sums=('a74558d145344422674dea4f58c9cb0931872c36') unset Fbuildchost +build() { + Fbuild WX_CONFIG=/usr/bin/wx-config-2.8 +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
