forked from pool/paraview
- Update to version 5.6.0 https://blog.kitware.com/paraview-5-6-0-release-notes/ - add devel package - remove Tk build requirement and adjust description since ParaView hasn't used Tcl/Tk for quite a few years. - ParaViewTutorial file not updated and not available on upstream - drop patches already applied upstream * paraview-pythonqt-build-fix.patch * fix-hdf5-gcc8.patch * fix-qt-5.11-931c779.patch * fix-no-plugin-doc-dir.patch - modify partially applied patches * paraview-find-qhelpgenerator-qt5.patch OBS-URL: https://build.opensuse.org/request/show/653556 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=58
14 lines
503 B
Diff
14 lines
503 B
Diff
Index: ParaView-v5.6.0/CMake/ParaViewMacros.cmake
|
|
===================================================================
|
|
--- ParaView-v5.6.0.orig/CMake/ParaViewMacros.cmake
|
|
+++ ParaView-v5.6.0/CMake/ParaViewMacros.cmake
|
|
@@ -259,7 +259,7 @@
|
|
endif()
|
|
|
|
find_program(QT_XMLPATTERNS_EXECUTABLE
|
|
- xmlpatterns
|
|
+ NAMES xmlpatterns xmlpatterns-qt5
|
|
HINTS "${qt_binary_dir_hints}"
|
|
DOC "xmlpatterns used to generate html from Proxy documentation.")
|
|
mark_as_advanced(QT_XMLPATTERNS_EXECUTABLE)
|