For clarity, I’ll put hunspell in the optdepends
Search Criteria
Package Details: zapzap 5.3.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: | 25 |
Popularity: | 3.14 |
First Submitted: | 2022-09-25 10:47 (UTC) |
Last Updated: | 2024-10-27 07:56 (UTC) |
Dependencies (15)
- dbus-python (python-dbus)
- python-inflect
- python-jaraco.text
- python-pydantic (python-pydantic-gitAUR)
- python-pyqt6
- 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 (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- hunspell (hunspell-gitAUR) (optional) – spell check
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
bordam commented on 2022-10-21 14:04 (UTC)
bordam commented on 2022-10-20 23:32 (UTC)
@elppans you need to install the hunspell package for your language
elppans commented on 2022-10-20 04:27 (UTC)
Hi, Dictionary doesn't work. Does it work for you?
bordam commented on 2022-10-17 14:49 (UTC)
Reminder for myself: next version won't need the patch
bordam commented on 2022-10-17 14:33 (UTC)
@elppans Thanks for noticing it, I commited a change in the PKGBUILD to patch the source and workaround this issue. Autostart works!!
elppans commented on 2022-10-17 03:55 (UTC)
@musiclover Testado e aprovado
Somente uma observação:
Ao ativar o Autostart, é criado um ícone em ~/.config/autostart, porém como não tenho Flatpak instalado o mesmo não inicia, pois no campo "Exec" está assim:
Exec=/usr/bin/flatpak run com.rtosta.zapzap --hideStart
Após modificar para ser executado o comando direto, foi iniciado com sucesso:
Exec=/usr/bin/zapzap --hideStart
bordam commented on 2022-09-25 18:00 (UTC)
A message from the developer:
Autostart will not work and there are some settings when running outside of flatpak that need to be removed. It won't take long to release the fix for that.
bordam commented on 2022-09-25 17:59 (UTC)
@Auerhuhn done, thanks for reporting this!
Auerhuhn commented on 2022-09-25 12:25 (UTC)
@musiclover Thank you for maintaining this.
Would you please add python-setuptools
to makedepends
? The build is failing for me (from a clean chroot) otherwise. Thanks!
Pinned Comments
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.: