summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist/i486/rust/ibus1
-rw-r--r--extra/ibus/PKGBUILD10
2 files changed, 10 insertions, 1 deletions
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