Package Details: signal-cli 0.13.3-1

Git Clone URL: https://aur.archlinux.org/signal-cli.git (read-only, click to copy)
Package Base: signal-cli
Description: Provides a commandline and dbus interface for secure Signal messaging.
Upstream URL: https://github.com/AsamK/signal-cli
Keywords: cli dbus json-rpc messaging signal
Licenses: GPL-3.0-only
Submitter: AsamK
Maintainer: AsamK
Last Packager: AsamK
Votes: 32
Popularity: 0.78
First Submitted: 2016-04-02 11:44 (UTC)
Last Updated: 2024-04-19 17:43 (UTC)

Dependencies (7)

Sources (3)

Pinned Comments

AsamK commented on 2017-06-17 12:24 (UTC) (edited on 2021-12-12 15:31 (UTC) by AsamK)

I've added a pgp signature to the source file, to import the signing key, run the following command:

gpg --keyserver hkps://keys.openpgp.org --recv-keys FA10826A74907F9EC6BBB7FC2BA2CD21B5B09570

Latest Comments

« First ‹ Previous 1 2 3 4

dosaki commented on 2018-12-28 10:03 (UTC) (edited on 2018-12-28 10:04 (UTC) by dosaki)

I'm getting a problem installing this via the AUR:

==> Starting build()...

FAILURE: Build failed with an exception.

* What went wrong:
Task 'installDist' not found in root project 'signal-cli'.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

In the PKGBUILD I do see the task being called explicitly inside build():

GRADLE_USER_HOME="${srcdir}/.gradle" gradle --no-daemon installDist

Anything I can do to make this better? The AUR version is 0.6.2 which is the latest release according to github too.

Thanks for your work on this! Love it :D

AsamK commented on 2017-06-17 12:24 (UTC) (edited on 2021-12-12 15:31 (UTC) by AsamK)

I've added a pgp signature to the source file, to import the signing key, run the following command:

gpg --keyserver hkps://keys.openpgp.org --recv-keys FA10826A74907F9EC6BBB7FC2BA2CD21B5B09570

joz commented on 2017-02-18 21:37 (UTC)

I just encountered https://github.com/AsamK/signal-cli/issues/49, which reminds me the most recent release is 0.5.5, while this package is still on 0.5.3. (Not a big issue, I can just edit the PKGBUILD locally.)

jav209 commented on 2016-12-05 06:02 (UTC)

Love this. Keep up the good work.

satai commented on 2016-12-01 11:58 (UTC)

Build needs a2x binary to create man page. Please add asciidoc to the list of build dependencies.

AsamK commented on 2016-04-03 12:50 (UTC)

If you upgrade from the textsecure-cli packge, run the following commands to move your data to the new location. # mv /var/lib/signal-cli /var/lib/signal-cli.bak # mv /var/lib/textsecure-cli /var/lib/signal-cli # chown -R signal-cli:signal-cli /var/lib/signal-cli The executable name changed to signal-cli and the dbus interface to org.asamk.Signal

sekret commented on 2016-04-02 21:13 (UTC)

Well done!!!

AsamK commented on 2016-04-02 21:05 (UTC)

libnative-platform.so seems to be created automatically by gradle and stored in $HOME/.gradle, which doesn’t work in the chroot. I fixed the package to use the build directory as gradle home.

sekret commented on 2016-04-02 18:09 (UTC)

Doesn't build here (in a clean chroot): ==> Starting build()... FAILURE: Build failed with an exception. * What went wrong: Failed to load native library 'libnative-platform.so' for Linux amd64. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/sekret/.chroot/sekret/build Any idea, what package provides libnative-platform.so ?