From 734908dd178c2af20ebec3cbe9fd346a2e97cbdc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Apr 2021 21:26:10 +0200 Subject: extra/libnotify: moved patch from ibus here (was wrong) --- extra/libnotify/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extra/libnotify/PKGBUILD (limited to 'extra/libnotify') diff --git a/extra/libnotify/PKGBUILD b/extra/libnotify/PKGBUILD new file mode 100644 index 00000000..d93f3c86 --- /dev/null +++ b/extra/libnotify/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 -- cgit v1.2.3-54-g00ecf