From 918bee7a964a202d496ae1aa1d77b1751b66d111 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Apr 2021 21:16:13 +0200 Subject: extra/ibus: breaking cycle on gtk3 (i486) and removed from blacklist --- blacklist/i486/rust/ibus | 1 - extra/ibus/PKGBUILD | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 blacklist/i486/rust/ibus create mode 100644 extra/ibus/PKGBUILD diff --git a/blacklist/i486/rust/ibus b/blacklist/i486/rust/ibus deleted file mode 100644 index 698ee90c..00000000 --- a/blacklist/i486/rust/ibus +++ /dev/null @@ -1 +0,0 @@ -rust needs to be bootstrapped first - fun, fun, fun! diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD new file mode 100644 index 00000000..d93f3c86 --- /dev/null +++ b/extra/ibus/PKGBUILD @@ -0,0 +1,10 @@ +# break cycle with gtk3 on i486 +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//gtk3/}) + eval "$( + declare -f build | \ + sed ' + s/arch-meson/arch-meson -Dtests=false/ + ' + )" +fi -- cgit v1.2.3-54-g00ecf