Skip to content

libreoffice: update 6.1.6.3 to 7.2.2.2 #2448

Merged
merged 1 commit into from
Nov 8, 2021
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
18 changes: 13 additions & 5 deletions libreoffice.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION libreoffice-6.1.6.3-3
# BEE_VERSION libreoffice-7.2.2.2-0

# SRCURL[0]="https://download.documentfoundation.org/libreoffice/src/${PKGVERSION[3]}/libreoffice-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6e0f907156186477c7e465c37cefe69e/libreoffice-6.1.6.3.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/e99925407daf562d0a996b6812df718c/libreoffice-7.2.2.2.tar.xz"

# from download Makefile.fetch
SRCURL[1]="https://beehive.molgen.mpg.de/e82420258eb92722652cbe6764365155/tarballs-6.1.6.3.tar"
# SRCURL[1]="https://beehive.molgen.mpg.de/e82420258eb92722652cbe6764365155/tarballs-6.1.6.3.tar"
SRCURL[1]="https://beehive.molgen.mpg.de/f3aac35cc060c5d6dd14477aa94ad16e/tarballs-7.2.2.2.tar"

# PATCHURL+=()

@@ -26,10 +28,13 @@ mee_extract_post() {
#}

mee_configure() {

. /pkg/jdk-9.0.1-0/profile

bee_configure \
--with-lang=de \
--with-help \
--with-jdk-home=/usr/local/java \
--with-jdk-home=/pkg/jdk-9.0.1-0 \
--with-ant-home=/package/mariux64/ant \
--without-doxygen \
--without-junit \
@@ -49,7 +54,6 @@ mee_configure() {
--with-system-libatomic_ops \
--with-system-libpng \
--with-system-libxml \
--with-system-neon \
--with-system-nss \
--with-system-openldap \
--with-system-openssl \
@@ -59,6 +63,10 @@ mee_configure() {
--with-system-zlib
sed -i 's/all: check-if-root build/all: build/g' ${B}/Makefile
sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile

ln -s ${S}/src/libreoffice-help-7.2.2.2/helpcontent2 ${S}/helpcontent2
ln -s ${S}/src/libreoffice-translations-7.2.2.2/translations ${S}/translations

}

mee_build() {