# no gcr on i486 makedepends=(${makedepends[@]//gcr/}) makedepends_i686+=(gcr) makedepends_pentium4=("${makedepends_i686[@]}") # no Gnome 3 on i486 if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' s/--enable-pinentry-gnome3/--disable-pinentry-gnome3/ ' )" fi # disable qt6 and wayland on i486 if [ "${CARCH}" = "i486" ]; then makedepends=(${makedepends[@]//qt6-base/}) makedepends=(${makedepends[@]//kwayland5/}) eval "$( declare -f build | \ sed ' s/--enable-pinentry-qt/--disable-pinentry-qt/ ' )" fi