alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit b58c01f0ec8904247c82209b8b4bc4f94d631cbb
parent e56266a2df134da59ca6041c332ef47cf797dfe1
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Sun, 25 Jan 2026 05:05:28 +0000

dunst: updated to 1.13.1

Diffstat:
Mrepos/extra/dunst/.checksum | 2+-
Mrepos/extra/dunst/.files | 15+++++++++++++++
Mrepos/extra/dunst/abuild | 2+-
3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/repos/extra/dunst/.checksum b/repos/extra/dunst/.checksum @@ -1 +1 @@ -63f1e2ef9305e4c824f3ddd82b1070c9186f51a172f3e92d76ce675cff4355bb dunst-1.13.0.tar.gz +703439d798d5671e817ec0d8848fe02368d5de37ec82409f47edd5020650ff77 dunst-1.13.1.tar.gz diff --git a/repos/extra/dunst/.files b/repos/extra/dunst/.files @@ -8,9 +8,19 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dunstctl -rwxr-xr-x root/root usr/bin/dunstify drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/dunst +-rw-r--r-- root/root usr/share/bash-completion/completions/dunstctl +-rw-r--r-- root/root usr/share/bash-completion/completions/dunstify drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/dunst.service +drwxr-xr-x root/root usr/share/fish/ +drwxr-xr-x root/root usr/share/fish/vendor_completions.d/ +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunst.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstctl.fish +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/dunstify.fish drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dunst.1.gz @@ -18,3 +28,8 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dunstify.1.gz drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/dunst.5.gz +drwxr-xr-x root/root usr/share/zsh/ +drwxr-xr-x root/root usr/share/zsh/site-functions/ +-rw-r--r-- root/root usr/share/zsh/site-functions/_dunst +-rw-r--r-- root/root usr/share/zsh/site-functions/_dunstctl +-rw-r--r-- root/root usr/share/zsh/site-functions/_dunstify diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild @@ -1,5 +1,5 @@ name=dunst -version=1.13.0 +version=1.13.1 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" [ -f $SPM_PKGDB/libx11 ] || export X11=0