summaryrefslogtreecommitdiff
path: root/sysui/desktop/solaris
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-02 10:56:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-02 10:56:27 +0000
commit1016151a5bec62ef8d270b36f9ca6f8364b77552 (patch)
tree0a505283f02cf0f37d7465fc2dd429550763e751 /sysui/desktop/solaris
parentbdcbd7489d685e3b42785eafec11e211a2749c05 (diff)
INTEGRATION: CWS sysui30_DEV300 (1.16.28); FILE MERGED
2008/09/01 14:11:27 ihi 1.16.28.4: #i92874# yet another fix 2008/08/28 14:18:59 ihi 1.16.28.3: #i92874# 3-layer-office fix 2008/08/27 14:42:55 ihi 1.16.28.2: #i92874# Solaris fix 2008/08/27 12:40:38 ihi 1.16.28.1: #i92874# 3-layer-office fix
Diffstat (limited to 'sysui/desktop/solaris')
-rw-r--r--sysui/desktop/solaris/prototype35
1 files changed, 21 insertions, 14 deletions
diff --git a/sysui/desktop/solaris/prototype b/sysui/desktop/solaris/prototype
index 7d545686ff3e..13eac42dafd3 100644
--- a/sysui/desktop/solaris/prototype
+++ b/sysui/desktop/solaris/prototype
@@ -1,31 +1,37 @@
i pkginfo=pkginfo
i copyright=./copyright
i depend=depend
+i postinstall=postinstall
+i postremove=postremove
d none etc 0755 root sys
d none usr 0755 root sys
d none usr/bin 0755 root bin
-s none usr/bin/soffice=../../etc/%PREFIX/program/soffice
+s none usr/bin/soffice=../../opt/%PREFIX/program/soffice
f none usr/bin/%PREFIX=%SOURCE/openoffice.sh 0755 root bin
f none usr/bin/%PREFIX-printeradmin=%SOURCE/printeradmin.sh 0755 root bin
d none usr/share 0755 root sys
d none usr/share/applications 0755 root other
-d none usr/share/gnome 0755 root other
-d none usr/share/gnome/application-registry 0755 root other
-d none usr/share/gnome/mime-info 0755 root other
+d none usr/share/mime 0755 root root
+d none usr/share/mime/packages 0755 root root
+d none usr/share/application-registry 0755 root other
+d none usr/share/mime-info 0755 root other
d none usr/share/pixmaps 0755 root other
+d none share/mime 0755 root other
+d none share/mime/packages 0755 root other
!default 0644 root bin
e build etc/mime.types=./mime.types
e build etc/mailcap=mailcap
-f none usr/share/gnome/application-registry/%PREFIX.applications=%SOURCE/openoffice.applications
-s none usr/share/applications/%PREFIX-writer.desktop=/etc/%PREFIX/share/xdg/writer.desktop
-s none usr/share/applications/%PREFIX-calc.desktop=/etc/%PREFIX/share/xdg/calc.desktop
-s none usr/share/applications/%PREFIX-draw.desktop=/etc/%PREFIX/share/xdg/draw.desktop
-s none usr/share/applications/%PREFIX-impress.desktop=/etc/%PREFIX/share/xdg/impress.desktop
-s none usr/share/applications/%PREFIX-math.desktop=/etc/%PREFIX/share/xdg/math.desktop
-s none usr/share/applications/%PREFIX-base.desktop=/etc/%PREFIX/share/xdg/base.desktop
-s none usr/share/applications/%PREFIX-printeradmin.desktop=/etc/%PREFIX/share/xdg/printeradmin.desktop
-f none usr/share/gnome/mime-info/%PREFIX.keys=%SOURCE/openoffice.keys
-f none usr/share/gnome/mime-info/%PREFIX.mime=%SOURCE/openoffice.mime
+f none usr/share/mime/packages/%PREFIX.xml=%SOURCE/openoffice.org.xml
+f none usr/share/application-registry/%PREFIX.applications=%SOURCE/openoffice.applications
+s none usr/share/applications/%PREFIX-writer.desktop=../../../opt/%PREFIX/share/xdg/writer.desktop
+s none usr/share/applications/%PREFIX-calc.desktop=../../../opt/%PREFIX/share/xdg/calc.desktop
+s none usr/share/applications/%PREFIX-draw.desktop=../../../opt/%PREFIX/share/xdg/draw.desktop
+s none usr/share/applications/%PREFIX-impress.desktop=../../../opt/%PREFIX/share/xdg/impress.desktop
+s none usr/share/applications/%PREFIX-math.desktop=../../../opt/%PREFIX/share/xdg/math.desktop
+s none usr/share/applications/%PREFIX-base.desktop=../../../opt/%PREFIX/share/xdg/base.desktop
+s none usr/share/applications/%PREFIX-printeradmin.desktop=/opt/%PREFIX/share/xdg/printeradmin.desktop
+f none usr/share/mime-info/%PREFIX.keys=%SOURCE/openoffice.keys
+f none usr/share/mime-info/%PREFIX.mime=%SOURCE/openoffice.mime
f none usr/share/pixmaps/%ICONPREFIX-writer.png=../icons/hicolor/48x48/apps/writer.png
f none usr/share/pixmaps/%ICONPREFIX-calc.png=../icons/hicolor/48x48/apps/calc.png
f none usr/share/pixmaps/%ICONPREFIX-draw.png=../icons/hicolor/48x48/apps/draw.png
@@ -57,3 +63,4 @@ f none usr/share/pixmaps/%ICONPREFIX-oasis-master-document.png=../icons/hicolor/
f none usr/share/pixmaps/%ICONPREFIX-oasis-formula.png=../icons/hicolor/48x48/mimetypes/oasis-formula.png
f none usr/share/pixmaps/%ICONPREFIX-oasis-database.png=../icons/hicolor/48x48/mimetypes/oasis-database.png
f none usr/share/pixmaps/%ICONPREFIX-oasis-web-template.png=../icons/hicolor/48x48/mimetypes/oasis-web-template.png
+