diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 15:57:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 15:59:10 +0100 |
commit | 4e69b35674882d8d675a677940805b187cad0bc3 (patch) | |
tree | feb847155eb016b684f1029541ae5ce260c411cd /setup_native | |
parent | e71c2752e76ee7acc3c4ac2d700bce17aff9b601 (diff) |
Missing dependency of librelogo on writer
...at least due to dependency of librelogo.xcd on writer.xcd, see
82c53d537a05dadf4d7fd7ea41292897bf2d47c7 "Missing dependency."
Otherwise, having librelogo installed but not writer will cause an uncaught
RuntimeException from configmgr::Components::parseXcdFiles
(configmgr/source/components.cxx) early on in soffice.bin.
Change-Id: I97565fe5c790ed182bb27fd722c650acf8a8ee08
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/packinfo/packinfo_office.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index 50261aa7a0b8..9851174d7ee9 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -269,10 +269,10 @@ End Start module = "gid_Module_Optional_Pyuno_LibreLogo" solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-librelogo" -solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-pyuno, SUNWPython" +solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-pyuno,%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-writer,SUNWPython" packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-librelogo" -freebsdrequires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-pyuno" -requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-pyuno" +freebsdrequires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-pyuno,%BASISPACKAGEPREFIX%PRODUCTVERSION-writer" +requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-pyuno,%BASISPACKAGEPREFIX%PRODUCTVERSION-writer" copyright = "2012 The Document Foundation" solariscopyright = "solariscopyrightfile" vendor = "The Document Foundation" |