Package: kdevelop / 4:4.3.1-3

Metadata

Package Version Patches format
kdevelop 4:4.3.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
okteta_optional_structures_tool.diff | (download)

utils/okteta/CMakeLists.txt | 5 5 + 0 - 0 !
utils/okteta/oktetaplugin.cpp | 4 4 + 0 - 0 !
2 files changed, 9 insertions(+)

 do not use the structures tool if not compiled in okteta.
 Currently, the structures plugin of Okteta is compiled only on little endian
 architectures; this plugin uses it assuming it is always compiled.
 Check at cmake time whether the structures tool is available in the found
 kasten headers, and if it is not then disable the usage of the structures
 tool.
fix parallel.diff | (download)

languages/cpp/CMakeLists.txt | 2 1 + 1 - 0 !
languages/cpp/tests/CMakeLists.txt | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 fix parallel building of tests
 Set the proper dependency on the kdevcpplanguagesupport target on few tests;
 since they compile the sources of kdevcpplanguagesupport which include sources
 (like ui_*.h files) generated during the build of kdevcpplanguagesupport.