It seems python-inkex (AUR) is now also a build dependency.
Further, on my system I need to have the pwd
command in lower case on line 21, like so:
PYTHONPYCACHEPREFIX="${pwd}/.cache/cpython/" python setup.py --inkscape-extensions-path="${pkgdir}/usr/share/inkscape/extensions"
Pinned Comments
ConnorBehan commented on 2025-01-01 03:50 (UTC)
To make this work with the latest inkscape, I had to install python-tinycss2.
carlosal1015 commented on 2023-04-09 16:18 (UTC)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.