ChangeLog: https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/ * Switch to cmake build system * Add license * Record indirect dependancies * Switch to lcms2, which is prefered over lcms (1). * Add stub for NLS support, currently not enabled since it breaks the build. Reported upstream. * Remove the OPENMP option, it does not build anymore.
11 lines
443 B
CMake
11 lines
443 B
CMake
--- CMakeScripts/Pod2man.cmake.orig 2017-01-06 16:19:54.351838000 +0100
|
|
+++ CMakeScripts/Pod2man.cmake 2017-01-06 16:20:26.957487000 +0100
|
|
@@ -48,7 +48,7 @@
|
|
)
|
|
install(
|
|
FILES ${MANFILE_FULL}
|
|
- DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/man/man${SECTION}
|
|
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man${SECTION}
|
|
)
|
|
endif()
|
|
endmacro(pod2man PODFILE NAME SECTION CENTER)
|