Search Criteria
Package Details: threema-desktop 1.2.50-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/threema-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | threema-desktop |
| Description: | Threema Desktop (Threema Web in Electron). |
| Upstream URL: | https://github.com/threema-ch/threema-web-electron |
| Licenses: | AGPL-3.0-only |
| Submitter: | dbrgn |
| Maintainer: | dbrgn |
| Last Packager: | dbrgn |
| Votes: | 16 |
| Popularity: | 0.000007 |
| First Submitted: | 2021-10-27 10:38 (UTC) |
| Last Updated: | 2026-03-13 13:33 (UTC) |
Dependencies (4)
- electron37 (electron37-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs-lts-krypton (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
dbrgn commented on 2025-07-15 21:51 (UTC)
hardfalcon: I used most of your suggested PKGBUILD.
electron37 is not yet in the regular Arch package sources, so I used 36 instead.
hardfalcon commented on 2025-07-15 04:21 (UTC) (edited on 2025-07-15 04:23 (UTC) by hardfalcon)
Here's a PKGBUILD that works for me, and that also moves the "download JS cruft" part from the
build()into theprepare()function:hardfalcon commented on 2025-07-15 04:20 (UTC)
Trying to build this package in a clean chroot fails because something in that obscure Node/NPM cruft stack tries to use python3, which is not installed, because the
pythonpackage is hasn't been added to themakedependsarray.When I add
pythonto themakedepsarray, the build fails because thedistutilsmodule in python is missing. However, this module has been removed in Python 3.13, so you'd have to usepython312, which is another AUR package and takes a while to build.These issues seem to occur only if another Node version than 20.x is used, so an easy way to fix this without requiring any python packages at all is to use
nodejs-lts-ironinstead ofnodejs-lts-jod.Also, the
electron34dependency should be updated toelectron36because Electron 34 is EOL since 2025-06-24 (upstream still uses electron 32.2.0 although Electron 32 has been EOL since 2025-03-04).<deleted-account> commented on 2025-06-08 10:58 (UTC)
NodeJS 22 is perfectly fine. This is the latest LTS Version. NodeJS 24 is NOT (yet) LTS. The
nodejs-ltspackage always installs to the latest LTS version (which is 22 at the moment). 24 will most likely become LTS in October, I think.dbrgn commented on 2025-06-07 20:00 (UTC)
Kayahr: My initial testing was insufficient - I now realized that some of the deps are incompatible with NodeJS 24. I reverted to 22 (the previous LTS).
dbrgn commented on 2025-06-07 19:43 (UTC)
Kayahr: Upstream tests with NodeJS 20, which is LTS until April next year.
I changed the dependency to
nodejs. As long as nothing breaks we can keep that, but otherwise I'd revert to NodeJS 20.<deleted-account> commented on 2025-06-06 21:05 (UTC)
Why is this package suddenly depending on an old version of nodejs? When I try to update from 1.2.47-1 to 1.2.47-2 then it wants to replace the current LTS version of Node.js (nodejs-lts-jod-22.16.0-1) with the previous lts version (nodejs-lts-iron-20.19.2-1).
EDIT: Ok, this is no current change. It used nodejs 20 for quite some time and I guess I installed Nodejs 22 AFTER installing the previous version of the Threema package. And now the Threema package update wants to install Nodejs 20 again. Is it possible that you upgrade your package to use the CURRENT lts version instead of the previous one, please?
dbrgn commented on 2024-12-20 21:54 (UTC)
@dreieck: While you are right of course, Threema Web (and thus also Threema Desktop 1.x) is in maintenance mode and will be replaced with the Desktop 2.x application soonish: https://three.ma/md Thus I don't plan to make any big changes to this package as long as the current version works.
Working patches would be welcome of course, but I'm not sure it's worth the effort.
dreieck commented on 2024-12-20 11:31 (UTC)
This downloads stuff in
build(). This should not happen,build()(andpackage()) should not require network access.Please download the
nodeandnpmspecific stuff inprepare().Regards and thankgs for the package!
dbrgn commented on 2024-01-27 17:42 (UTC)
@Mailaender: Oof, sorry, that was a stupid copy-paste-error. It is fixed now, thanks for the note.
1 2 3 4 5 6 7 Next › Last »