@RogerDuran/@dequis: Please have a look at the Arch package guidelines (specifically the package etiquette):
- All occurences of
$srcdir
and$pkgdir
have to be quoted - Avoid using makepkg subroutines (e.g.
msg
): useprintf
orecho
instead (or remove altogether, asinstall -v
is sufficiently verbose)
Please also update the relevant depends, makedepends, checkdepends and optdepends (see community/qtile for further info).
Thanks!
Pinned Comments
xiota commented on 2024-09-20 20:36 (UTC) (edited on 2024-09-20 20:49 (UTC) by xiota)
Re: The tests take a very long time to run.
When I adopted this package, checks were disabled. Upon enabling them, I saw a large number of failures. Leaving the checks enabled will prevent problems from going unnoticed.
Users who rebuild frequently may not need to run checks after every build. They may opt for one of the following:
--nocheck
option tomakepkg
to skip the tests.makepkg
to disable checks by default.BUILDENV
array in/etc/makepkg.conf
.--check
option.