Search Criteria
Package Details: stickerpicker-git r78.99ced88-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: | AGPL3 |
Conflicts: | stickerpicker |
Provides: | stickerpicker |
Submitter: | xiretza |
Maintainer: | xiretza |
Last Packager: | xiretza |
Votes: | 2 |
Popularity: | 0.45 |
First Submitted: | 2022-05-23 17:52 (UTC) |
Last Updated: | 2022-05-23 17:52 (UTC) |
Dependencies (13)
- python (python37AUR)
- python-aiohttp
- python-cryptgAUR
- python-magic (python-magic-gitAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-telethonAUR (python-telethon-gitAUR, python-tulir-telethonAUR)
- python-yarl
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
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.