libreoffice: [notify] libreoffice: new source based build, libreoffice-bin is still available

This commit is contained in:
Tim Biermann 2019-08-11 12:37:00 +02:00
parent 249750d024
commit dc010d1beb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xQ13XimjQRx7otgz7cDnly0gAHv6CFeqmXFMfHMUZLwrmMxWmRLAV6KvgsvsvuKm2n0zcQlaHi6Kwe/g8iH2QM=
SHA256 (Pkgfile) = 78c28826710a93586c8efa0f3855d627b3a5b876fe103f2317af47c96ea6ae4d
RWSagIOpLGJF3/PmUQV+hFJLSrDTEd1PVkcgGjzWR0XqcKGl/akC8BsH5uKauE9ynB/3Vo8KYhfwErt39r4tyvP7PTqrVDWk6Qo=
SHA256 (Pkgfile) = d93fc2aea1a9f46c6aeae6d6f77c97a96cc3157a36a072262f1a8916754046c8
SHA256 (.footprint) = 2e6bbd97b7bef2d1d5254ce95990280f95ad03849b3ea754fbab32ad9ff4a666
SHA256 (libreoffice-6.3.0.4.tar.xz) = 87830107b17fbf6c3831c8e6bf738e7d21fa7826debb88e4948d80caf2a7aed7
SHA256 (libreoffice-dictionaries-6.3.0.4.tar.xz) = 9f80f6339fc546b9b12a511d77480fc7c04d848fa31b8cdfd0e4004091818a7b

View File

@ -43,6 +43,7 @@ build() {
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# determine configure options based on installed packages on the system
[[ -e /usr/lib/ccache ]] && PKGMK_LIBREOFFICE+="" || PKGMK_LIBREOFFICE+=" --disable-ccache"
[[ -e /usr/lib/cups ]] && PKGMK_LIBREOFFICE+=" --enable-cups" || PKGMK_LIBREOFFICE+=" --disable-cups"
[[ -e /usr/lib/pkgconfig/gstreamer-plugins-base-1.0.pc ]] && PKGMK_LIBREOFFICE+=" --enable-gstreamer-1-0" || PKGMK_LIBREOFFICE+=" --disable-gstreamer-1-0"
[[ -e /usr/lib/pkgconfig/Qt5Core.pc ]] && PKGMK_LIBREOFFICE+=" --enable-qt5" || PKGMK_LIBREOFFICE+=" --disable-qt5"