mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libreoffice-still to 6.2.7-3
This commit is contained in:
parent
bd73a9c344
commit
58a52e5b5b
1 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@ pkgbase=libreoffice-still
|
|||
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
||||
_LOver=6.2.7.1
|
||||
pkgver=6.2.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
url="https://www.libreoffice.org/"
|
||||
|
@ -335,4 +335,15 @@ package_libreoffice-still() {
|
|||
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