diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-20 16:39:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-20 16:39:13 +0100 |
commit | 8165a35457e9c65bc57e0ca97004ca12145e328a (patch) | |
tree | a6f28a23b5fa6757569ae5f240d1aaafc7c1a326 /extra/openoffice-3.2/Pkgfile | |
parent | 3728f9871b540f3345eab37fed84b43c34d024ec (diff) | |
parent | a8fe5f653a6987cb56eb4f27070821d6d56846a3 (diff) | |
download | nutyx-extra-8165a35457e9c65bc57e0ca97004ca12145e328a.tar.gz nutyx-extra-8165a35457e9c65bc57e0ca97004ca12145e328a.tar.bz2 nutyx-extra-8165a35457e9c65bc57e0ca97004ca12145e328a.tar.xz nutyx-extra-8165a35457e9c65bc57e0ca97004ca12145e328a.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/openoffice-3.2/Pkgfile')
-rw-r--r-- | extra/openoffice-3.2/Pkgfile | 248 |
1 files changed, 248 insertions, 0 deletions
diff --git a/extra/openoffice-3.2/Pkgfile b/extra/openoffice-3.2/Pkgfile new file mode 100644 index 000000000..5df08319e --- /dev/null +++ b/extra/openoffice-3.2/Pkgfile @@ -0,0 +1,248 @@ +# Description: Suite complète de office en logiciel libre +# URL: http://www.openoffice.org +# Packager: Sibelle at free dot fr +# Maintainer: NuTyX packager team +# Depends on: crypto++, xmlsec, bison, subversion, libart_lgpl, xorg-libxtst, linux-pam, sane, p5-archive-zip, xulrunner, ant, cairo, gperf, cups, poppler, gconf, curl, python, libwpd, redland, xorg-libxaw, neon, dbus-glib, icu, libxslt, hicolor-icon-theme, desktop-file-utils, openldap, lucene, boost, hunspell, hsqldb-java, beanshell, saxon, vigra, hyphen, lpsolve, libmspack, myodbc, libgraphite, qt, gtk2 + +#pstoedit + +name=openoffice +version=3.2.0 +release=1 +OOdir=OOO320_m12 +backup=(usr/lib/openoffice/program/sofficerc) + +source=(http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_core.tar.bz2 \ + http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_extensions.tar.bz2\ + http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_l10n.tar.bz2 \ + http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_binfilter.tar.bz2\ + http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_system.tar.bz2\ + http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_testautomation.tar.bz2\ + http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll \ + startcenter.desktop \ + default-no-startup-wizard.diff \ + default-system-fpicker.diff \ + soffice-detect-mozilla-certificates.diff \ + buildfix-gcc44.diff \ + buildfix_FormulaMissingHeader.diff \ + buildfix_system_db48.diff \ + openoffice.profile ) + + +build() { + install -D -m644 startcenter.desktop \ + $PKG/usr/share/ede/programs/Applications/startcenter.desktop + source /etc/profile + mkdir -p $PKG/opt + mkdir -p $PKG/usr/bin + mkdir -p $PKG/usr/share/icons + mkdir -p $PKG/usr/share/applications + + # just to make sure that it will detect the desired JDK/JVM - we want jdk + unset J2REDIR; unset J2SDKDIR; unset JAVA_HOME; unset CLASSPATH + [ -z "${JAVA_HOME}" ] && . /etc/profile + JAVAHOME=${JAVA_HOME} + [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh + [ -z "${ANT_HOME}" ] && . /etc/profile.d/apache-ant.sh + + # some speedups + export SMP="6" + MAXMODULESFLAG="-P${SMP}" + MAXPROCESSESFLAG="-P${SMP}" + export nodep=true + export NO_HIDS=true + + cd $OOdir + + # build fixes + patch -Np0 -i ../buildfix-gcc44.diff + patch -Np0 -i ../buildfix_FormulaMissingHeader.diff + patch -Np0 -i ../buildfix_system_db48.diff + + # allows soffice to find the user's firefox profile so that it can read + # its digital certificates. Nss stores digital certificates in your mozilla firefox profile. + patch -Np0 -i $SRC/soffice-detect-mozilla-certificates.diff + + # remove the startup wizard + patch -Np0 -i $SRC/default-no-startup-wizard.diff + # enables the default system-file-picker in case we have that built + patch -Np0 -i $SRC/default-system-fpicker.diff + + EXTRAOPTS="--with-stlport --without-system-graphite" + + cd $SRC/$OOdir + + # needed to build the OO-SDK + mv $SRC/unowinreg.dll external/unowinreg + + # export C(XX)FLAGS + # http://www.openoffice.org/issues/show_bug.cgi?id=103205 + unset CFLAGS + unset CXXFLAGS + + # Need to recreate the configure script because of patches + autoreconf -v + + ./configure --with-build-version="$version NuTyX $OOdir" \ + --with-vendor="NuTyX"\ + --prefix=/usr --exec-prefix=/usr\ + --with-lang="fr"\ + --with-dict=ALL\ + --disable-gnome-vfs\ + --disable-qadevooo\ + --disable-reportdesign\ + --disable-systray\ + --disable-mathmldtd\ + --enable-binfilter\ + --enable-cairo\ + --enable-crashdump=yes\ + --enable-cups\ + --enable-dbus\ + --enable-evolution2\ + --enable-gio\ + --enable-gtk\ + --enable-graphite\ + --enable-ldap\ + --enable-lockdown\ + --enable-mediawiki\ + --enable-minimizer\ + --enable-odk\ + --enable-opengl\ + --enable-pdfimport\ + --enable-presenter-console\ + --enable-report-builder\ + --enable-vba\ + --enable-verbose\ + --enable-wiki-publisher\ + --with-package-format=native\ + --without-fonts\ + --without-afms\ + --without-gpc\ + --without-nas\ + --without-ppds\ + --without-system-agg\ + --without-system-lucene\ + --with-openldap\ + --with-system-stdlibs\ + --with-system-libs\ + --with-system-sane-header\ + --with-system-mozilla=libxul\ + --with-system-xrender-headers\ + --with-system-headers\ + --with-system-redland\ + --with-alloc=system\ + --with-jdk-home=${JAVA_HOME}\ + --with-lucene-core-jar=/usr/share/java/lucene-core.jar\ + --with-lucene-analyzers-jar=/usr/share/java/lucene-analyzers.jar\ + --with-saxon-jar=/usr/share/java/saxon/saxon9he.jar\ + --with-use-shell=bash\ + $EXTRAOPTS + +# umask 0022 +# unset LANG LC_ALL + + # Setup environment for build + source LinuxX86Env.Set.sh + + # Build dmake utility + ./bootstrap + +# cd instsetoo_native +# build.pl -P${SMP} #${MAXMODULESFLAG} ${MAXPROCESSESFLAG} --dlv_switch -link --all \ +# cp /usr/include/X11/extensions/Xrender.h x11_extensions/inc/Xrender.h + + dmake -P2 + + cd $SRC/$OOdir + + # install binaries + cp -R instsetoo_native/unxlngi6.pro/OpenOffice/native/install/fr/linux-2.6-intel/buildroot/* $PKG/ + + # move all to /usr/lib + mkdir -p $PKG/usr/lib + mv $PKG/opt/* $PKG/usr/lib/ + rmdir $PKG/opt + + ## Step 1 + cd $PKG/usr/lib/openoffice.orgi + mv ure/ basis3.2/ + cd basis3.2 + rm ure-link && mv ure ure-link + ## Step 2 + cd $PKG/usr/lib/ + mv openoffice.org/basis3.2/ openoffice.org3/ + cd openoffice.org3/ + rm basis-link && mv basis3.2 basis-link + ## Step 3 + cd $PKG/usr/lib/ + rmdir $PKG/usr/lib/openoffice.org + mv openoffice.org3 openoffice + + # install all built dictionaries from source tree + pushd $SRC/$OOdir/dictionaries/unxlng?6.pro/bin + for i in `ls -1 dict-??.oxt`; do + install -D -m644 $i $PKG/usr/lib/openoffice/share/extension/install/$i + done + popd + + # install extensions + pushd $SRC/$OOdir/solver/320/unxlng?6.pro/bin + install -D -m644 sun-report-builder.oxt $PKG/usr/lib/openoffice/share/extension/install/sun-report-builder.oxt + install -D -m644 swext/wiki-publisher.oxt $PKG/usr/lib/openoffice/share/extension/install/wiki-publisher.oxt + install -D -m644 minimizer/sun-presentation-minimizer.oxt $PKG/usr/lib/openoffice/share/extension/install/sun-presentation-minimizer.oxt + install -D -m644 presenter/presenter-screen.oxt $PKG/usr/lib/openoffice/share/extension/install/presenter-screen.oxt + install -D -m644 pdfimport/pdfimport.oxt $PKG/usr/lib/openoffice/share/extension/install/pdfimport.oxt + popd + + # prepare filesystem entries + mkdir -p $PKG/usr/{bin,share/applications} + mkdir -p $PKG/usr/share/icons/{hicolor,locolor} + + # install shortcuts + mv $PKG/usr/lib/openoffice/share/xdg/*.desktop $PKG/usr/share/applications + # add startcenter desktop file + install -D -m644 $SRC/startcenter.desktop $PKG/usr/share/applications/startcenter.desktop + + cd $PKG/usr/share/applications + sed -i -e 's|Exec=openoffice.org3|Exec=/usr/bin/soffice|g' *.desktop + sed -i -e 's|Exec=/usr/bin/soffice-printeradmin|Exec=/usr/bin/spadmin|g' printeradmin.desktop + # fix exec commands in shortcuts for Xfce menu + sed -i -e 's|base %U|base|g' base.desktop + sed -i -e 's|calc %U|calc|g' calc.desktop + sed -i -e 's|draw %U|draw|g' draw.desktop + sed -i -e 's|impress %U|impress|g' impress.desktop + sed -i -e 's|math %U|math|g' math.desktop + sed -i -e 's|writer %U|writer|g' writer.desktop + # remove quickstarter, we disabled it above + rm -rf $PKG/usr/share/applications/qstart.desktop + # fix icons in desktop files + sed -i -e 's|Icon=openofficeorg3-|Icon=|g' *.desktop + + # install icons + cd $SRC/$OOdir/sysui/desktop/icons + cp -a -v hicolor/*x* $PKG/usr/share/icons/hicolor + cp -a -v locolor/*x* $PKG/usr/share/icons/locolor + + # just in case icon calc is used by calculator :) + find $PKG/usr/share/icons -type d -name apps -exec mv {}/calc.png {}/ooocalc.png \; + sed -i -e 's|Icon=calc|Icon=ooocalc|g' $PKG/usr/share/applications/calc.desktop # already done above + + # fix ownership and permissions + chown root.root -R $PKG/ + chmod +rX -R $PKG/usr + + # set desktop variable to force gtk/gnome vcl usage + install -m755 -d $PKG/etc/profile.d + install -m755 $PKG/openoffice.profile $PKG/etc/profile.d/openoffice.sh + + # make symlinks + cd $PKG/usr/bin + ln -s /usr/lib/openoffice/program/soffice soffice + ln -s /usr/lib/openoffice/program/spadmin spadmin + + # link the mozilla-plugin + mkdir -p $PKG/usr/lib/mozilla/plugins/ + cd $PKG/usr/lib/mozilla/plugins/ + ln -v -s /usr/lib/openoffice/program/libnpsoplugin.so . +} + |