From 7830ec8df7addecea32c4b18c056d168975e1733 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Thu, 13 Sep 2018 10:26:59 +0200 Subject: [PATCH] gnuplot: switch to wxWidgets-gtk3 --- srcpkgs/gnuplot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnuplot/template b/srcpkgs/gnuplot/template index 9e148b40e54..9e94de0f88a 100644 --- a/srcpkgs/gnuplot/template +++ b/srcpkgs/gnuplot/template @@ -1,7 +1,7 @@ # Template file for 'gnuplot' pkgname=gnuplot version=5.2.4 -revision=4 +revision=5 configure_args="--with-readline=builtin" hostmakedepends="pkg-config lua52" makedepends="zlib-devel libX11-devel gd-devel lua52-devel" @@ -15,7 +15,7 @@ checksum=1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb subpackages="gnuplot-common" if [ -z "$CROSS_BUILD" ]; then - makedepends+=" cairo-devel pango-devel wxWidgets-devel qt5-tools-devel qt5-svg-devel" + makedepends+=" cairo-devel pango-devel wxWidgets-gtk3-devel qt5-tools-devel qt5-svg-devel" subpackages+=" gnuplot-wx gnuplot-qt" fi @@ -46,7 +46,7 @@ do_configure() { cd ${wrksrc}/x11 ./configure ${configure_args} --disable-wxwidgets --without-cairo --without-qt cd ${wrksrc}/wx - ./configure ${configure_args} --without-qt ac_cv_path_WX_CONFIG=/usr/bin/wx-config-3.0 LIBS="-lX11" + ./configure ${configure_args} --without-qt ac_cv_path_WX_CONFIG=wx-config-gtk3 LIBS="-lX11" cd ${wrksrc}/qt ./configure ${configure_args} --with-qt --disable-wxwidgets else