diff --git a/libreoffice.be0 b/libreoffice.be0 index 82d12776e..240c2cfdb 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libreoffice-5.3.0.3-0 +# BEE_VERSION libreoffice-5.3.3.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -49,11 +49,9 @@ SRCURL[0]="https://download.documentfoundation.org/libreoffice/src/${PKGVERSION[ # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -e "/gzip -f/s/echo/set -x; echo/" \ - -i bin/distro-install-desktop-integration -} +#mee_patch() { +# bee_patch "${@}" +#} mee_configure() { bee_configure \ @@ -92,14 +90,14 @@ mee_configure() { sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile } -mee_build() { - # https://bugs.documentfoundation.org/show_bug.cgi?id=100453 - chmod 755 ${S}/bin/unpack-sources - bee_build -} +#mee_build() { +# bee_build +#} mee_install() { start_cmd make ${BEE_MAKEFLAGS} distro-pack-install DESTDIR=${D} + # message *[libreoffice] openoffice symlink not found* in helpdesk + start_cmd ln -sv ${D}${BINDIR}/libreoffice ${D}${BINDIR}/openoffice } ## by default this may be 'make install DESTDIR="${D}"'