mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/onlyoffice-desktopeditors: Updated for version 7.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1f4e5e636
commit
0b61e6da04
3 changed files with 6 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue