extra/libreoffice-still to 6.4.7-4

This commit is contained in:
Kevin Mihelich 2020-12-02 16:18:54 +00:00
parent f2f1d55876
commit 41782398f1

View file

@ -20,7 +20,7 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=6.4.7.2
pkgver=6.4.7
pkgrel=2
pkgrel=4
arch=('x86_64')
license=('LGPL3')
url="https://www.libreoffice.org/"
@ -325,11 +325,11 @@ package_libreoffice-still() {
install -m644 "${srcdir}"/libreoffice-still.{sh,csh} "${pkgdir}"/etc/profile.d/
# make pyuno find its modules
install -dm755 "${pkgdir}"/usr/lib/python3.8/site-packages
install -dm755 "${pkgdir}"/usr/lib/python3.9/site-packages
ln -svf /usr/lib/libreoffice/program/uno.py \
"${pkgdir}"/usr/lib/python3.8/site-packages/uno.py
"${pkgdir}"/usr/lib/python3.9/site-packages/uno.py
ln -svf /usr/lib/libreoffice/program/unohelper.py \
"${pkgdir}"/usr/lib/python3.8/site-packages/unohelper.py
"${pkgdir}"/usr/lib/python3.9/site-packages/unohelper.py
# add a symlink required for gnome-documents; FS#51887
# https://lists.freedesktop.org/archives/libreoffice/2016-March/073787.html