dunst: update to 1.12.2.

This commit is contained in:
reedts 2024-12-07 11:29:22 +01:00 committed by classabbyamp
parent fcbb942173
commit 7d83669c99

View file

@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
version=1.11.0
version=1.12.2
revision=1
build_style=gnu-makefile
make_check_target=test
@ -10,7 +10,7 @@ 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')"
checkdepends="dbus"
checkdepends="dbus dejavu-fonts-ttf"
conf_files="/etc/dunst/dunstrc"
short_desc="Lightweight and customizable notification daemon"
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
@ -18,7 +18,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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
checksum=8f7664bd4e6083e9604e282145fe5b8dee7655fa0b099a5b682a2549e1f33d32
build_options="wayland"
build_options_default="wayland"