mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 6.3.2-2
This commit is contained in:
parent
58a52e5b5b
commit
34199d9011
1 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@ pkgbase=libreoffice-fresh
|
|||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=6.3.2.2
|
||||
pkgver=6.3.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
url="https://www.libreoffice.org/"
|
||||
|
@ -337,4 +337,15 @@ package_libreoffice-fresh() {
|
|||
install -dm755 "${pkgdir}"/usr/share/metainfo
|
||||
install -v -m644 "${srcdir}"/libreoffice-$_LOver/sysui/desktop/appstream-appdata/*.xml \
|
||||
"${pkgdir}"/usr/share/metainfo
|
||||
|
||||
# make all i18n lang packages with help section ('1') available to
|
||||
# fix "F1" not opening translated offline help opening in browser
|
||||
# see also /usr/lib/libreoffice/help/en-US/langnames.js
|
||||
echo "var languagesSet = new Set(['en-US','am','ar','ast','bg','bn',\
|
||||
'bn-IN','bo','bs','ca','ca-valencia','cs','da','de','dz','el',\
|
||||
'en-GB','en-ZA','eo','es','et','eu','fi','fr','gl','gu','he',\
|
||||
'hi','hr','hu','id','is','it','ja','ka','km','ko','lo','lt','lv',\
|
||||
'mk','nb','ne','nl','nn','om','pl','pt','pt-BR','ro','ru','si',\
|
||||
'sid','sk','sl','sq','sv','ta','tg','tr','ug','uk','vi','zh-CN','zh-TW'])" \
|
||||
> "${pkgdir}"/usr/lib/libreoffice/help/languages.js
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue