Update onlyoffice-desktopeditors to 8.1.0

This commit is contained in:
Kevin Figueroa 2024-06-23 17:08:42 -04:00
parent d04f621444
commit 4a1a7bbe75

View file

@ -1,6 +1,6 @@
# Template file for 'onlyoffice-desktopeditors'
pkgname=onlyoffice-desktopeditors
version=8.0.1
version=8.1.0
revision=1
archs="x86_64"
repository="cereus-extra"
@ -15,11 +15,14 @@ license="AGPL-3.0"
homepage="https://www.onlyoffice.com"
distfiles="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb"
changelog="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md"
checksum=5978cf746c3074ed77becc95613ba82e031e76c0034bc68ebd92fe73071c0564
checksum=852d7e80b375eec3f7105b9dddf4174567858906ebba604e34b8ea5c497cf49b
nostrip=yes
do_install() {
mkdir -p ${DESTDIR}
ar x onlyoffice-desktopeditors_amd64.deb
tar -xf data.tar.xz -C ${DESTDIR}
# Fix document opening in desktop entry
sed -i 's|Exec=/usr/bin/onlyoffice-desktopeditors %U|Exec=/usr/bin/onlyoffice-desktopeditors %F|g' ${DESTDIR}/usr/share/applications/onlyoffice-desktopeditors.desktop
}