Date: Wednesday, July 6, 2022 @ 16:23:03
  Author: ainola
Revision: 1246728

Add bash/fish completions

Modified:
  mako/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-06 16:13:20 UTC (rev 1246727)
+++ PKGBUILD    2022-07-06 16:23:03 UTC (rev 1246728)
@@ -4,7 +4,7 @@
 
 pkgname=mako
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
 makedepends=("meson" "scdoc" "systemd" "wayland-protocols")
@@ -33,7 +33,12 @@
 }
 
 build() {
-       arch-meson -Dzsh-completions=true -Dsd-bus-provider=libsystemd 
"$pkgname-$pkgver" build
+       arch-meson \
+               -Dbash-completions=true \
+               -Dfish-completions=true \
+               -Dzsh-completions=true \
+               -Dsd-bus-provider=libsystemd \
+               "$pkgname-$pkgver" build
        ninja -C build
 }
 

Reply via email to