qtoctave-0.10.1-doc-path.patch 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. --- qtoctave-0.10.1/qtjs/CMakeLists.txt 2011-01-06 23:48:05.000000000 +0200
  2. +++ qtoctave-0.10.1/qtjs/CMakeLists.txt 2011-02-06 18:16:37.000000000 +0200
  3. @@ -2,10 +2,5 @@
  4. install(
  5. DIRECTORY doc
  6. - DESTINATION share/doc/qtoctave-utils/qtjs
  7. + DESTINATION share/qtoctave/qtjs
  8. )
  9. -
  10. -install(
  11. - FILES "instalar.txt" "install.txt"
  12. - DESTINATION share/doc/qtoctave-utils/qtjs
  13. -)
  14. \ No newline at end of file
  15. --- qtoctave-0.10.1/qtoctave/src/CMakeLists.txt 2011-01-06 23:48:07.000000000 +0200
  16. +++ qtoctave-0.10.1/qtoctave/src/CMakeLists.txt 2011-02-06 18:15:41.000000000 +0200
  17. @@ -74,7 +74,7 @@
  18. install (
  19. DIRECTORY qtoctave_doc
  20. - DESTINATION share/doc/qtoctave
  21. + DESTINATION share/qtoctave
  22. PATTERN ".svn" EXCLUDE
  23. )
  24. --- qtoctave-0.10.1/qtoctave/src/configure.h.in 2011-01-06 23:48:06.000000000 +0200
  25. +++ qtoctave-0.10.1/qtoctave/src/configure.h.in 2011-02-06 18:15:41.000000000 +0200
  26. @@ -5,7 +5,7 @@
  27. #define HELP_PATH "${CMAKE_INSTALL_PREFIX}/share/doc/octave-html/octave_doc/index.html"
  28. #define ICON_PATH "${CMAKE_INSTALL_PREFIX}/share/qtoctave/images"
  29. #define LANG_PATH "${CMAKE_INSTALL_PREFIX}/share/qtoctave/lang"
  30. -#define QTOCTAVE_HELP_PATH "${CMAKE_INSTALL_PREFIX}/share/doc/qtoctave/qtoctave_doc/index.html"
  31. +#define QTOCTAVE_HELP_PATH "${CMAKE_INSTALL_PREFIX}/share/qtoctave/qtoctave_doc/index.html"
  32. #define PKG_CMD_PATH "${CMAKE_INSTALL_PREFIX}/share/qtoctave/pkg-commands.list"
  33. #endif
  34. --- qtoctave-0.10.1/simple_rcs/CMakeLists.txt 2011-01-06 23:48:06.000000000 +0200
  35. +++ qtoctave-0.10.1/simple_rcs/CMakeLists.txt 2011-02-06 18:15:41.000000000 +0200
  36. @@ -17,6 +17,6 @@
  37. install(
  38. DIRECTORY design
  39. - DESTINATION share/doc/qtoctave-utils/simple_rcs
  40. + DESTINATION share/qtoctave/simple_rcs
  41. PATTERN ".svn" EXCLUDE
  42. )
  43. \ No newline at end of file
  44. --- qtoctave-0.10.1/xmlwidget/CMakeLists.txt 2011-01-06 23:48:06.000000000 +0200
  45. +++ qtoctave-0.10.1/xmlwidget/CMakeLists.txt 2011-02-06 18:15:41.000000000 +0200
  46. @@ -2,10 +2,10 @@
  47. install(
  48. DIRECTORY doc
  49. - DESTINATION share/doc/qtoctave-utils/xmlwidget
  50. + DESTINATION share/qtoctave/xmlwidget
  51. )
  52. install(
  53. DIRECTORY examples
  54. - DESTINATION share/doc/qtoctave-utils/xmlwidget
  55. + DESTINATION share/qtoctave/xmlwidget
  56. )
  57. \ No newline at end of file