Package Details: deltachat-desktop-git monorepo.testrelease.rc1.r7.gbdca27289-1

Git Clone URL: https://aur.archlinux.org/deltachat-desktop-git.git (read-only, click to copy)
Package Base: deltachat-desktop-git
Description: A privacy oriented chat application built on e-mail
Upstream URL: https://github.com/deltachat/deltachat-desktop
Licenses: GPL
Submitter: Jikstra
Maintainer: Jikstra (link2xt)
Last Packager: link2xt
Votes: 10
Popularity: 0.000000
First Submitted: 2018-12-17 18:10 (UTC)
Last Updated: 2024-10-10 15:30 (UTC)

Latest Comments

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

elovin commented on 2020-04-18 15:45 (UTC) (edited on 2020-04-18 16:25 (UTC) by elovin)

@Jikstra currently the build fails because the core rust code requires a rust nightly compiler

rustc --explain E0554` tells me:

"Feature attributes are only allowed on the nightly release channel. Stable or beta compilers will not comply"

Installing the rustup package (which replaces rust) was however enough for the build to pass.

Tio commented on 2020-03-15 18:14 (UTC)

Weird as it works now....I am using Pacman. Thanks for teh quick reply and testing! I did nothing....I simply tried again. Who knows why the error....

elovin commented on 2020-03-15 15:03 (UTC)

@Tio npm ist listed in the pkgbuild as a dependency so this should not happen, I tried to reproduce this error by first removing npm and then running makepkg -si but as expected it pulled in npm as a build dependency. I then tried to reproduce your error by running makepkg -si inside a clean archlinux docker container but again as expected it pulled in npm as a build dependency.

What command and/or aur helper did you use ?

Tio commented on 2020-03-13 22:23 (UTC)

Error:

Building deltachat-desktop-git...
==> Making package: deltachat-desktop-git v0.999.1.r83.g4fbb8a79-1 (Fri 13 Mar 2020 11:23:06 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> npm
==> ERROR: Could not resolve all dependencies.

elovin commented on 2020-03-11 13:46 (UTC)

@Jikstra thank you for the fast response. So the .SRCINFO file was the problem, good to know :)

Jikstra commented on 2020-03-11 13:42 (UTC)

@elovin done :)

elovin commented on 2020-03-11 13:22 (UTC)

@Jikstra Can you update the pkgver variable to a newer version ? The pkgbuild works fine but when using yay it constantly wants to rebuild it because the pkgver variable and method mismatch:

'aur/deltachat-desktop-git r1.1.0.r1.g8602c727-1 -> v0.999.1.r83.g4fbb8a79-1'

Jikstra commented on 2020-02-12 17:13 (UTC)

@elovin thanks for reporting, just updated the AUR package, should be fixed now. Electron4 is not needed, we upgraded to electron6 but i forgot to change it in the deltachat-desktop.sh script.