Search Criteria
Package Details: whatsapp-desktop-client-git 1.2.0.r0.g4b41ac0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/whatsapp-desktop-client-git.git (read-only, click to copy) |
---|---|
Package Base: | whatsapp-desktop-client-git |
Description: | A cross-platform desktop application that allows you to use WhatsApp directly on your computer, making it easier to chat with friends and family while working.(Use system-wide electron) |
Upstream URL: | https://snapcraft.io/whatsapp-desktop-client |
Keywords: | electron whatsapp whatsapp-desktop |
Licenses: | MIT |
Conflicts: | whatsapp-desktop-client |
Provides: | whatsapp-desktop-client |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-21 04:08 (UTC) |
Last Updated: | 2025-05-08 08:47 (UTC) |
Dependencies (5)
- electron33AUR (electron33-binAUR)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- nvm (nvm-gitAUR) (make)
Latest Comments
Slug commented on 2025-07-07 23:44 (UTC) (edited on 2025-07-07 23:53 (UTC) by Slug)
Build issues encountered and resolved (Manjaro KDE 25.0.4):
The package currently requires
electron33
, which is no longer available in Manjaro/Arch official repos. I had to manually edit the PKGBUILD to set_electronversion=35
(which is available and works).The first build attempt failed during linking
root_store_tool
with multiple__rustc::*
undefined symbol errors (e.g.,__rustc::__rust_alloc
,__rustc::__rust_dealloc
, etc.). This seems to be related to theprebuilt_rustc_sysroot
provided in the source.Otherwise, the build and installation complete successfully with recent system packages. Thanks for maintaining!