1
0
forked from ports/contrib

libreoffice: 6.1.4 -> 6.2.0

This commit is contained in:
Thomas Penteker 2019-02-11 21:07:34 +01:00
parent 26638f21b9
commit 09171e6590
3 changed files with 5121 additions and 5076 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34J1lLEcCHxVdH4SW+M8Y1XVUy0GX8qrxUif6mmq4C4InAv9Nwtn1vBs4QjFVH0N98mKZXze2FeQr/lLOdI3Fwc=
SHA256 (Pkgfile) = d96a2255fe2a55196f8371c42c5436ed53f1b8f04bf627fae68356c3308c0545
SHA256 (.footprint) = 92c9a75c67c58198554f14dea5bfec9d791c5b227c3e2b78ba8b0a23d356c21a
SHA256 (LibreOffice_6.1.4_Linux_x86-64_rpm.tar.gz) = 9fc72e44b5485f2955a76f7da52eef377b3c09b6be6f8be61ca48b8234a93474
RWSagIOpLGJF3yeZyV1aKbUO+XXrcPxyOSnwXiGG124u7zgQHhzkjGPCcNcnszp4NIOIzlD6VF67+jy3m5SxExxV8tyXNLqfaQI=
SHA256 (Pkgfile) = 59e9b4274d514fe54382940fc52aea69450c81e85deeb5c3881d01bab4ef1787
SHA256 (.footprint) = 566deecf9b6630406f08c3d4fbca1ae9c41d07ebea2dc5b4860c9153b7b4b679
SHA256 (LibreOffice_6.2.0_Linux_x86-64_rpm.tar.gz) = 61ec9d33d202039bd19ca57213190ba4698a012f5c81a81b78fdf69ab57a5271

View File

@ -5,7 +5,7 @@
# Depends on: cups dbus-glib desktop-file-utils glu gtk krb5 shared-mime-info xorg-libxaw xorg-libxi
name=libreoffice
version=6.1.4
version=6.2.0
release=1
source=(http://download.documentfoundation.org/$name/stable/$version/rpm/x86_64/LibreOffice_${version}_Linux_x86-64_rpm.tar.gz)
@ -53,4 +53,7 @@ build() {
-iname '*license*' -o \
-iname '*credits*' \
\) -exec rm -rf '{}' \; || true
# prevent crashing because of absent wayland bindings
sed -i '$i export SAL_USE_VCLPLUGIN=gen' $PKG/usr/lib/libreoffice/program/soffice
}