From c9b84634df4bdb226a9ec878e24efd4e7759731c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 15 Dec 2020 21:32:52 +0200 Subject: [PATCH] app-office/onlyoffice-bin: bump to 6.1.0, remove old Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- app-office/onlyoffice-bin/Manifest | 2 +- .../onlyoffice-bin/files/fixshellsyntax.patch | 13 ------------- ...-6.0.0-r1.ebuild => onlyoffice-bin-6.1.0.ebuild} | 5 ++--- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 app-office/onlyoffice-bin/files/fixshellsyntax.patch rename app-office/onlyoffice-bin/{onlyoffice-bin-6.0.0-r1.ebuild => onlyoffice-bin-6.1.0.ebuild} (97%) diff --git a/app-office/onlyoffice-bin/Manifest b/app-office/onlyoffice-bin/Manifest index 4c9d32f..3fc5701 100644 --- a/app-office/onlyoffice-bin/Manifest +++ b/app-office/onlyoffice-bin/Manifest @@ -1,2 +1,2 @@ -DIST onlyoffice-bin-6.0.0_amd64.deb 200973674 BLAKE2B 95c8dd8878778190b0e8221d6196027090a43ad722807f0c1f25979ca2d1cf88baafb7d3f8685a7aa6a0b60da6f45a3d2bf4207ff8b52c95a9c86e5418119add SHA512 59dcd4046dfb303b90ca1ef79fe71a3013a529db8a716a8d22a90b71596c1eef51358f7a309559a00fade100b13e4a7b104328593effeac09ce104358279e8c0 DIST onlyoffice-bin-6.0.1_amd64.deb 199113182 BLAKE2B fae4bc8e828ef497f8b91a4f73d2ae6c1e834301c1b5f69acb5f6a77f4d991fa18ea97666005ceda2311928eb1cd3ba60ace837b9235c70a8ac92c8ed3dee341 SHA512 4ee535b0f69cc83b5a4fb2fb42b247d034d50ec13c1b94b4de346f9f8c830dc0c85a4faa172ab17bf21b043e8f47d1b89d3dbb4bb8e2bfd3a21d687ac4c6e9c1 +DIST onlyoffice-bin-6.1.0_amd64.deb 234452942 BLAKE2B c280f017864c0ae01e908bc6070da5e9c3b7e1a749386178a990bc239ce05132735d71c58425cec2d5ef4ecac115454a03dbd3af0fdc0e07ff7c7f4ca6b3f6d8 SHA512 1ce3339b05259813fc3f94bd9a83ea6f7aa6ffff516fc391d8ab51bb8777b88204eddfcaa1da3252b76c708e9b1392a77ec12d0e919645f0da121799cfff062e diff --git a/app-office/onlyoffice-bin/files/fixshellsyntax.patch b/app-office/onlyoffice-bin/files/fixshellsyntax.patch deleted file mode 100644 index 9349e0c..0000000 --- a/app-office/onlyoffice-bin/files/fixshellsyntax.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/usr/bin/onlyoffice-desktopeditors b/usr/bin/onlyoffice-desktopeditors -index 6fa731f..16e7b41 100755 ---- a/usr/bin/onlyoffice-desktopeditors -+++ b/usr/bin/onlyoffice-desktopeditors -@@ -68,7 +68,7 @@ set_names_ru() { - } - - check_templates() { -- if [ $1 != "--new-document-templates" ]; then -+ if [ "$1" != "--new-document-templates" ]; then - return 0 - fi - diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-6.0.0-r1.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-6.1.0.ebuild similarity index 97% rename from app-office/onlyoffice-bin/onlyoffice-bin-6.0.0-r1.ebuild rename to app-office/onlyoffice-bin/onlyoffice-bin-6.1.0.ebuild index 6e61c70..69caab9 100644 --- a/app-office/onlyoffice-bin/onlyoffice-bin-6.0.0-r1.ebuild +++ b/app-office/onlyoffice-bin/onlyoffice-bin-6.1.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Onlyoffice is an office productivity suite (binary version)" HOMEPAGE="https://www.onlyoffice.com/" SRC_URI=" amd64? ( - https://github.com/ONLYOFFICE/DesktopEditors/releases/download/ONLYOFFICE-DesktopEditors-"${PV}"/onlyoffice-desktopeditors_amd64.deb -> "${P}"_amd64.deb + https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v"${PV}"/onlyoffice-desktopeditors_"${PV}"-90_amd64.deb -> "${P}"_amd64.deb ) " @@ -89,7 +89,6 @@ S="${WORKDIR}" QA_PREBUILT=" opt/onlyoffice/desktopeditors/DesktopEditors opt/onlyoffice/desktopeditors/editors_helper - opt/onlyoffice/desktopeditors/HtmlFileInternal opt/onlyoffice/desktopeditors/libascdocumentscore.so opt/onlyoffice/desktopeditors/libcef.so opt/onlyoffice/desktopeditors/libEGL.so @@ -173,5 +172,5 @@ src_install() { domenu usr/share/applications/onlyoffice-desktopeditors.desktop dobin usr/bin/desktopeditors usr/bin/onlyoffice-desktopeditors doins -r opt - fperms +x /opt/onlyoffice/desktopeditors/{DesktopEditors,editors_helper,HtmlFileInternal,converter/x2t} + fperms +x /opt/onlyoffice/desktopeditors/{DesktopEditors,editors_helper,converter/x2t} }