aboutsummaryrefslogtreecommitdiffstats
path: root/community/mako/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mako/APKBUILD')
-rw-r--r--community/mako/APKBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/mako/APKBUILD b/community/mako/APKBUILD
index aee9baa23f6..64c7bd21b92 100644
--- a/community/mako/APKBUILD
+++ b/community/mako/APKBUILD
@@ -1,16 +1,16 @@
-# Contributor: Drew DeVault <sir@cmpwn.com>
+# Contributor:
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=mako
-pkgver=1.6
-pkgrel=0
+pkgver=1.8.0
+pkgrel=2
pkgdesc="A lightweight notification daemon for Wayland"
url="https://wayland.emersion.fr/mako/"
arch="all"
license="MIT"
options="!check" # contains no test suite
makedepends="
+ basu-dev
cairo-dev
- elogind-dev
gdk-pixbuf-dev
glib-dev
meson
@@ -21,7 +21,9 @@ makedepends="
wayland-protocols
"
subpackages="
+ $pkgname-dbg
$pkgname-doc
+ $pkgname-bash-completion
$pkgname-fish-completion
$pkgname-zsh-completion
"
@@ -29,7 +31,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/archive/v$pkgv
build() {
abuild-meson \
+ -Dsd-bus-provider=basu \
-Dicons=enabled \
+ -Dbash-completions=true \
-Dfish-completions=true \
-Dzsh-completions=true \
. output
@@ -38,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
"