summaryrefslogtreecommitdiff
path: root/extra/ibus
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-09 21:26:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-09 21:26:10 +0200
commit734908dd178c2af20ebec3cbe9fd346a2e97cbdc (patch)
tree5088e533d926ce7ef397190323f2b032c70e7b3d /extra/ibus
parent918bee7a964a202d496ae1aa1d77b1751b66d111 (diff)
downloadpackages-734908dd178c2af20ebec3cbe9fd346a2e97cbdc.tar.xz
extra/libnotify: moved patch from ibus here (was wrong)
Diffstat (limited to 'extra/ibus')
-rw-r--r--extra/ibus/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
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