diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 21:16:13 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 21:16:13 +0200 |
commit | 918bee7a964a202d496ae1aa1d77b1751b66d111 (patch) | |
tree | 087752ef11193f22c968138ca129d277950cc0a1 | |
parent | 642d6400c9b9a5b5024023d02c268d614e6d56a2 (diff) | |
download | packages-918bee7a964a202d496ae1aa1d77b1751b66d111.tar.xz |
extra/ibus: breaking cycle on gtk3 (i486) and removed from blacklist
-rw-r--r-- | blacklist/i486/rust/ibus | 1 | ||||
-rw-r--r-- | extra/ibus/PKGBUILD | 10 |
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 |