Skip to content

Commit 326332c

Browse files
committed
dunst: update to 1.13.1.
## 1.13.1 -- 2026-01-23 ### Added - Added basic zsh and bash completions for notify-send (#1510) - Install shell completions in the meson build (#1511) - Connect `dunstctl reload` to systemctl service reloading (#1515) - Add an option to pause timeout while the notification is being hovered (#1534) ### Changed - Rename dunstify options similarly to notify-send (old names are now aliases) (#1510) - Improve warning for invalid numbers in dunstctl (#1524) - Add systemd ordering after graphical-session.target (#1527 ) ### Fixed - Ensure PropertiesChanged signal is sent when handling SIGUSR (#1505, #832) - Fix the icon transfer logic (regression from 1.13.0) (#1521, #1532, #1471)
1 parent 73d0fd1 commit 326332c

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

x11/dunst/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.51 2026/01/07 08:49:28 wiz Exp $
1+
# $NetBSD: Makefile,v 1.52 2026/01/25 23:04:11 wiz Exp $
22

3-
DISTNAME= dunst-1.13.0
4-
PKGREVISION= 3
3+
DISTNAME= dunst-1.13.1
54
CATEGORIES= x11
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=dunst-project/}
76
GITHUB_TAG= v${PKGVERSION_NOREV}

x11/dunst/PLIST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.6 2024/12/26 11:04:35 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.7 2026/01/25 23:04:11 wiz Exp $
22
bin/dunst
33
bin/dunstctl
44
bin/dunstify
@@ -8,10 +8,12 @@ man/man1/dunstify.1
88
man/man5/dunst.5
99
share/bash-completion/completions/dunst
1010
share/bash-completion/completions/dunstctl
11+
share/bash-completion/completions/dunstify
1112
share/dbus-1/services/org.knopwob.dunst.service
1213
share/dunst/dunstrc
1314
share/fish/vendor_completions.d/dunst.fish
1415
share/fish/vendor_completions.d/dunstctl.fish
1516
share/fish/vendor_completions.d/dunstify.fish
1617
share/zsh/site-functions/_dunst
1718
share/zsh/site-functions/_dunstctl
19+
share/zsh/site-functions/_dunstify

x11/dunst/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.21 2025/08/10 10:31:30 wiz Exp $
1+
$NetBSD: distinfo,v 1.22 2026/01/25 23:04:11 wiz Exp $
22

3-
BLAKE2s (dunst-1.13.0.tar.gz) = fc1cd3944533bff9f6aadf5c63178cd8612eb6026c0cf6054f70054ce9509e0d
4-
SHA512 (dunst-1.13.0.tar.gz) = c869b1314bdfd4125bbf31102a271af12774242ff56eb2d2c0a2900fdb6b495ec0ff9adad111a32d4c52c342f510592cbaaa413b166bd3fe6cf820ae4ff16d01
5-
Size (dunst-1.13.0.tar.gz) = 4664717 bytes
3+
BLAKE2s (dunst-1.13.1.tar.gz) = 0873976995fd688bd4691dc6b4cd1dcda4f1d0e0c7229bb2f9a2d8f3388742b7
4+
SHA512 (dunst-1.13.1.tar.gz) = 3475fdf5cbe5ba73562e02746d2fbafc8b260ca3b8dae7b70774c17ba722fe53c844e3bc55e25d51905f1cb73ed22b4d35e2b41f511d428136b1a9ba6f9f2522
5+
Size (dunst-1.13.1.tar.gz) = 4666210 bytes
66
SHA1 (patch-Makefile) = e9ff8d9ba075b4f232fe9e0378476bf412b0b503

0 commit comments

Comments
 (0)