diff options
author | Andras Timar <atimar@suse.com> | 2012-12-12 00:02:36 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-12 00:10:26 +0100 |
commit | 31f1a12ca545a0cafcf855346c77752ee17d0efe (patch) | |
tree | 62c1210db547a0d9d891f9bf595578f066adf9b0 /setup_native/source | |
parent | 70d0f2cc1607a112f76f4fca22bed3d61eef6122 (diff) |
LibreLogo should be an optional module
On Windows it is installed by default, but can be disabled in
the installer easily.
Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/packinfo/packinfo_office.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index 25fd9c580961..5ace658400be 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -312,6 +312,21 @@ packageversion = "%ABOUTBOXPRODUCTVERSION" End Start +module = "gid_Module_Optional_Pyuno_LibreLogo" +solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-librelogo" +solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01, SUNWPython" +packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-librelogo" +freebsdrequires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core01" +requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core01" +copyright = "2012 The Document Foundation" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "LibreLogo toolbar for %PRODUCTNAME %PRODUCTVERSION Writer" +destpath = "/opt" +packageversion = "%ABOUTBOXPRODUCTVERSION" +End + +Start module = "gid_Module_Optional_Pymailmerge" solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-emailmerge" solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-pyuno" |