ERROR Missing dependencies: setuptools jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.6.1 setuptools>=40.8.0 jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.6.1 setuptools jaraco.text -> inflect -> pydantic>=1.9.1 -> pydantic-core==2.10.1 -> typing-extensions>=4.6.0 setuptools>=40.8.0 jaraco.text -> inflect -> pydantic>=1.9.1 -> pydantic-core==2.10.1 -> typing-extensions>=4.6.0
Search Criteria
Package Details: zapzap 6.0.1.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zapzap.git (read-only, click to copy) |
---|---|
Package Base: | zapzap |
Description: | WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine |
Upstream URL: | https://github.com/rafatosta/zapzap |
Licenses: | GPL3 |
Submitter: | bordam |
Maintainer: | alllexx88 (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 35 |
Popularity: | 3.21 |
First Submitted: | 2022-09-25 10:47 (UTC) |
Last Updated: | 2025-03-08 07:56 (UTC) |
Dependencies (15)
- dbus-python (python-dbus)
- python-inflect
- python-jaraco.text
- python-pydantic
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-typing_extensions
- qt6-wayland
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- hunspell (hunspell-gitAUR) (optional) – spell check
Required by (0)
Sources (1)
papa33 commented on 2023-11-01 10:12 (UTC)
neranjana commented on 2023-10-29 08:40 (UTC) (edited on 2023-10-29 08:40 (UTC) by neranjana)
System tray icon is not visible, but can be clicked.
OS : Manajro Linux
Version : 4.5.2-1 (AUR)
petronny commented on 2023-06-01 06:38 (UTC)
==> Extracting sources...
-> Creating working copy of zapzap git repo...
Cloning into 'zapzap'...
done.
fatal: invalid reference: v4.4.6
==> ERROR: Failure while creating working copy of zapzap git repo
https://github.com/arch4edu/aur-auto-update/actions/runs/5140995050/jobs/9253004635
elppans commented on 2023-05-13 02:31 (UTC)
Com a atualização do python para a versão 3.11, o aplicativo parou de funcionar, mas resolvi apenas removendo, limpando e reinstalando utilizando o yay:
yay -Rsunc zapzap
yay -Scc --noconfirm
yay -S zapzap
doppelhelix commented on 2023-05-06 16:28 (UTC) (edited on 2023-05-06 16:29 (UTC) by doppelhelix)
@rogeriotds
You may need to rebuild any Python packages you've installed from the AUR. To get a list of them, you can run:
pacman -Qoq /usr/lib/python3.10
And to rebuild them all at once with an AUR helper such as yay, you can do:
yay -S $(pacman -Qoq /usr/lib/python3.10) --answerclean All
But if any of the packages don't work with Python 3.11 yet, this might fail halfway through and you'll have to do rebuild the remaining ones one or a few at a time.
rogeriotds commented on 2023-05-04 14:45 (UTC)
Hello. After updating python to version 3.11, zapzap stopped working.
broken.pipe commented on 2023-04-12 03:59 (UTC) (edited on 2023-04-12 04:00 (UTC) by broken.pipe)
I get the following error, any ideas?
warning: copy relocation against non-copyable protected symbol _ZN10QByteArray6_emptyE' in
/usr/lib/qt6/../libQt6Core.so.6'
/usr/lib/qt6/QtWebEngineProcess: _ZN10QByteArray6_emptyE: /usr/lib/qt6/../libQt6Core.so.6: error due to GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS
bordam commented on 2022-12-17 22:04 (UTC)
@ochiman a more elegant solution would be to create a package for that and publish it in the AUR. If you are interested (and you need help doing that) you can DM me on matrix @bordam:matrix.org
ochiman commented on 2022-12-14 16:05 (UTC) (edited on 2022-12-14 16:11 (UTC) by ochiman)
My pt_BR hunspell won't work, so I did a simple bash script fix.
#!/bin/bash
wget "https://github.com/cvsuser-chromium/third_party_hunspell_dictionaries/raw/master/pt-BR-3-0.bdic" -O pt_BR.bdic
sudo mv 'pt_BR.bdic' /usr/share/qt6/qtwebengine_dictionaries/
sudo chown root:root /usr/share/qt6/qtwebengine_dictionaries/pt_BR.bdic
sudo ln -s "../../qt6/qtwebengine_dictionaries/pt_BR.bdic" "/usr/share/qt/qtwebengine_dictionaries/pt_BR.bdic"
Hope it helps
PS: don't run before read the code and knowing what this script do, it will download and place the missing file in the system directory
PSS: i don't know how to mark as code in here
bordam commented on 2022-10-21 14:04 (UTC)
For clarity, I’ll put hunspell in the optdepends
Pinned Comments
alllexx88 commented on 2024-12-24 08:51 (UTC)
Since python has recently been upgraded to 3.13, you need to rebuild the package if you installed it last before the upgrade, e.g., with
yay
(thanks @marco.righi) you can:alllexx88 commented on 2024-04-06 19:31 (UTC)
This PKGBUILD uses a
pacman
feature to compute checksums in CVS packages, which requirespacman>=6.1.0
. If you're coming from Manjaro or an other Arch-based distro withpacman<6.1.0
, you need to pass--skipchecksums
tomakepkg
, if building manually, or, if installing withyay
, add--mflags --skipchecksums
, e.g.: