Skip to content

Commit

Permalink
Merge pull request #381 from mariux64/update-libreoffice-from-5.3.0.3…
Browse files Browse the repository at this point in the history
…-to-5.3.3.2

Update LibreOffice from 5.3.0.3 to 5.3.3.2
  • Loading branch information
donald authored May 17, 2017
2 parents 18ca14e + 516a0ce commit fe81830
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions libreoffice.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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}"'

Expand Down

0 comments on commit fe81830

Please sign in to comment.