diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-05-14 08:36:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:50 +0700 |
commit | 0b61e6da048bd676bc9dbbd8eacb9210c3282a0f (patch) | |
tree | f89da7905e254a053acdc5ae52463c5fdb131909 /office | |
parent | d1f4e5e63678287e96e53f4ea9ed18746aec415f (diff) |
office/onlyoffice-desktopeditors: Updated for version 7.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
3 files changed, 6 insertions, 11 deletions
diff --git a/office/onlyoffice-desktopeditors/README b/office/onlyoffice-desktopeditors/README index 95d11a9c9cbd..26a87eb29600 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 61fce31157d1..bb864f77e51c 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 33a77e4b2d83..2c9c08e24cd4 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" |