Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/dunst/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
version=1.13.1
version=1.13.2
revision=1
build_style=gnu-makefile
make_check_target=test
Expand All @@ -9,7 +9,8 @@ make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0) SYSCONFDIR=/etc"
make_install_args="$make_build_args"
hostmakedepends="perl pkg-config"
makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')
pango-devel"
checkdepends="dbus dejavu-fonts-ttf"
conf_files="/etc/dunst/dunstrc"
short_desc="Lightweight and customizable notification daemon"
Expand All @@ -18,7 +19,7 @@ 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=a578e5c2cdb546187355c710f1aa84c472e6e23828e692fe1cb0ebb9635b11a6
checksum=c68645cecef4a45840cd67c19a18a3a21ecae6b331e9864c2b745c31aee5fc85

build_options="wayland"
build_options_default="wayland"
Expand Down