]> git.pld-linux.org Git - packages/cura.git/blame - plugins-path.patch
- release 3 (by relup.sh)
[packages/cura.git] / plugins-path.patch
CommitLineData
bb32f111
JR
1--- Cura-2.5.0/cura/CuraApplication.py.orig 2017-04-21 13:30:29.000000000 +0200
2+++ Cura-2.5.0/cura/CuraApplication.py 2017-05-14 11:14:40.735151508 +0200
8ab26971
JR
3@@ -454,6 +454,7 @@
4 lib_suffixes = {""}
5 for suffix in lib_suffixes:
6 self._plugin_registry.addPluginLocation(os.path.join(QtApplication.getInstallPrefix(), "lib" + suffix, "cura"))
bb32f111
JR
7+ self._plugin_registry.addPluginLocation(os.path.join(QtApplication.getInstallPrefix(), "share", "cura"))
8 if not hasattr(sys, "frozen"):
9 self._plugin_registry.addPluginLocation(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "plugins"))
10 self._plugin_registry.loadPlugin("ConsoleLogger")
11--- Cura-2.5.0/CMakeLists.txt~ 2017-05-14 00:42:31.000000000 +0200
12+++ Cura-2.5.0/CMakeLists.txt 2017-05-14 11:18:14.335558709 +0200
13@@ -36,7 +36,7 @@
14 install(DIRECTORY resources
15 DESTINATION ${CMAKE_INSTALL_DATADIR}/cura)
16 install(DIRECTORY plugins
8ab26971 17- DESTINATION lib${LIB_SUFFIX}/cura)
bb32f111
JR
18+ DESTINATION ${CMAKE_INSTALL_DATADIR}/cura)
19 if(NOT APPLE AND NOT WIN32)
20 install(FILES cura_app.py
21 DESTINATION ${CMAKE_INSTALL_BINDIR}
This page took 0.196657 seconds and 4 git commands to generate.