From e4df57e0fb764dae37afbafe40b4bf142b7cfa38 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 20 Sep 2019 16:22:55 +0200 Subject: [PATCH 1/2] gnuplot: disable LateX and Qt --- Tools/gnuplot/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/gnuplot/build b/Tools/gnuplot/build index 4fd76eb..b813654 100755 --- a/Tools/gnuplot/build +++ b/Tools/gnuplot/build @@ -7,6 +7,9 @@ pbuild::set_download_url \ pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb' pbuild::install_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README' +pbuild::add_configure_args '--with-latex=no' +pbuild::add_configure_args '--with-qt=no' + # Local Variables: # mode: sh # sh-basic-offset: 8 From 8f67078cdb8958946de7797da25078182221baa9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 20 Sep 2019 16:23:48 +0200 Subject: [PATCH 2/2] gnuplot: version 5.2.7 added - versions 5.2.6 and 5.2.7 released as stable --- Tools/gnuplot/files/variants | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/gnuplot/files/variants b/Tools/gnuplot/files/variants index be3f0f4..6f27cb7 100644 --- a/Tools/gnuplot/files/variants +++ b/Tools/gnuplot/files/variants @@ -2,4 +2,5 @@ gnuplot/4.6.3 stable gnuplot/5.0.0 stable gnuplot/5.2.0 stable gnuplot/5.2.4 stable -gnuplot/5.2.6 unstable +gnuplot/5.2.6 stable +gnuplot/5.2.7 stable