mako: update to 1.3.

This commit is contained in:
maxice8 2019-04-19 20:21:36 -03:00 committed by maxice8
parent 7447145a7c
commit 3ec74522dc

View file

@ -1,18 +1,24 @@
# Template file for 'mako'
pkgname=mako
version=1.2
version=1.3
revision=1
build_style=meson
configure_args="-Dzsh-completions=true -Dapparmor=true"
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
elogind-devel"
elogind-devel gdk-pixbuf-devel"
short_desc="Lightweight Wayland notification daemon"
maintainer="Emerson Ferreira <me@skrps.me>"
license="MIT"
homepage="https://mako-project.org/"
distfiles="https://github.com/emersion/$pkgname/archive/v$version.tar.gz"
checksum=56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f
distfiles="https://github.com/emersion/${pkgname}/archive/v${version}.tar.gz"
checksum=a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f
conf_files="/etc/apparmor.d/local/fr.emersion.Mako"
post_install() {
vlicense LICENSE
vmkdir etc/apparmor.d/local
touch ${DESTDIR}/etc/apparmor.d/local/fr.emersion.Mako
}