From 4a1a7bbe75ae9afd7900a98f8e687379960aae2d Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sun, 23 Jun 2024 17:08:42 -0400 Subject: [PATCH] Update onlyoffice-desktopeditors to 8.1.0 --- srcpkgs/onlyoffice-desktopeditors/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/onlyoffice-desktopeditors/template b/srcpkgs/onlyoffice-desktopeditors/template index e670698..9e6490a 100644 --- a/srcpkgs/onlyoffice-desktopeditors/template +++ b/srcpkgs/onlyoffice-desktopeditors/template @@ -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 }