On 2024/12/30 10:12, Timo Myyrä wrote:
>       # dmenu path.
>  -    dmenu = /usr/bin/dmenu -p dunst:
> -+    dmenu = ${LOCALBASE}/bin/dmenu -p dunst:
> ++    dmenu = ${PREFIX}/bin/dmenu -p dunst:
>   
>       # Browser for opening urls in context menu.
>  -    browser = /usr/bin/xdg-open
> -+    browser = ${LOCALBASE}/bin/xdg-open
> ++    browser = ${PREFIX}/bin/xdg-open

PREFIX is "comes from this port", those come from other ports
so LOCALBASE was already correct.

>  share/dunst/
> -@sample ${SYSCONFDIR}/dunst/
>  share/dunst/dunstrc
> -@sample ${SYSCONFDIR}/dunst/dunstrc

why remove those @samples?

> +share/examples/bash-completion/
> +share/examples/bash-completion/completions/
> +share/examples/bash-completion/completions/dunst
> +share/examples/bash-completion/completions/dunstctl
>  share/examples/dbus-1/
>  share/examples/dbus-1/services/
>  share/examples/dbus-1/services/org.knopwob.dunst.service
> +share/examples/fish/
> +share/examples/fish/vendor_completions.d/
> +share/examples/fish/vendor_completions.d/dunst.fish
> +share/examples/fish/vendor_completions.d/dunstctl.fish
> +share/examples/fish/vendor_completions.d/dunstify.fish
> +share/examples/zsh/
> +share/examples/zsh/site-functions/
> +share/examples/zsh/site-functions/_dunst
> +share/examples/zsh/site-functions/_dunstctl

the completion scripts should go to share/bash-completion,
share/fish/vendor_completions.d, share/zsh/site-functions rather
than under share/examples

Reply via email to