Package Details: rocketchat-desktop 4.1.2-1

Git Clone URL: https://aur.archlinux.org/rocketchat-desktop.git (read-only, click to copy)
Package Base: rocketchat-desktop
Description: Rocket.Chat Native Cross-Platform Desktop Application via Electron
Upstream URL: https://github.com/RocketChat/Rocket.Chat.Electron
Keywords: chat client electron rocket rocketchat
Licenses: MIT
Submitter: sum01
Maintainer: buzo
Last Packager: buzo
Votes: 30
Popularity: 0.90
First Submitted: 2017-10-23 16:52 (UTC)
Last Updated: 2024-11-13 19:58 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 18 Next › Last »

aminvakil commented on 2020-02-04 06:43 (UTC)

@tuxitop

pkgver is 2.17.3 and sha256sum of rocketchat-desktop-2.17.3.tar.gz is correct.

40c90544c118337b7888feab24f787dc8c87faeb7f9aca237a37e906cf1210cdc762fad34f664feb75e317a5d2765bb619dd1f250c3ac74ea080c6a7c985c25c

If you've changed pkgver to 2.17.5 manually you should also download it and get sha512sum manually and change it in PKGBUILD to work correctly.

tuxitop commented on 2020-02-04 05:13 (UTC)

There is a problem with the sha512sum of the rocketchat-desktop-2.17.5.tar.gz file, in the pkgbuild.

matthias.lisin commented on 2019-12-13 14:26 (UTC) (edited on 2019-12-13 19:47 (UTC) by matthias.lisin)

@tuxitop: It is an optional dependency for certain environments. It causes more trouble for KDE users than it actually helps.

electron already specifies libappindicator-gtk3 as an optional dependency and for now I think this is fine.

Edit: After reading your comment one again (properly this time) I've edited my response.

tuxitop commented on 2019-12-12 21:46 (UTC)

It is required to install libindicator-gtk3 to view the system tray icon (using the appIndicator-support plugin). Could you please add it as an optional dependency?

matthias.lisin commented on 2019-11-25 12:28 (UTC)

@r0b0t No need for nodejs AUR packages. Just install community/nodejs-lts-erbium. This provides nodejs version 12 and is available in the official community repo.

r0b0t commented on 2019-11-25 12:23 (UTC) (edited on 2019-11-25 12:25 (UTC) by r0b0t)

@matthias.lisin I wasn't using anything special (not even nvm to change the nodejs versions) , I simply installed nodejs from the community channel with pacman and the current version is 13.2.0-1 Even if I set nodejs to 12 with nvm it wont work. The only solution seems to be installing nodejs-lts-erbium and removing the default nodejs

matthias.lisin commented on 2019-11-25 11:49 (UTC) (edited on 2019-11-25 12:16 (UTC) by matthias.lisin)

@r0b0t This currently doesn't work with nodejs>=13 due to node-spellchecker which is pretty much unmaintained.

I'm not sure why your build errors though. There are nodejs packages for version 8, 10 and 12. Are you running makepkg or using AUR helper?

Edit: I will replace the current nodejs version pinning with nodejs-lts-erbium as soon as I get some feedback on this issue: https://bugs.archlinux.org/task/64641

r0b0t commented on 2019-11-25 11:01 (UTC)

warning: nodejs-13.2.0-1 is up to date -- skipping there is nothing to do error: unable to satisfy dependency 'nodejs<13' required by rocketchat-desktop

Can we have this work with nodejs > 13?

My system is up to date as I'm writing.

matthias.lisin commented on 2019-11-01 19:26 (UTC)

@Polly I can not reproduce this. Build works fine without eslint. The warning comes from upstream and doesn't affect the application at all.

Polly commented on 2019-11-01 11:51 (UTC) (edited on 2019-11-01 11:52 (UTC) by Polly)

On my machine (up to date on 2019/11/1) the build got stuck while rebuilding packages. Installing eslint solved the issue. Also there is the warning:

warning " > @rocket.chat/eslint-config@0.4.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.16.0".

Is there a missing dependency?