From 6c3255ba40e4cc55f63c4b9f19f1c4df334fbe64 Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sat, 10 Feb 2024 20:00:50 -0600 Subject: [PATCH] Update onlyoffice-desktopeditors from 7.5.1_1 to 8.0.0_1 --- srcpkgs/onlyoffice-desktopeditors/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/onlyoffice-desktopeditors/template b/srcpkgs/onlyoffice-desktopeditors/template index d896da1..4901c4d 100644 --- a/srcpkgs/onlyoffice-desktopeditors/template +++ b/srcpkgs/onlyoffice-desktopeditors/template @@ -1,25 +1,25 @@ # Template file for 'onlyoffice-desktopeditors' pkgname=onlyoffice-desktopeditors -version=7.5.1 +version=8.0.0 revision=1 archs="x86_64" repository="cereus-extra" +build_style=fetch hostmakedepends="tar xz" -depends="libstdc++ curl xdg-utils dejavu-fonts-ttf GConf" +depends="libstdc++ curl xdg-utils dejavu-fonts-ttf liberation-fonts-ttf + font-crosextra-carlito-ttf gst-plugins-ugly1 nss nspr alsa-lib gst-plugins-base1 + libpulseaudio gtk+3 desktop-file-utils hicolor-icon-theme gstreamer1" short_desc="OnlyOffice office suite for desktops" maintainer="Kevin Figueroa " 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=1dfe4235b51432e1d91c36377e00f8aa917850049ebec70af034d995abb21e16 +checksum=62d4767e201130ac3c74e8003d760cf961709a129946c208050613c69a6edc5d nostrip=yes -do_extract() { - mkdir -p ${DESTDIR} - ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/onlyoffice-desktopeditors_amd64.deb -} - do_install() { + mkdir -p ${DESTDIR} + ar x onlyoffice-desktopeditors_amd64.deb tar -xf data.tar.xz -C ${DESTDIR} }