From 586119e0f475fb994d42f0ac45dee6b8f71591ef Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 13 May 2021 21:35:49 +0200 Subject: extra/ibus: readded vala on i486 --- extra/ibus/PKGBUILD | 24 ------------------------ extra/ibus/ibus-novala.patch | Bin 1542 -> 0 bytes 2 files changed, 24 deletions(-) delete mode 100644 extra/ibus/PKGBUILD delete mode 100644 extra/ibus/ibus-novala.patch (limited to 'extra') 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 diff --git a/extra/ibus/ibus-novala.patch b/extra/ibus/ibus-novala.patch deleted file mode 100644 index 0619f02b..00000000 Binary files a/extra/ibus/ibus-novala.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf