summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-14 12:59:48 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-14 13:52:27 +0200
commitdcdc7bf5520b4b26090db52d8437c513a79d41ed (patch)
tree7e4887abab7db4c8b5a77d5712183b68b0c003ea /scp2
parent25b75577efed9f04f3ea5936aceb66c84e9e4b4e (diff)
install librelogo using filelists
Change-Id: Iffd409c66608d4e67eee9e149f0063f09e0e4675
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/python/file_python_librelogo.scp13
-rw-r--r--scp2/source/python/module_python_librelogo.scp1
2 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/python/file_python_librelogo.scp b/scp2/source/python/file_python_librelogo.scp
index a089262fb999..d78bdd2f4573 100644
--- a/scp2/source/python/file_python_librelogo.scp
+++ b/scp2/source/python/file_python_librelogo.scp
@@ -12,9 +12,16 @@
#ifndef DISABLE_PYUNO
File gid_File_LibreLogo
TXT_FILE_BODY;
- Styles = (ARCHIVE);
- Dir = gid_Dir_Share_Scripts;
- Name = "LibreLogo.zip";
+ Styles = (FILELIST);
+ Dir = FILELIST_DIR;
+ Name = "librelogo.filelist";
+End
+
+File gid_File_LibreLogoProperties
+ TXT_FILE_BODY;
+ Styles = (FILELIST);
+ Dir = FILELIST_DIR;
+ Name = "librelogo_properties.filelist";
End
File gid_File_Share_Registry_LibreLogo_Xcd
diff --git a/scp2/source/python/module_python_librelogo.scp b/scp2/source/python/module_python_librelogo.scp
index dac4a9c5fde6..0c35d619cc02 100644
--- a/scp2/source/python/module_python_librelogo.scp
+++ b/scp2/source/python/module_python_librelogo.scp
@@ -16,6 +16,7 @@ Module gid_Module_Optional_Pyuno_LibreLogo
ParentID = gid_Module_Optional;
Sortkey = "810";
Files = (gid_File_LibreLogo,
+ gid_File_LibreLogoProperties,
gid_File_Share_Registry_LibreLogo_Xcd);
Minimal = NO;
Default = YES;