Package Details: onlyoffice-bin 8.0.1-1

Git Clone URL: https://aur.archlinux.org/onlyoffice-bin.git (read-only, click to copy)
Package Base: onlyoffice-bin
Description: An office suite that combines text, spreadsheet and presentation editors
Upstream URL: https://www.onlyoffice.com/
Licenses: AGPL-3.0-only
Conflicts: onlyoffice
Provides: onlyoffice
Submitter: mikalair
Maintainer: dbermond (Antiz)
Last Packager: dbermond
Votes: 206
Popularity: 8.25
First Submitted: 2016-11-17 12:33 (UTC)
Last Updated: 2024-02-26 15:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

dbermond commented on 2023-11-26 01:12 (UTC)

@Freed We cannot patch anything from https://github.com/ONLYOFFICE/desktop-apps/ since this is a pre-compiled (-bin) package. This should be fixed by upstream.

Freed commented on 2023-11-25 08:23 (UTC) (edited on 2023-11-25 08:28 (UTC) by Freed)

How about add a patch like https://github.com/ONLYOFFICE/DesktopEditors/issues/872#issuecomment-1826252473 to fix #872?

And

diff --git a/onlyoffice-desktopeditors.desktop b/onlyoffice-desktopeditors.desktop
index cd71aad..96c6d4a 100644
--- a/onlyoffice-desktopeditors.desktop
+++ b/onlyoffice-desktopeditors.desktop
@@ -6,7 +6,7 @@ GenericName[ru]=Редактор документов
 Comment=Edit office documents
 Comment[ru]=Редактировать офисные документы
 Type=Application
-Exec=/usr/bin/onlyoffice-desktopeditors %U
+Exec=/usr/bin/onlyoffice-desktopeditors %F
 Terminal=false
 Icon=onlyoffice-desktopeditors
 Keywords=Text;Document;OpenDocument Text;Microsoft Word;Microsoft Works;odt;doc;docx;rtf;

Because onlyoffice-desktopeditores only support full path.

Antiz commented on 2023-11-01 10:50 (UTC)

The latest 7.5.1 upstream release does not contain any other assets than the macos' dmg files at the moment, meaning that the deb file/archive used as a source for the onlyoffice AUR package is not (yet) available.

I opened an upstream issue here. The version 7.5.1 can only be packaged and released once upstream adds the deb artifact to the release.
Thanks for your patience! :)

dbermond commented on 2023-10-19 18:11 (UTC)

@Krator The new upstream version was released just a few hours, so there is no need for all this rush. The package is updated when the maintainer have time to do so. Please notice that package maintainers also have a life, a work, a family and a lot of other tasks in real life, so please be patient while the maintainer takes the time for updating. That being said, I'm pushing the update now.

Krator commented on 2023-10-19 15:17 (UTC)

Please update the package to the latest version! Is the process already underway?

Gobidev commented on 2023-03-17 09:58 (UTC)

diff for 7.3.3:

diff --git a/.SRCINFO b/.SRCINFO
index 51986c1..9767f2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = onlyoffice-bin
    pkgdesc = An office suite that combines text, spreadsheet and presentation editors
-   pkgver = 7.3.0
+   pkgver = 7.3.3
    pkgrel = 1
    url = https://www.onlyoffice.com/
    arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = onlyoffice-bin
    optdepends = ttf-ms-fonts: for Microsoft fonts
    provides = onlyoffice
    conflicts = onlyoffice
-   noextract = onlyoffice-desktopeditors-x86_64-7.3.0.deb
+   noextract = onlyoffice-desktopeditors-x86_64-7.3.3.deb
    options = !strip
    options = !emptydirs
-   source = onlyoffice-desktopeditors-x86_64-7.3.0.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.0/onlyoffice-desktopeditors_amd64.deb
-   sha256sums = 91762fbca4541b09907e0b8629a3a079d38ceeb2ec0085eb0d396172c876ecaf
+   source = onlyoffice-desktopeditors-x86_64-7.3.3.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.3/onlyoffice-desktopeditors_amd64.deb
+   sha256sums = e8083e510d1a700b958f6c8b1975ccf55b080c8efcb9c27595a7578c5bfe682a

 pkgname = onlyoffice-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8d2247..e6771e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Mikalai Ramanovich < narod.ru: nikolay.romanovich >

 pkgname=onlyoffice-bin
-pkgver=7.3.0
+pkgver=7.3.3
 pkgrel=1
 pkgdesc='An office suite that combines text, spreadsheet and presentation editors'
 arch=('x86_64')
@@ -19,7 +19,7 @@ conflicts=('onlyoffice')
 options=('!strip' '!emptydirs')
 source=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb"::"https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
 noextract=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb")
-sha256sums=('91762fbca4541b09907e0b8629a3a079d38ceeb2ec0085eb0d396172c876ecaf')
+sha256sums=('e8083e510d1a700b958f6c8b1975ccf55b080c8efcb9c27595a7578c5bfe682a')

 prepare() {
     mkdir -p "onlyoffice-${pkgver}

karcher commented on 2022-09-24 16:53 (UTC)

@dbermond Thanks for the quick response! It worked!

dbermond commented on 2022-09-24 16:08 (UTC)

@karcher AUR helpers are not supported. For upgrading your package, you should clone this git repository with 'git clone' (or do a git pull if you already have it cloned), cd into it, and then run makepkg. See the ArchWiki about installing and upgrading AUR packages.

karcher commented on 2022-09-24 15:42 (UTC)

Hi all,

The package was updated yesterday to onlyoffice-bin 7.2.0-1, but when I run $ yay -Suy I can't get the the latest update, still on onlyoffice-bin 7.1.0-1. Is this a repo issue? How can I get the latest update asap?