diff options
author | Tim Biermann <tbier@posteo.de> | 2021-04-24 10:36:49 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-04-24 11:23:25 +0000 |
commit | a1913d70b605d607e4c73ca3a0b964be66076c69 (patch) | |
tree | 56435a79c82889e77ce1fcc5e74e26cbee3edf50 /libreoffice | |
parent | 67c64fff98aa4f390bf4b9a59149cc3ecb6efc54 (diff) | |
download | contrib-a1913d70b605d607e4c73ca3a0b964be66076c69.tar.gz contrib-a1913d70b605d607e4c73ca3a0b964be66076c69.tar.xz |
libreoffice: 7.1.2.2 -> 7.1.3.1
Diffstat (limited to 'libreoffice')
-rw-r--r-- | libreoffice/.signature | 8 | ||||
-rw-r--r-- | libreoffice/Pkgfile | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/libreoffice/.signature b/libreoffice/.signature index eab47fb15..a7ef433e4 100644 --- a/libreoffice/.signature +++ b/libreoffice/.signature @@ -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 diff --git a/libreoffice/Pkgfile b/libreoffice/Pkgfile index 01d1f0abf..ac8e98cc9 100644 --- a/libreoffice/Pkgfile +++ b/libreoffice/Pkgfile @@ -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 \ |