dunst: update to 1.10.0.

===================================================================================
Release Notes For v1.10.0
===================================================================================

It's been a while since the last release. That does not mean that the
development has been stagnent. There are some long requested features have been
implemented, like a do not disturb mode in the form of multiple pause levels.
You can specify the priority of notification and selectively pause them. The
progress bar rendering for low progress values has been fixed, with preparation
work being done for more progress bar customization.

Since dunst gained Wayland support, Wayland received a lot of development.
Dunst needed to do some catchup for that. A new Wayland idle protocol is
implemented and support for Wayland touch screens and multi-seat has been
added. It's now also possible to specify displays by their port name, instead
of number.

Take a look at the changelog for all the bug fixes and improvements.
This commit is contained in:
wiz 2024-03-10 08:25:45 +00:00
parent 8fa65a0ab6
commit 775040386d
3 changed files with 8 additions and 21 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.33 2024/02/21 14:30:58 wiz Exp $
# $NetBSD: Makefile,v 1.34 2024/03/10 08:25:45 wiz Exp $
DISTNAME= dunst-1.9.2
PKGREVISION= 5
DISTNAME= dunst-1.10.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=dunst-project/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.14 2024/02/21 12:55:17 wiz Exp $
$NetBSD: distinfo,v 1.15 2024/03/10 08:25:45 wiz Exp $
BLAKE2s (dunst-1.9.2.tar.gz) = bd64bbe477f2f40170133ec3658e8b8b43cbc509bf3e2b0ad8fceaac41cb0097
SHA512 (dunst-1.9.2.tar.gz) = fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc
Size (dunst-1.9.2.tar.gz) = 4614703 bytes
SHA1 (patch-Makefile) = 5f18a554e72da0f741a39eb188a53169e845bcd9
BLAKE2s (dunst-1.10.0.tar.gz) = a997fc8a451540a5d38f1bb7a885cfed55c5f814e5a73fa7929666d03d593530
SHA512 (dunst-1.10.0.tar.gz) = e7e453c9470a063cdee4602315b22c1c8bcbf1405d3c295bccf01ae4e1b535e11b7323313b63cfc510e38ea8243117d550e6057df15924bbd4efb7e0b7f9a709
Size (dunst-1.10.0.tar.gz) = 4639084 bytes
SHA1 (patch-Makefile) = ec9c9c3fec24fd0de9dae959ace8285ea5776415
SHA1 (patch-src_input.c) = dbc9294cccb37048972ac7c0d01bbe65362a9111
SHA1 (patch-src_x11_x.c) = 94a4b65bde1a0e4325a0fe76939b4ce4112f2a58

View File

@ -1,21 +1,9 @@
$NetBSD: patch-Makefile,v 1.9 2024/02/21 12:55:17 wiz Exp $
$NetBSD: patch-Makefile,v 1.10 2024/03/10 08:25:45 wiz Exp $
Use BSD_INSTALL.
Fix find(1) usage on non-GNU systems.
https://github.com/dunst-project/dunst/pull/1288
--- Makefile.orig 2023-04-20 16:55:58.000000000 +0000
+++ Makefile
@@ -35,7 +35,7 @@ LDFLAGS := ${DEFAULT_LDFLAGS} ${LDFLAGS}
ifeq (0,${WAYLAND})
# without wayland support
-SRC := $(sort $(shell ${FIND} src/ -not \( -path src/wayland -prune \) -name '*.c'))
+SRC := $(sort $(shell ${FIND} src/ ! \( -path src/wayland -prune \) -name '*.c'))
else
# with Wayland support
SRC := $(sort $(shell ${FIND} src/ -name '*.c'))
@@ -187,22 +187,22 @@ clean-wayland-protocols:
install: install-dunst install-dunstctl install-dunstrc install-service