diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template index 1b80bf0d198..3c3d9f5107b 100644 --- a/srcpkgs/dunst/template +++ b/srcpkgs/dunst/template @@ -1,21 +1,24 @@ # Template file for 'dunst' pkgname=dunst -version=1.7.1 +version=1.7.2 revision=1 build_style=gnu-makefile +make_check_target=test make_use_env=yes -make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)" +make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0) SYSCONFDIR=/etc" make_install_args="$make_build_args" hostmakedepends="perl pkg-config" -makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel +makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')" +checkdepends="dbus" +conf_files="/etc/dunst/dunstrc" short_desc="Lightweight and customizable notification daemon" maintainer="Daniel Santana " 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=f61ed3280aee9ec2aac07c44cf3d147df8fe8a6d7b92b6e8ab04e546bff1adce +checksum=e4fa376d327e8a4cd375d00d4c318c93cc0968d4f184ab40da94ca6b30477181 build_options="wayland" build_options_default="wayland"