office/onlyoffice-desktopeditors: Updated for version 7.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-05-14 08:36:52 +07:00 committed by Willy Sudiarto Raharjo
parent d1f4e5e636
commit 0b61e6da04
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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"