Search Criteria
Package Details: ssb-patchwork 3.18.1-1
Package Actions
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.000000 |
First Submitted: | 2017-09-09 19:25 (UTC) |
Last Updated: | 2021-04-11 20:05 (UTC) |
Dependencies (11)
- alsa-lib
- electron11 (electron11-binAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libxext (libxext-gitAUR)
- libxkbfile
- libxss
- libxtst
- nss (nss-hgAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
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
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
1 2 3 4 5 6 Next › Last »