project.conf: pkg.requires.build.os: -inkscape, +cpio

Remove dependency inkscape: It's needed by svg-to-pixmap.mk, but not
for building jw-pkg. If anything, -devel should depend on it, but
that seems a little heavy handed and can be achieved by packages
which know that they include svg-to-pixmap.mk.

Add dependency cpio: Needed by pkg.sh to copy a the source file tree.
Will be removed again as soon as pkg.sh goes Python.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-03-14 10:09:56 +01:00
commit b7b2e9d5f4

View file

@ -19,8 +19,8 @@ devel = jw-pkg-run = VERSION-REVISION
[pkg.requires.os] [pkg.requires.os]
run = bash run = bash
build = make, xdg-utils, coreutils, inkscape build = make, xdg-utils, coreutils, cpio
devel = sudo, make, gawk devel = sudo, make, gawk, pkg-config
[pkg.requires.centos] [pkg.requires.centos]
run = hostname, python run = hostname, python