extra/libreoffice-still to 7.1.8-2

This commit is contained in:
Kevin Mihelich 2021-12-13 00:37:15 +00:00
parent a9960b68ab
commit 7b65a47fc1

View file

@ -20,7 +20,7 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=7.1.8.1
pkgver=7.1.8
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('LGPL3')
url="https://www.libreoffice.org/"
@ -344,11 +344,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.9/site-packages
install -dm755 "${pkgdir}"/usr/lib/python3.10/site-packages
ln -svf /usr/lib/libreoffice/program/uno.py \
"${pkgdir}"/usr/lib/python3.9/site-packages/uno.py
"${pkgdir}"/usr/lib/python3.10/site-packages/uno.py
ln -svf /usr/lib/libreoffice/program/unohelper.py \
"${pkgdir}"/usr/lib/python3.9/site-packages/unohelper.py
"${pkgdir}"/usr/lib/python3.10/site-packages/unohelper.py
# add a symlink required for gnome-documents; FS#51887
# https://lists.freedesktop.org/archives/libreoffice/2016-March/073787.html