Kaydet (Commit) 233e1216 authored tarafından David Tardon's avatar David Tardon

install python scripting provider using filelist

Change-Id: I9db93fd588f1cca9ce071d4ff14d5c9c699748a0
üst 2dcf42b4
......@@ -29,18 +29,11 @@
#ifndef DISABLE_PYUNO
File gid_File_Py_Pythonscript
File gid_File_scriptproviderforpython
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "pythonscript.py";
Styles = (PACKED);
End
File gid_File_Rdb_Scriptproviderforpython
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "scriptproviderforpython.rdb";
Styles = (PACKED);
Dir = FILELIST_DIR;
Name = "scriptproviderforpython.filelist";
Styles = (FILELIST, PACKED);
End
File gid_File_Lib_Pyuno
......
......@@ -81,9 +81,7 @@ End
Module gid_Module_Script_Provider_For_Python
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
Files = (
gid_File_Py_Pythonscript,
gid_File_Rdb_Scriptproviderforpython );
Files = ( gid_File_scriptproviderforpython );
Default = YES;
Styles = (HIDDEN_ROOT);
End
......
......@@ -9,7 +9,9 @@
$(eval $(call gb_Package_Package,scriptproviderforpython,$(SRCDIR)/scripting/source/pyprov))
$(eval $(call gb_Package_add_file,scriptproviderforpython,xml/scriptproviderforpython.rdb,scriptproviderforpython.rdb))
$(eval $(call gb_Package_add_file,scriptproviderforpython,bin/pythonscript.py,pythonscript.py))
$(eval $(call gb_Package_set_outdir,scriptproviderforpython,$(INSTDIR)))
$(eval $(call gb_Package_add_file,scriptproviderforpython,program/services/scriptproviderforpython.rdb,scriptproviderforpython.rdb))
$(eval $(call gb_Package_add_file,scriptproviderforpython,program/pythonscript.py,pythonscript.py))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment