index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 21:26:10 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 21:26:10 +0200 |
commit | 734908dd178c2af20ebec3cbe9fd346a2e97cbdc (patch) | |
tree | 5088e533d926ce7ef397190323f2b032c70e7b3d /extra/ibus | |
parent | 918bee7a964a202d496ae1aa1d77b1751b66d111 (diff) |
-rw-r--r-- | extra/ibus/PKGBUILD | 10 |
diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD deleted file mode 100644 index d93f3c86..00000000 --- a/extra/ibus/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# 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 |