aboutsummaryrefslogtreecommitdiffstats
path: root/community/mako/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mako/APKBUILD')
-rw-r--r--community/mako/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/mako/APKBUILD b/community/mako/APKBUILD
index caf8655defc..64c7bd21b92 100644
--- a/community/mako/APKBUILD
+++ b/community/mako/APKBUILD
@@ -1,8 +1,8 @@
-# Contributor: Drew DeVault <sir@cmpwn.com>
+# Contributor:
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=mako
-pkgver=1.6
-pkgrel=1
+pkgver=1.8.0
+pkgrel=2
pkgdesc="A lightweight notification daemon for Wayland"
url="https://wayland.emersion.fr/mako/"
arch="all"
@@ -21,7 +21,9 @@ makedepends="
wayland-protocols
"
subpackages="
+ $pkgname-dbg
$pkgname-doc
+ $pkgname-bash-completion
$pkgname-fish-completion
$pkgname-zsh-completion
"
@@ -31,6 +33,7 @@ build() {
abuild-meson \
-Dsd-bus-provider=basu \
-Dicons=enabled \
+ -Dbash-completions=true \
-Dfish-completions=true \
-Dzsh-completions=true \
. output
@@ -39,11 +42,8 @@ build() {
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
-
- # move fish completion files where they are expected
- mv "$pkgdir"/usr/share/fish/vendor_completions.d "$pkgdir"/usr/share/fish/completions
}
sha512sums="
-1b503779b5607ae072d72ba43a2c4557fdf9fdad113e5a2370eb2e603e51422b3a483ac5f4a948ae33d62e7d9e86a6bbc89b2cba98647c4789505a49981c8baf mako-1.6.tar.gz
+d187c00296f3c3d4fb2c5964a95e1ac6ab74deb7dc27633d8e8301d60d90e4dc92b0ee66953670c42a3c08160536a4126ee747214c4ea05a30a80fd5e2004ad0 mako-1.8.0.tar.gz
"