]> git.pld-linux.org Git - packages/python3-Uranium.git/blame - plugins-path.patch
- release 4 (by relup.sh)
[packages/python3-Uranium.git] / plugins-path.patch
CommitLineData
6cdd2031
JR
1--- Uranium-2.5.0/CMakeLists.txt~ 2017-05-13 23:51:30.000000000 +0200
2+++ Uranium-2.5.0/CMakeLists.txt 2017-05-13 23:56:38.423247507 +0200
3@@ -64,6 +64,6 @@
4 install(FILES ${CMAKE_SOURCE_DIR}/cmake/UraniumTranslationTools.cmake
5 DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake-${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}/Modules/ )
6 install(DIRECTORY resources DESTINATION ${CMAKE_INSTALL_DATADIR}/uranium)
7-install(DIRECTORY plugins DESTINATION lib/uranium)
8+install(DIRECTORY plugins DESTINATION ${CMAKE_INSTALL_DATADIR}/uranium)
9
10 include(CPackConfig.cmake)
11--- Uranium-2.5.0/UM/Application.py~ 2017-04-13 15:03:28.000000000 +0200
12+++ Uranium-2.5.0/UM/Application.py 2017-05-14 11:25:56.345442852 +0200
13@@ -95,7 +95,7 @@
14
15 self._plugin_registry = PluginRegistry.getInstance()
16
17- self._plugin_registry.addPluginLocation(os.path.join(Application.getInstallPrefix(), "lib", "uranium"))
18+ self._plugin_registry.addPluginLocation(os.path.join(Application.getInstallPrefix(), "share", "uranium"))
19 self._plugin_registry.addPluginLocation(os.path.join(os.path.dirname(sys.executable), "plugins"))
20 self._plugin_registry.addPluginLocation(os.path.join(Application.getInstallPrefix(), "Resources", "uranium", "plugins"))
21 self._plugin_registry.addPluginLocation(os.path.join(Application.getInstallPrefix(), "Resources", self.getApplicationName(), "plugins"))
This page took 0.069944 seconds and 4 git commands to generate.