summaryrefslogtreecommitdiff
path: root/extra/libnotify
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/libnotify
parent918bee7a964a202d496ae1aa1d77b1751b66d111 (diff)
downloadpackages-734908dd178c2af20ebec3cbe9fd346a2e97cbdc.tar.xz
extra/libnotify: moved patch from ibus here (was wrong)
Diffstat (limited to 'extra/libnotify')
-rw-r--r--extra/libnotify/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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