aboutsummaryrefslogtreecommitdiffstats
path: root/community/mako
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:07:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commitb5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch)
treeba48db1aed717196c3f9a0632703d67a86e38cdf /community/mako
parente0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff)
downloadaports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2
aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/mako')
-rw-r--r--community/mako/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/mako/APKBUILD b/community/mako/APKBUILD
index be7e2cd541..47ccbe4ce7 100644
--- a/community/mako/APKBUILD
+++ b/community/mako/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=mako
pkgver=1.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight notification daemon for Wayland"
url="https://wayland.emersion.fr/mako/"
arch="all"
@@ -24,8 +24,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/archive/v$pkgv
build() {
meson \
- --prefix /usr \
- --libdir /usr/lib \
+ --prefix=/usr \
+ --libdir=/usr/lib \
+ --buildtype=plain \
-Dicons=enabled \
. build
ninja -C build