name='onlyoffice-bin'
version='8.0.1' release='2' Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
parent
23503a4194
commit
5a6575b246
@ -1,6 +1,6 @@
|
||||
name='onlyoffice-bin'
|
||||
version='8.0.1'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='An office suite that combines text, spreadsheet and presentation editors'
|
||||
homepage='https://www.onlyoffice.com/'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -13,6 +13,7 @@ deps=('curl' 'gtk3' 'alsa-lib' 'libpulse' 'gstreamer' 'gst-plugins-base-libs'
|
||||
'gst-plugins-ugly' 'libxss' 'nss' 'nspr' 'ttf-dejavu' 'ttf-liberation'
|
||||
'ttf-carlito' 'desktop-file-utils' 'hicolor-icon-theme')
|
||||
deps_redos=('pulseaudio-libs' 'gstreamer1-plugins-base' 'gstreamer1-plugins-ugly' 'libXScrnSaver' 'dejavu-sans-fonts' 'liberation-fonts' 'google-carlito-fonts')
|
||||
build_deps_redos=('bsdtar')
|
||||
opt_deps=('libreoffice: for OpenSymbol fonts')
|
||||
|
||||
options=('!strip' '!emptydirs')
|
||||
@ -23,7 +24,7 @@ prepare() {
|
||||
mkdir -p "onlyoffice-${version}/pkg"
|
||||
bsdtar -xf "${srcdir}/onlyoffice-desktopeditors_amd64.deb" -C "onlyoffice-${version}"
|
||||
bsdtar -xf "onlyoffice-${version}/data.tar.xz" -C "onlyoffice-${version}/pkg"
|
||||
patch -d "onlyoffice-${version}/pkg" -Np1 -i "${scriptdir}/010-onlyoffice-bin-fix-document-opening.patch"
|
||||
patch -d onlyoffice-${version}/pkg -Np1 -i "${scriptdir}/010-onlyoffice-bin-fix-document-opening.patch"
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -57,7 +58,6 @@ package() {
|
||||
# Запускаем функцию переименования с корневым каталогом
|
||||
rename_directories "${pkgdir}/opt/onlyoffice/desktopeditors/editors/sdkjs-plugins"
|
||||
|
||||
|
||||
# 3rd party licenses
|
||||
install -d -m755 "${pkgdir}/usr/share/licenses/${name}"
|
||||
ln -s $pkgdir/$name/opt/onlyoffice/desktopeditors/3DPARTYLICENSE "${pkgdir}/usr/share/licenses/${name}/3DPARTYLICENSE"
|
||||
|
Loading…
Reference in New Issue
Block a user