diff options
author | Tim Biermann <tbier@posteo.de> | 2021-06-10 17:49:40 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-06-10 17:49:40 +0000 |
commit | f115f0a674044234584fc294d99282403e95732d (patch) | |
tree | 454baba7421e895c5ac5c701ee03f7c313e05abb /libreoffice | |
parent | 3bf2c199a2df1f0a6257ac946a145c7ad3f9aa0f (diff) | |
download | contrib-f115f0a674044234584fc294d99282403e95732d.tar.gz contrib-f115f0a674044234584fc294d99282403e95732d.tar.xz |
libreoffice: 7.1.4.1 -> 7.1.4.2
Diffstat (limited to 'libreoffice')
-rw-r--r-- | libreoffice/.signature | 8 | ||||
-rw-r--r-- | libreoffice/Pkgfile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libreoffice/.signature b/libreoffice/.signature index 68af66053..7f97d4584 100644 --- a/libreoffice/.signature +++ b/libreoffice/.signature @@ -1,9 +1,9 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33XQEkck7/oVxg3q5Ieiraf7If7GvopBfVIwf4TewKR15e5Q9BRGgMzlS3flqbQDPk5Gy9kuUhu2BTddJnYmlA0= -SHA256 (Pkgfile) = 8cf02f9e39b66779bf45ec22414351ea00ea31d31ff9053ded0b514aab232184 +RWSagIOpLGJF3+f7gHsyJxu3emvvsWLSySFoTAvm9VsUyuuxFf6HjFHeM5wZzEZzjzJQtdRRxtAWMIN/P6b2cGiFbIBQYE+SPQ4= +SHA256 (Pkgfile) = 406d5aa9faadebb7b54de6ec2c62d659e90491d87b92a3810d5187e74e2247c8 SHA256 (.footprint) = efdbc8f9e37a0fbaff8a9a82740e74bfdbbd49c23f1559b75bcc5dab03162799 -SHA256 (libreoffice-7.1.4.1.tar.xz) = c4f88f00833c4f9b00b722bcdb9219c9ea731f3543a55721e21568fb9a411d04 -SHA256 (libreoffice-dictionaries-7.1.4.1.tar.xz) = 2bb44ea2b808b9ba5238bd71c435f887cf3de8375cee23ac7f7e7e699206a70d +SHA256 (libreoffice-7.1.4.2.tar.xz) = 758466369f30c933595b62d0fc50b3f9b9827b436c4e119ac147654f2d9c5acb +SHA256 (libreoffice-dictionaries-7.1.4.2.tar.xz) = 4474c150c7864fcd7cbfbafc48833fecdd2e1b504a24f8f3d18830b5549b9d71 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 3a94ded60..2a0b81ccc 100644 --- a/libreoffice/Pkgfile +++ b/libreoffice/Pkgfile @@ -5,7 +5,7 @@ # Optional: cups kio qt5 valgrind name=libreoffice -version=7.1.4.1 +version=7.1.4.2 release=1 pdfiumversion=4306 source=(https://downloadarchive.documentfoundation.org/libreoffice/old/$version/src/$name-$version.tar.xz @@ -64,8 +64,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/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 + 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 1) + 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 1) local build_date=$(date +%Y%m%d) ./autogen.sh $PKGMK_LIBREOFFICE \ |