diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-01-31 22:00:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:52 +0700 |
commit | ad51fe14e2191a1e72e12ed460d2aac3e1cd5db3 (patch) | |
tree | 8fa8e851532a1bda539e731427e09920ef8aefc3 /office | |
parent | 270ea97f6e7588778c9bb0f83db37e24de676e81 (diff) |
office/onlyoffice-desktopeditors: Updated for version 7.3.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild | 12 | ||||
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild index 15b6c4ee21026..feea903004ab8 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-2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2023, 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:-7.2.1} +VERSION=${VERSION:-7.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,9 +58,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG ar p $CWD/onlyoffice-desktopeditors_amd64.deb data.tar.xz | tar xvJ - -cp -L /usr/lib64/libcurl.so.4 \ - opt/onlyoffice/desktopeditors/converter/libcurl-gnutls.so.4 +ar p $CWD/onlyoffice-desktopeditors-help_all.deb data.tar.xz | tar xvJ for s in 16 24 32 48 64 128 256; do mkdir -p usr/share/icons/hicolor/${s}x${s}/apps @@ -81,8 +79,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p usr/doc/$PRGNAM-$VERSION install -m 0644 opt/onlyoffice/desktopeditors/LICENSE.htm \ opt/onlyoffice/desktopeditors/3DPARTYLICENSE usr/doc/$PRGNAM-$VERSION -rm -f usr/share/doc/onlyoffice-desktopeditors/changelog.Debian.gz -rmdir usr/share/doc/onlyoffice-desktopeditors usr/share/doc +rm -f usr/share/doc/onlyoffice-desktopeditors*/changelog.Debian.gz +rmdir usr/share/doc/onlyoffice-desktopeditors* usr/share/doc cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p install diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info index d43b04ecece83..fdfb71f6126b6 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info @@ -1,10 +1,12 @@ PRGNAM="onlyoffice-desktopeditors" -VERSION="7.2.1" +VERSION="7.3.0" HOMEPAGE="https://www.onlyoffice.com/apps.aspx" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.2.1/onlyoffice-desktopeditors_amd64.deb" -MD5SUM_x86_64="2d5ad3eba72d5a8d689b3ba00331a683" +DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.0/onlyoffice-desktopeditors_amd64.deb \ + https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.0/onlyoffice-desktopeditors-help_all.deb" +MD5SUM_x86_64="2e097a311c1c5d3b233baeae8c66a342 \ + f5c76de455e8654e1ee9a610aa12f522" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |