openoffice: removed.

This commit is contained in:
Tilman Sauerbeck 2009-01-11 12:02:35 +01:00
parent f01a70c68b
commit 8b809427aa
4 changed files with 0 additions and 4391 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
aa8935aa6a71e4fd7ddae4d56eedb59b OOo_3.0.0_LinuxIntel_install_en-US.tar.gz

View File

@ -1,32 +0,0 @@
# Description: A full featured cross platform office suite (binary)
# URL: http://www.openoffice.org
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: mesa3d, xorg-libxaw, xorg-libxcursor, xorg-libxft, xorg-libxinerama, xorg-libxi, xorg-libxrandr, rpm2targz
name=openoffice
version=3.0.0
release=1
source=(http://openoffice-atl.osuosl.org/stable/$version/OOo_${version}_LinuxIntel_install_en-US.tar.gz)
build() {
mkdir $SRC/tmp
export TMPDIR=$SRC/tmp
cd OO*/RPMS
for f in *.rpm; do rpm2targz $f; done
for f in *.tar.gz; do tar xvfz $f -C $PKG; done
rm -rf $PKG/usr/*
mkdir -p $PKG/usr/lib/openoffice
mv $PKG/opt/openoffice*/* $PKG/usr/lib/openoffice
cd $PKG/usr/lib/openoffice
ln -sf basis3.0 basis-link
mkdir -p $PKG/usr/bin
ln -sf /usr/lib/openoffice/program/soffice $PKG/usr/bin/soffice
ln -sf /usr/lib/openoffice/program/spadmin $PKG/usr/bin/spadmin
rm -r $PKG/opt
chown root.root $PKG -R
}

View File

@ -1,33 +0,0 @@
OPENOFFICE.ORG CRUX PORT NOTES
1. OpenOffice 2.x does not correctly work on with the
default CRUX NFS ports. If you need to open files
on a NFS share, disable OpenOffice locking in
/usr/bin/soffice at the beginning of the file.
You should end up with something like:
STAR_PROFILE_LOCKING_DISABLED=1
export STAR_PROFILE_LOCKING_DISABLED
# SAL_ENABLE_FILE_LOCKING=1
# export SAL_ENABLE_FILE_LOCKING
2. The apps can be launched with "soffice -app",
i.e "soffice -writer", "soffice -calc", etc.
Use spadmin to configure printers.
3. This is a quick port, ie no bloat removed.
I hope I'll find some time to provide a better
port in the near future.
For now, it's here for your convenience.
4. This is the binary release of OpenOffice.org.
I'm afraid a source build could take days to complete.
5. In order to make the app use gtk widgets, put this
line in your ~/.xinitrc file (or other appropriate places):
xprop -root -format GNOME_SM_PROXY 8i -set GNOME_SM_PROXY 1
- Simone -