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.000001
First Submitted: 2017-09-09 19:25 (UTC)
Last Updated: 2021-04-11 20:05 (UTC)

Latest Comments

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

k3a commented on 2018-04-27 17:48 (UTC) (edited on 2018-04-27 18:35 (UTC) by k3a)

Is there any reason to use nodejs blob of electron instead of using a system one? https://www.archlinux.org/packages/community/x86_64/electron/ I can confirm it works just fine with the system one.

cole128: You can manually download a snapshot and edit the version in the meantime ;) Hopefully it's not abandoned.

makeworld commented on 2018-04-27 00:50 (UTC)

Will this be updated for new releases, or is it abandoned?

christianbundy commented on 2018-04-23 15:53 (UTC) (edited on 2018-04-23 15:54 (UTC) by christianbundy)

For folks who are itching for v3.9.0, here's the diff:

diff --git a/PKGBUILD b/PKGBUILD
index f33dafa..8b8204e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 pkgname=ssb-patchwork
 _upstream=patchwork
-pkgver=3.8.10
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ source=(
 'run.sh'
 "${pkgname}.desktop"
 )
-md5sums=('9325b924b3f3ecc9dbaddce1a3d88ad2'
+md5sums=('2036001984b4d904cac87ac452ebfa66'
          'bb315f14e6d7ef57976c8934ddad4fd9'
          '3c73b5245f2da7dd2e31729e2b57ad37')

Just makepkg -si and you're good to go.

Plexcon commented on 2018-04-17 15:00 (UTC) (edited on 2018-04-17 15:05 (UTC) by Plexcon)

-> Extrayendo v3.8.10.tar.gz con bsdtar ==> Iniciando build()... npm ERR! code ERR_STREAM_WRITE_AFTER_END npm ERR! write after end

npm ERR! A complete log of this run can be found in: npm ERR! /home/manjaro/.npm/_logs/2018-04-17T14_52_51_136Z-debug.log ==> ERROR: Se produjo un fallo en build(). Cancelando...

Pastebin: https://paste.ee/p/LtisZ http://pasted.co/25574889

pypper commented on 2018-03-15 01:33 (UTC)

@Powersource: this was added in the latest release.

Powersource commented on 2018-02-20 13:29 (UTC)

Could you please make it pass along arguments when running from the command line?

pypper commented on 2018-02-04 05:33 (UTC)

hotice, added that for you and re-released as a pkgver increment.

let me know if its working better.

hotice commented on 2018-01-25 13:02 (UTC)

Also, please add ;Network; to Categories in desktop file as otherwise it's hidden under Lost & Found in KDE app menu.

hotice commented on 2018-01-25 11:56 (UTC) (edited on 2018-01-25 14:45 (UTC) by hotice)

Error dialog "An error occurred while attempting to redeem invite. could not connect to sbot". Also, sbot command isn't available from console. $ npm doctor

npm ERR! checkFilePermissions Missing permissions on /opt/ssb-patchwork/node_modules Check Value Recommendation npm ping OK npm -v v5.6.0 node -v v9.4.0 npm config get registry https://registry.npmjs.org/ which git /usr/bin/git Perms check on cached files ok Perms check on global node_modules ok Perms check on local node_modules notOk /opt/ssb-patchwork/node_modules must be readable and writable by the current user.

EDIT: Even with chmod 777 on node_modules and clean npm doctor report the error persists. What might be the reason?

pypper commented on 2017-11-17 14:05 (UTC)

thanks, pushed!