From 0b61e6da048bd676bc9dbbd8eacb9210c3282a0f Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 14 May 2022 08:36:52 +0700 Subject: [PATCH] office/onlyoffice-desktopeditors: Updated for version 7.1.0. Signed-off-by: Willy Sudiarto Raharjo --- office/onlyoffice-desktopeditors/README | 2 -- .../onlyoffice-desktopeditors.SlackBuild | 7 ++----- .../onlyoffice-desktopeditors.info | 8 ++++---- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/office/onlyoffice-desktopeditors/README b/office/onlyoffice-desktopeditors/README index 95d11a9c9c..26a87eb296 100644 --- a/office/onlyoffice-desktopeditors/README +++ b/office/onlyoffice-desktopeditors/README @@ -13,5 +13,3 @@ https://github.com/ONLYOFFICE/DesktopEditors but without a build instruction, so this script repackages the .deb package provided on https://www.onlyoffice.com/download-desktop.aspx and https://github.com/onlyoffice/desktopeditors/releases - -Optional dependency: webcore-fonts diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild index 61fce31157..bb864f77e5 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onlyoffice-desktopeditors -# Copyright 2017-2021, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2022, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onlyoffice-desktopeditors -VERSION=${VERSION:-6.2.0} +VERSION=${VERSION:-7.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -43,9 +43,6 @@ if [ "$ARCH" != "x86_64" ]; then exit 1 fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info index 33a77e4b2d..2c9c08e24c 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info @@ -1,10 +1,10 @@ PRGNAM="onlyoffice-desktopeditors" -VERSION="6.2.0" +VERSION="7.1.0" HOMEPAGE="https://www.onlyoffice.com/apps.aspx" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.2.0/onlyoffice-desktopeditors_amd64.deb" -MD5SUM_x86_64="2bb6a62e6ab85b2bcd7633431064f8a5" -REQUIRES="gtkglext ttf-carlito" +DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.1.0/onlyoffice-desktopeditors_amd64.deb" +MD5SUM_x86_64="208f9fc5ffb6b6c4a7a8cc67bde28b63" +REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org"