1
0
forked from ports/contrib

libreoffice: 7.1.2.2 -> 7.1.3.1

This commit is contained in:
Tim Biermann 2021-04-24 10:36:49 +00:00
parent 67c64fff98
commit a1913d70b6
2 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38HGJsow1shb0J+4UofEVkyghNplobHFFHbPhRrwm/yC4L80Q6GsfZ0rFxwS8WfYw7XssNRtGS2aEuisG2+yjwM=
SHA256 (Pkgfile) = a5ca276451883dddec479c7fde03a4c3e888e6e46f6c9672aa87c48a7beb0851
RWSagIOpLGJF3/aTWaTe0MkHSDmEPEEGhLeq79VvtyQTlWwrvJ1j6HtUF1xOeS8lWErRfctnnBWRZVZKXFa2B/ofXiOwYwv9dQE=
SHA256 (Pkgfile) = 33dbe91efba25bcfd1c5677e4ee2d04e7d50841db4ee4bcfdea673b3de84fc09
SHA256 (.footprint) = efdbc8f9e37a0fbaff8a9a82740e74bfdbbd49c23f1559b75bcc5dab03162799
SHA256 (libreoffice-7.1.2.2.tar.xz) = 6ba58991f626dc42c75ca2c28f91915ffabae18ba5a5fba5344ed7004eba29f8
SHA256 (libreoffice-dictionaries-7.1.2.2.tar.xz) = 84490f0f68dfd6f6efd6e5d551122506bd52bcf11b49d9496c78402290ab3202
SHA256 (libreoffice-7.1.3.1.tar.xz) = 7b31a7f0fff86749b267f11bb0f7bb332bbecb9846fed8ce0ae05c5270e0e2ce
SHA256 (libreoffice-dictionaries-7.1.3.1.tar.xz) = 78a3d0df69e73c579a536ca805d8887b295347d63e08f157a51883421f542cb0
SHA256 (185d60944ea767075d27247c3162b3bc-unowinreg.dll) = eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6
SHA256 (0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776
SHA256 (dtoa-20180411.tgz) = 0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4

View File

@ -5,7 +5,7 @@
# Optional: cups kio qt5 valgrind
name=libreoffice
version=7.1.2.2
version=7.1.3.1
release=1
pdfiumversion=4306
source=(https://downloadarchive.documentfoundation.org/libreoffice/old/$version/src/$name-$version.tar.xz
@ -61,7 +61,8 @@ build() {
[[ -e /usr/include/KF5/KIOCore ]] && PKGMK_LIBREOFFICE+=" --enable-kde5 --enable-gtk3-kde5"
[[ -e /usr/lib/pkgconfig/valgrind.pc ]] && PKGMK_LIBREOFFICE+=" --with-valgrind"
ls /usr/include/harfbuzz/hb-icu.h || printf '\e[1;31m%-6s\e[m\n' "you need to install icu, then rebuild harfbuzz for libreoffice to work, quitting.." || exit
ls /usr/include/harfbuzz/hb-icu.h || printf '\e[1;31m%-6s\e[m\n' "you need to install icu, then rebuild harfbuzz for libreoffice to work, quitting.." || exit
ls /usr/lib/pkgconfig/xmlsec1-nss.pc || printf '\e[1;31m%-6s\e[m\n' "you need to install nss, then rebuild xmlsec for libreoffice to work, quitting.." || exit
local build_date=$(date +%Y%m%d)
./autogen.sh $PKGMK_LIBREOFFICE \