- Add plplot-include-QPainterPath.patch: Include QPainterPath header when building Qt modules, needed for Qt >= 5.15.0; patch from upstream. - Re-enable octave bindings (issue with swig and octave seems to be fixed now). - Reorganise the distribution of cmake files so that each cmake file belongs in the right package. OBS-URL: https://build.opensuse.org/request/show/820901 OBS-URL: https://build.opensuse.org/package/show/science/plplot?expand=0&rev=125
13 lines
321 B
Diff
13 lines
321 B
Diff
Index: plplot-5.15.0/include/qt.h
|
|
===================================================================
|
|
--- plplot-5.15.0.orig/include/qt.h
|
|
+++ plplot-5.15.0/include/qt.h
|
|
@@ -67,6 +67,7 @@
|
|
#include <QMainWindow>
|
|
#include <QPicture>
|
|
#include <QMutex>
|
|
+#include <QPainterPath>
|
|
|
|
#include "plDevs.h"
|
|
#include "plplotP.h"
|