diff --git a/app-office/onlyoffice-bin/Manifest b/app-office/onlyoffice-bin/Manifest index 3fc5701..3f93d2e 100644 --- a/app-office/onlyoffice-bin/Manifest +++ b/app-office/onlyoffice-bin/Manifest @@ -1,2 +1,2 @@ -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 +DIST onlyoffice-bin-6.2.0_amd64.deb 265150658 BLAKE2B 8551377b308185009386d25e99d7178b9043336f73f12d011674eedfe76c9326688999c3ddc3bf7c7637916d4a47f43897ac0cae46b00783364b51b6dbc681c9 SHA512 4906d7d0508073bb58bdb9d854df4c385b5f0605370772e14fea68515ec22f4370d0b8bd7024262c7cd6c6a306b2e1f95ba229d452f0775a5d40f7a16857c609 diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-6.0.1.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-6.2.0.ebuild similarity index 96% rename from app-office/onlyoffice-bin/onlyoffice-bin-6.0.1.ebuild rename to app-office/onlyoffice-bin/onlyoffice-bin-6.2.0.ebuild index 6e61c70..787d553 100644 --- a/app-office/onlyoffice-bin/onlyoffice-bin-6.0.1.ebuild +++ b/app-office/onlyoffice-bin/onlyoffice-bin-6.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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_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} }