Search Criteria
Package Details: stickerpicker-git r100.4c13a2c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/stickerpicker-git.git (read-only, click to copy) |
|---|---|
| Package Base: | stickerpicker-git |
| Description: | Element sticker picker widget |
| Upstream URL: | https://github.com/maunium/stickerpicker |
| Keywords: | matrix |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | stickerpicker |
| Provides: | stickerpicker |
| Submitter: | xiretza |
| Maintainer: | lapsus |
| Last Packager: | lapsus |
| Votes: | 3 |
| Popularity: | 0.31 |
| First Submitted: | 2022-05-23 17:52 (UTC) |
| Last Updated: | 2026-05-07 12:37 (UTC) |
Dependencies (13)
- python
- python-aiohttp
- python-cryptgAUR
- python-magic (python-magic-gitAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-telethonAUR (python-tulir-telethonAUR, python-telethon-gitAUR)
- python-yarl
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, freenginx-mainline-hgAUR, nginx-quic-libresslAUR, freenginx-mainlineAUR, tengineAUR, tengine-extraAUR, angieAUR, freenginx-libresslAUR, nginx-mainline) (optional) – reverse proxy example configuration
Latest Comments
30p87 commented on 2026-01-11 18:37 (UTC)
In the patchfile, line 21 needs to end in 'Tuple[matrix.StickerInfo, bytes]:' not in 'matrix.StickerInfo:', as that was changed in the thumbnail fixing commit in March 25.
00ein00 commented on 2025-08-25 11:23 (UTC) (edited on 2025-08-25 12:30 (UTC) by 00ein00)
The build fails in prepare() because the patch 0001-Change-default-dirs-to-point-to-package-directories.patch no longer applies cleanly to the upstream sticker/stickerimport.py (hunk fails). The patch expected two constants to exist:
They’re missing in some upstream versions, so the patch hunk fails.
Some basic instructions to fix:
1. insert the two defaults right after the import line:
2. remove any .rej and build
This will add the two lines the patch expects and allow makepkg to proceed.