mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
mako: update to 1.3.
This commit is contained in:
parent
7447145a7c
commit
3ec74522dc
1 changed files with 10 additions and 4 deletions
|
@ -1,18 +1,24 @@
|
||||||
# Template file for 'mako'
|
# Template file for 'mako'
|
||||||
pkgname=mako
|
pkgname=mako
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
configure_args="-Dzsh-completions=true -Dapparmor=true"
|
||||||
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
|
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
|
||||||
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
|
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
|
||||||
elogind-devel"
|
elogind-devel gdk-pixbuf-devel"
|
||||||
short_desc="Lightweight Wayland notification daemon"
|
short_desc="Lightweight Wayland notification daemon"
|
||||||
maintainer="Emerson Ferreira <me@skrps.me>"
|
maintainer="Emerson Ferreira <me@skrps.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://mako-project.org/"
|
homepage="https://mako-project.org/"
|
||||||
distfiles="https://github.com/emersion/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/emersion/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f
|
checksum=a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f
|
||||||
|
|
||||||
|
conf_files="/etc/apparmor.d/local/fr.emersion.Mako"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
vmkdir etc/apparmor.d/local
|
||||||
|
touch ${DESTDIR}/etc/apparmor.d/local/fr.emersion.Mako
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue