mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libreoffice-fresh to 7.2.4-2
This commit is contained in:
parent
7d788745e2
commit
a9960b68ab
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ pkgbase=libreoffice-fresh
|
|||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=7.2.4.1
|
||||
pkgver=7.2.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
url="https://www.libreoffice.org/"
|
||||
|
@ -336,11 +336,11 @@ package_libreoffice-fresh() {
|
|||
install -m644 "${srcdir}"/libreoffice-fresh.{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