diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-08 02:17:55 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-08 02:17:55 +0000 |
| commit | d9b736680798c984735a0f4437f968e5733d978c (patch) | |
| tree | e774cbdfcee4c5b0b970c35576800137c9f5717a /repos | |
| parent | 352b06be03bc41a536995c1c465df3704fe2baa1 (diff) | |
| download | alicelinux-d9b736680798c984735a0f4437f968e5733d978c.tar.gz alicelinux-d9b736680798c984735a0f4437f968e5733d978c.zip | |
dunst: updated to 1.13.0
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/dunst/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/dunst/.files | 20 | ||||
| -rw-r--r-- | repos/extra/dunst/abuild | 2 |
3 files changed, 6 insertions, 18 deletions
diff --git a/repos/extra/dunst/.checksum b/repos/extra/dunst/.checksum index f9b792d7..bb651dd4 100644 --- a/repos/extra/dunst/.checksum +++ b/repos/extra/dunst/.checksum @@ -1 +1 @@ -c3206f5cbda1cd69d0981f81f0b5578ac70e752a18d0a8cd530fe6c739facb63 dunst-1.12.2.tar.gz +63f1e2ef9305e4c824f3ddd82b1070c9186f51a172f3e92d76ce675cff4355bb dunst-1.13.0.tar.gz diff --git a/repos/extra/dunst/.files b/repos/extra/dunst/.files index 1489e55e..d57bd817 100644 --- a/repos/extra/dunst/.files +++ b/repos/extra/dunst/.files @@ -1,24 +1,16 @@ drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/dunst/ --rw-r--r-- root/root etc/dunst/dunstrc.new +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/dunst/ +-rw-r--r-- root/root etc/xdg/dunst/dunstrc.new drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dunst -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 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/org.knopwob.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 +-rw-r--r-- root/root usr/share/dbus-1/services/dunst.service 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 @@ -26,7 +18,3 @@ 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 diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild index ce13a75c..ba9f35f7 100644 --- a/repos/extra/dunst/abuild +++ b/repos/extra/dunst/abuild @@ -1,5 +1,5 @@ name=dunst -version=1.12.2 +version=1.13.0 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" [ -f $SPM_PKGDB/libx11 ] || export X11=0 |