mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dunst: update to 1.11.0
Completions are considered official now [1], and are included in the post install process. [1] https://github.com/dunst-project/dunst/releases/tag/v1.11.0
This commit is contained in:
parent
160d08973b
commit
e904edcdf2
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dunst'
|
# Template file for 'dunst'
|
||||||
pkgname=dunst
|
pkgname=dunst
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -18,11 +18,18 @@ license="BSD-3-Clause"
|
||||||
homepage="https://dunst-project.org"
|
homepage="https://dunst-project.org"
|
||||||
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
||||||
checksum=d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f
|
checksum=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vcompletion completions/dunst.bashcomp bash
|
||||||
|
vcompletion completions/dunstctl.bashcomp bash
|
||||||
|
vcompletion completions/dunst.fishcomp fish
|
||||||
|
vcompletion completions/dunstctl.fishcomp fish
|
||||||
|
vcompletion completions/dunstify.fishcomp fish
|
||||||
|
vcompletion completions/_dunst.zshcomp zsh
|
||||||
|
vcompletion completions/_dunstctl.zshcomp zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue