mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libreoffice-still to 7.1.8-2
This commit is contained in:
parent
a9960b68ab
commit
7b65a47fc1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue