1 2 3 4
# glade needs gjs which needs js78 which builds only with rust (on i486) if [ "$CARCH" = 'i486' ]; then makedepends=(${makedepends[@]//glade/}) fi