summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-28 21:17:04 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-28 22:28:56 +0100
commitdedaf74392cbf09e165bd8164a905e146a2961fe (patch)
treebfc1608ebd5bf7cacf7a80b273bf2366d057c510 /scp2/source
parent62eb3bf472975e9af4d12e0e4fea5d9c419694b9 (diff)
scp2: move python librelogo packages to AutoInstall
Change-Id: Ib70d1510bac2eb6bd5491f3177191ad5a8aebe2d
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/python/file_python_librelogo.scp14
-rw-r--r--scp2/source/python/module_python_librelogo.scp5
2 files changed, 3 insertions, 16 deletions
diff --git a/scp2/source/python/file_python_librelogo.scp b/scp2/source/python/file_python_librelogo.scp
index d78bdd2f4573..67f789f80045 100644
--- a/scp2/source/python/file_python_librelogo.scp
+++ b/scp2/source/python/file_python_librelogo.scp
@@ -10,20 +10,6 @@
#ifndef AIX
#ifndef DISABLE_PYUNO
-File gid_File_LibreLogo
- TXT_FILE_BODY;
- 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
TXT_FILE_BODY;
Styles = (PACKED);
diff --git a/scp2/source/python/module_python_librelogo.scp b/scp2/source/python/module_python_librelogo.scp
index de72516716f0..1102b8750252 100644
--- a/scp2/source/python/module_python_librelogo.scp
+++ b/scp2/source/python/module_python_librelogo.scp
@@ -8,6 +8,8 @@
#include "macros.inc"
+#include "AutoInstall/python_librelogo"
+
#ifndef AIX
#ifndef DISABLE_PYUNO
Module gid_Module_Optional_Pyuno_LibreLogo
@@ -15,8 +17,7 @@ Module gid_Module_Optional_Pyuno_LibreLogo
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_LIBRELOGO );
ParentID = gid_Module_Optional;
Sortkey = "810";
- Files = (gid_File_LibreLogo,
- gid_File_LibreLogoProperties,
+ Files = (auto_python_librelogo_ALL,
gid_File_Share_Registry_LibreLogo_Xcd);
Default = YES;
Styles = ( );