1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22Start 23module = "gid_Module_Root_Brand" 24# script = "shellscripts_brand.txt" 25solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME" 26packagename = "%UNIXPACKAGENAME" 27# We must replace packages no longer provided by Apache OpenOffice 28# but installed with previous versions 29# ooobasis3.*-oooimprovement 30# ooobasis3.*-kde-integration 31# openoffice.org3-dict-en|es|fr (installed by OOo 3.3.0) 32linuxreplaces = "openoffice.org3-dict-es,openoffice.org3-dict-en,openoffice.org3-dict-fr,ooobasis3.0-oooimprovement,ooobasis3.1-oooimprovement,ooobasis3.2-oooimprovement,ooobasis3.3-oooimprovement,ooobasis3.0-kde-integration,ooobasis3.1-kde-integration,ooobasis3.2-kde-integration,ooobasis3.3-kde-integration" 33requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%BASISPACKAGEPREFIX-images" 34solarisrequires = "%SOLSUREPACKAGEPREFIX-ure (Name="UNO Runtime Environment"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core02 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core03 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core04 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core05 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core06 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core07 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-images (Name="Images module for %PRODUCTNAME %PRODUCTVERSION")" 35copyright = "2012 by The Apache Software Foundation" 36solariscopyright = "solariscopyrightfile" 37vendor = "Apache Software Foundation" 38description = "Brand module for %PRODUCTNAME %PRODUCTVERSION" 39destpath = "/opt" 40packageversion = "%PACKAGEVERSION" 41End 42 43Start 44module = "gid_Module_Brand_Prg_Wrt" 45solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-writer" 46packagename = "%UNIXPACKAGENAME-writer" 47requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-writer" 48solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-writer" 49copyright = "2012 by The Apache Software Foundation" 50solariscopyright = "solariscopyrightfile" 51vendor = "Apache Software Foundation" 52description = "Writer brand module for %PRODUCTNAME %PRODUCTVERSION" 53destpath = "/opt" 54packageversion = "%PACKAGEVERSION" 55End 56 57Start 58module = "gid_Module_Brand_Prg_Calc" 59solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-calc" 60packagename = "%UNIXPACKAGENAME-calc" 61requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-calc" 62solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-calc" 63copyright = "2012 by The Apache Software Foundation" 64solariscopyright = "solariscopyrightfile" 65vendor = "Apache Software Foundation" 66description = "Calc brand module for %PRODUCTNAME %PRODUCTVERSION" 67destpath = "/opt" 68packageversion = "%PACKAGEVERSION" 69End 70 71Start 72module = "gid_Module_Brand_Prg_Impress" 73solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-impress" 74packagename = "%UNIXPACKAGENAME-impress" 75requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-impress" 76solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-impress" 77copyright = "2012 by The Apache Software Foundation" 78solariscopyright = "solariscopyrightfile" 79vendor = "Apache Software Foundation" 80description = "Impress brand module for %PRODUCTNAME %PRODUCTVERSION" 81destpath = "/opt" 82packageversion = "%PACKAGEVERSION" 83End 84 85Start 86module = "gid_Module_Brand_Prg_Draw" 87solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-draw" 88packagename = "%UNIXPACKAGENAME-draw" 89requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-draw" 90solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-draw" 91copyright = "2012 by The Apache Software Foundation" 92solariscopyright = "solariscopyrightfile" 93vendor = "Apache Software Foundation" 94description = "Draw brand module for %PRODUCTNAME %PRODUCTVERSION" 95destpath = "/opt" 96packageversion = "%PACKAGEVERSION" 97End 98 99Start 100module = "gid_Module_Brand_Prg_Math" 101solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-math" 102packagename = "%UNIXPACKAGENAME-math" 103requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-math" 104solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-math" 105copyright = "2012 by The Apache Software Foundation" 106solariscopyright = "solariscopyrightfile" 107vendor = "Apache Software Foundation" 108description = "Math brand module for %PRODUCTNAME %PRODUCTVERSION" 109destpath = "/opt" 110packageversion = "%PACKAGEVERSION" 111End 112 113Start 114module = "gid_Module_Brand_Prg_Base" 115solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-base" 116packagename = "%UNIXPACKAGENAME-base" 117requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-base" 118solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-base" 119copyright = "2012 by The Apache Software Foundation" 120solariscopyright = "solariscopyrightfile" 121vendor = "Apache Software Foundation" 122description = "Base brand module for %PRODUCTNAME %PRODUCTVERSION" 123destpath = "/opt" 124packageversion = "%PACKAGEVERSION" 125End 126 127Start 128module = "gid_Module_Langpack_Brand" 129solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-%LANGUAGESTRING" 130packagename = "%UNIXPACKAGENAME-%LANGUAGESTRING" 131requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-%LANGUAGESTRING,%BASISPACKAGEPREFIX-%LANGUAGESTRING-base,%BASISPACKAGEPREFIX-%LANGUAGESTRING-calc,%BASISPACKAGEPREFIX-%LANGUAGESTRING-draw,%BASISPACKAGEPREFIX-%LANGUAGESTRING-help,%BASISPACKAGEPREFIX-%LANGUAGESTRING-impress,%BASISPACKAGEPREFIX-%LANGUAGESTRING-math,%BASISPACKAGEPREFIX-%LANGUAGESTRING-res,%BASISPACKAGEPREFIX-%LANGUAGESTRING-writer" 132solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING (Name="Language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-base (Name="Base language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-calc (Name="Calc language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-draw (Name="Draw language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-help (Name="Help language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-impress (Name="Impress language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-math (Name="Math language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-res (Name="Resource language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-writer (Name="Writer language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING")" 133copyright = "2012 by The Apache Software Foundation" 134solariscopyright = "solariscopyrightfile" 135vendor = "Apache Software Foundation" 136description = "Brand language module for %PRODUCTNAME %PRODUCTVERSION" 137destpath = "/opt" 138packageversion = "%PACKAGEVERSION" 139End 140