Package Details: onlyoffice-bin 8.2.2-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: Antiz
Votes: 233
Popularity: 4.99
First Submitted: 2016-11-17 12:33 (UTC)
Last Updated: 2024-11-29 16:48 (UTC)

Pinned Comments

Antiz commented on 2024-10-17 18:28 (UTC)

This package ships the OnlyOffice Desktop Editor, not the OnlyOffice Document Server.

Please, make sure that you are referring to the correct software when flagging this package out of date :)

Latest Comments

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

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?

dbermond commented on 2022-09-24 14:22 (UTC)

@YHNdnzj No, sorry. Configuring the Qt Platform Abstraction (QPA) is a user task, not a package task. We should not force a QPA plugin for all users, as this may not be suitable to everyone. See the Qt library part of the Wayland article on the ArchWiki.

YHNdnzj commented on 2022-09-24 12:21 (UTC)

Could you set QT_QPA_PLATFORM=xcb in /usr/bin/onlyoffice-desktopeditors? Currently it doesn't start under (X)Wayland when $QT_QPA_PLATFORM is globally set to "wayland".

sed -i '/exec $DIR\/DesktopEditors/iexport QT_QPA_PLATFORM=xcb' "${srcdir}/usr/bin/onlyoffice-desktopeditors"