Package Details: ssb-patchwork 3.18.1-1

Git Clone URL: https://aur.archlinux.org/ssb-patchwork.git (read-only, click to copy)
Package Base: ssb-patchwork
Description: A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)
Upstream URL: https://github.com/ssbc/patchwork
Keywords: decentralized gossip network patchwork scuttlebutt ssb
Licenses: AGPL3
Submitter: dlandau
Maintainer: dlandau (pypper, christianbundy, zozs)
Last Packager: zozs
Votes: 20
Popularity: 0.000002
First Submitted: 2017-09-09 19:25 (UTC)
Last Updated: 2021-04-11 20:05 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Tio commented on 2021-01-24 14:07 (UTC)

On Manjaro Gnome, the application's icon is the Electron icon and it is named "Electron". Any way to fix this? Or is this an upstream issue?

ekangmonyet commented on 2021-01-11 05:50 (UTC)

For Error 403 when downloading node headers from https://atom.io/download/electron/ , it worked for me by replacing L41 with: export npm_config_disturl=https://nodejs.org/dist

DianaNites commented on 2021-01-11 02:21 (UTC) (edited on 2021-01-11 02:21 (UTC) by DianaNites)

Build fails for me. Attempting install with yay

> @felixrieseberg/spellchecker@4.0.12 install /home/diana/.cache/yay/ssb-patchwork/src/patchwork-3.18.0/node_modules/@felixrieseberg/spellchecker
> node-gyp rebuild

gyp ERR! configure error 
gyp ERR! stack Error: Invalid version number: "v6.1.12\nWINDOW DECORATIONS RELOADED\nWINDOW DECORATIONS RELOADED"
gyp ERR! stack     at getNodeDir (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:56:25)
gyp ERR! stack     at /usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:30:7
gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:75:11)
gyp ERR! System Linux 5.10.3-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/diana/.cache/yay/ssb-patchwork/src/patchwork-3.18.0/node_modules/@felixrieseberg/spellchecker
gyp ERR! node -v v15.5.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @felixrieseberg/spellchecker@4.0.12 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @felixrieseberg/spellchecker@4.0.12 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/diana/.electron-gyp/.npm/_logs/2021-01-11T02_18_30_843Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...
error making: ssb-patchwork

kode54 commented on 2020-02-20 07:45 (UTC)

Oh, that's bloody stupid. It builds just fine if I run it under a terminal emulator from a graphical desktop. It only fails if I attempt to update my system from a TTY.

kode54 commented on 2020-02-19 22:51 (UTC)

This is the link that fails to retrieve when I attempt to build it:

https://atom.io/download/electron/v13.8.0/node-v13.8.0-headers.tar.gz

It reports error 403, access denied.

danievdm commented on 2020-02-19 11:56 (UTC) (edited on 2020-02-19 12:43 (UTC) by danievdm)

Latest update installed OK for me on Manjaro KDE but one odd thing is happening:

Whenever I paste a link URL in my post the post preview never comes up - just hangs. Other markdown characters or plain text work as per normal. Anyone else having this issue with links being pasted in?

It was working fine before the latest update on v3.17.2-2. I retested with both versions of the AppImage with identical post - worked on older version, did not work on latest version 3.17.3.

Issue is being tracked now at https://github.com/ssbc/patchwork/issues/1248 as I'm not the only one.

zozs commented on 2020-02-19 09:38 (UTC)

kode54: anything that can be done on the PKGBUILD side? I can build it on several of my local machines :/

kode54 commented on 2020-02-19 05:17 (UTC)

Latest is not buildable due to npm build bots being a piece of crap and failing to provide either a working copy of node 13.8.0 headers, or a copy of npm which can fall back on 403 errors.

christianbundy commented on 2020-01-06 21:07 (UTC)

zozs: Thanks, just pushed a new release to resolve that problem. I've also contacted dlandau to ask to have you added as a maintainer. Really appreciate your attention to detail on that dep!

zozs commented on 2020-01-04 09:47 (UTC)

gconf has been removed from the main repos, and only exists in AUR now. However, electron does not seem to depend on gconf anymore [1], so I think it can be removed from the depends array completely (this also means one less package depending on python2 :) ).

I removed it from depends and recompiled the package, and it seems to be working for me for the past hour or so.

[1] https://github.com/electron/electron/issues/2727