This request updates Gnuplot to version 6.0.4, changes the PDF generation to use LuaTeX and removes very outdated French documentation. Furthermore, it re-bases present patches and removes two obsolete patches. For further information, please refer to the changes file.

OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=181
This commit is contained in:
2026-01-28 08:57:20 +00:00
committed by Git OBS Bridge
commit bbead93147
27 changed files with 5994 additions and 0 deletions

20
gnuplot-wx3.diff Normal file
View File

@@ -0,0 +1,20 @@
From: Jan Engelhardt <jengelh@inai.de>
Date: 2015-03-22 15:21:46.000000000 +0100
gnuplot's wxt_gui.cpp (*not* wxWidgets) uses XInitThreads, but
the program does not link in X11 and runs into a build error
otherwise.
---
gnuplot-5.2.0/src/Makefile.am | 1 +
1 file changed, 1 insertion(+)
--- gnuplot-5.2.0/src/Makefile.am
+++ gnuplot-5.2.0/src/Makefile.am 2017-09-27 10:06:44.716255786 +0000
@@ -101,6 +101,7 @@ $(EXTRA_gnuplot_SOURCES)
if BUILD_WXWIDGETS
gnuplot_SOURCES += wxterminal/wxt_gui.cpp
+gnuplot_LDADD += -lX11
endif
if BUILD_GPCAIRO