index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 /extra/ibus | |
parent | 642d6400c9b9a5b5024023d02c268d614e6d56a2 (diff) |
-rw-r--r-- | extra/ibus/PKGBUILD | 10 |
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 |