[Libreoffice-commits] .: scp2/source
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Nov 23 06:58:24 PST 2010
scp2/source/python/file_python.scp | 8 ++++++++
scp2/source/python/module_python.scp | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 4c5b04099f92c6d987b0965bd8d45adc1cf6343a
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Nov 23 15:48:13 2010 +0100
find the internal libpython (fdo#31764)
libpython2.6.so symlink was not created, so pyuno was not able to find the
internal libpython2.6.so.1.0
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 0876b53..1228900 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -130,6 +130,14 @@ File gid_File_Lib_Python_So
Name = STRING(PY_FULL_DLL_NAME);
Styles = (PACKED);
End
+#ifdef UNX
+Shortcut gid_Shortcut_Lib_Python_So
+ FileID = gid_File_Lib_Python_So;
+ Dir = gid_Dir_Program;
+ Name = STRING(CONCAT3(libpython,PYMAJMIN,UNXSUFFIX));
+ Styles = (NETWORK,RELATIVE);
+End
+#endif //UNX
#else //MACOSX
//directory entries solely to be able to create the symlinks
Directory gid_Dir_PythonFramework
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index d32f6f6..3b01772 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -32,7 +32,7 @@ Module gid_Module_Optional_Pyuno
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON );
ParentID = gid_Module_Optional;
Sortkey = "750";
- Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So, gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd);
+ Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So,gid_Shortcut_Lib_Python_So,gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd);
Minimal = NO;
Default = YES;
Styles = ( );
More information about the Libreoffice-commits
mailing list