Search Criteria
Package Details: deltachat-desktop 1.14.1-5
Git Clone URL: | https://aur.archlinux.org/deltachat-desktop.git (read-only, click to copy) |
---|---|
Package Base: | deltachat-desktop |
Description: | A privacy oriented chat application built on e-mail |
Upstream URL: | https://github.com/deltachat/deltachat-desktop |
Licenses: | |
Conflicts: | |
Submitter: | tercean |
Maintainer: | tercean |
Last Packager: | tercean |
Votes: | 7 |
Popularity: | 1.32 |
First Submitted: | 2020-06-11 01:23 |
Last Updated: | 2020-12-25 15:12 |
Dependencies (7)
- electron6 (electron6-bin)
- git (git-git) (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- npm (npm4, nodejs6-bin) (make)
- python (python-dbg) (make)
- rustup (rustup-git) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
picea commented on 2021-02-16 11:50
Sorry for the multiple posts. It seems that, if the path where the build will append contains spaces, the build will not succeed, despite the protection of line 30 (which is still important).
picea commented on 2021-02-16 11:26
My last comment was too fast. Still cannont compile with my modification!
picea commented on 2021-02-16 11:16
Line 30: unzip $srcdir/basicwebrtc-$_basicwebrtc_commit.zip
Better to protect the path: unzip "$srcdir/basicwebrtc-$_basicwebrtc_commit.zip"
Tks for the package!
tercean commented on 2020-12-25 15:14
Thanks for the heads up, patch is fixed.
flortsch commented on 2020-12-25 14:50
When updating, it seems that the package.json patch can't be applied:
tercean commented on 2020-10-18 17:06
Removed the dependency on git submodule by fetching a snapshot of basicwebrtc directly.
tercean commented on 2020-07-08 12:45
Strange, it started fine when I tested locally, even though it shouldn't have.
reverted to electron6.
flortsch commented on 2020-07-08 12:29
The update to electron 9 broke the app. First,
deltachat-desktop.sh
points to oldelectron6
. When fixing this and starting, the app complains about a missing image/opt/DeltaChat/electron_app/tsc-dist/images/deltachat.png
. This file indeed does not exist, but it exists in/opt/DeltaChat/electron_app/images
. After copying it from there, the app starts, but the app content remains empty.tercean commented on 2020-06-28 18:34
This is upgraded to the 1.12.0 prerelease.
To build the latest stable 1.3.2, check out commit a944b7b2808a