void-packages/srcpkgs/dunst/template
biopsin 60ec8acd95 dunst: update to 1.6.1
Drop make_build_target it defaults to all
Add wayland support (default force_wayland = false)
Drop binary files install it's now handled too

update
2021-02-26 21:12:03 -03:00

24 lines
877 B
Bash

# Template file for 'dunst'
pkgname=dunst
version=1.6.1
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)"
hostmakedepends="perl pkg-config"
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
short_desc="Lightweight and customizable notification daemon"
maintainer="Daniel Santana <daniel@santana.tech>"
license="BSD-3-Clause"
homepage="https://dunst-project.org"
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
checksum=cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
build_options="wayland"
build_options_default="wayland"
post_install() {
vlicense LICENSE
}