diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-10-12 19:38:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-13 08:00:37 +0700 |
commit | 4949c8bcc899259c58565c4a88068b14686cb569 (patch) | |
tree | 42092ac87fe4ae8823feabf4f1377b30e278f68f /office | |
parent | b76a0de8cb4ea8dc8253a0ab1ec77ca9e545f597 (diff) |
office/onlyoffice-desktopeditors: New maintainer, fix menu icon
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild | 5 | ||||
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild index c5ac5543c9f0..5cd51e5b410e 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for onlyoffice-desktopeditors +# Copyright 2024-, Antonio Leal, Porto Salvo, Oeiras, Portugal # Copyright 2017-2024, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onlyoffice-desktopeditors VERSION=${VERSION:-8.1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,7 +65,7 @@ for s in 16 24 32 48 64 128 256; do mkdir -p usr/share/icons/hicolor/${s}x${s}/apps install -m 0644 -o root -g root \ opt/onlyoffice/desktopeditors/asc-de-${s}.png \ - usr/share/icons/hicolor/${s}x${s}/apps/asc-de.png + usr/share/icons/hicolor/${s}x${s}/apps/onlyoffice-desktopeditors.png done find -L opt/onlyoffice/desktopeditors -type f \ diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info index b8fbcb864d9b..0ebd112ee4ae 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info @@ -8,5 +8,5 @@ DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/ MD5SUM_x86_64="9d96d939dbc161b7101b6f2d3015e279 \ 0ef7d49656c4d6808cc86f0607b3be91" REQUIRES="" -MAINTAINER="Alexander Verbovetsky" -EMAIL="alik@ejik.org" +MAINTAINER="Antonio Leal" +EMAIL="antonioleal@yahoo.com" |