Yes, the obsolete, broken depends=lcms
is not used by the built code. It should be removed.
And the following lines need to be added to PKGBUILD, to prevent the make tools from unnecessarily force-linking the binaries to lcms:
prepare() {
cd "$srcdir/splashutils-$pkgver"
sed -e '/lcms/d' -i configure.ac
rm -fv configure
autoreconf -fiv
}
Pinned Comments
nemstar commented on 2020-08-12 00:37 (UTC) (edited on 2022-03-05 16:24 (UTC) by nemstar)
README: https://wiki.archlinux.org/index.php/Fbsplash