Skip to content

Update LibreOffice from 5.3.0.3 to 5.3.3.2 #381

Merged
merged 4 commits into from
May 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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