summaryrefslogtreecommitdiff
path: root/extra/ibus/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:35:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:35:49 +0200
commit586119e0f475fb994d42f0ac45dee6b8f71591ef (patch)
treeb6654605193958baa9b9acd58ccbf0dc8b5a8a03 /extra/ibus/PKGBUILD
parent5fe14be61832d223ec78a2febb2530ec5420c8f5 (diff)
downloadpackages-586119e0f475fb994d42f0ac45dee6b8f71591ef.tar.xz
extra/ibus: readded vala on i486
Diffstat (limited to 'extra/ibus/PKGBUILD')
-rw-r--r--extra/ibus/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD
deleted file mode 100644
index 59ad3490..00000000
--- a/extra/ibus/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Vala is not bootstrapped on i486
-# disable wayland for now
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//vala/})
- eval "$(
- declare -f build | \
- sed '
- s@./configure@./configure --disable-gtk3 --enable-vala=no --disable-engine --disable-tools@
- s@--enable-wayland@--disable-wayland@
- '
- )"
-
- # some parts of the engine and the tools still require Vala
- source+=('ibus-novala.patch')
- sha512sums+=('4618394f118e67e340831beb71929bed06be4335d2e0e8ce9793459cf19b0bf0255f7757471433036a362b8beb63f12e79832e40b98435e4209bbe04d590b070')
-
- eval "$(
- declare -f prepare | \
- sed '
- /cd/ a \
- patch -Np1 -i "$srcdir/ibus-novala.patch"
- '
- )"
-fi