From dc010d1beb4b0b69b0728ee191b45ad977375b8b Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 11 Aug 2019 12:37:00 +0200 Subject: [PATCH] libreoffice: [notify] libreoffice: new source based build, libreoffice-bin is still available --- libreoffice/.signature | 4 ++-- libreoffice/Pkgfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libreoffice/.signature b/libreoffice/.signature index 3b4803ab1..04996df75 100644 --- a/libreoffice/.signature +++ b/libreoffice/.signature @@ -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 diff --git a/libreoffice/Pkgfile b/libreoffice/Pkgfile index 6a3db8167..62341a55e 100644 --- a/libreoffice/Pkgfile +++ b/libreoffice/Pkgfile @@ -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"