diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-12-27 17:08:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-12-28 00:40:42 +0000 |
commit | 40167251e9f901844db5ccf366d52bc86215cb0a (patch) | |
tree | 37d47c8adfb4347febb333ab5414354aa88d0a08 /x11/swaync/Makefile | |
parent | 1a6d83816ff20e2da4b34d77eac192294be7a021 (diff) | |
download | ports-40167251e9f901844db5ccf366d52bc86215cb0a.tar.gz ports-40167251e9f901844db5ccf366d52bc86215cb0a.zip |
Diffstat (limited to 'x11/swaync/Makefile')
-rw-r--r-- | x11/swaync/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index bd89a44a77ee..ab8134ff2304 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,5 +1,5 @@ PORTNAME= swaync -PORTVERSION= s20211223 +PORTVERSION= s20211227 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,9 +18,15 @@ USE_GITHUB= yes USE_GNOME= gdkpixbuf2 gtk30 introspection:build GH_ACCOUNT= ErikReider GH_PROJECT= SwayNotificationCenter -GH_TAGNAME= bf9309b +GH_TAGNAME= 5e5efb0 PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}-client \ + share/bash-completion/completions/${PORTNAME} \ + share/bash-completion/completions/${PORTNAME}-client \ + share/fish/vendor_completions.d/${PORTNAME}-client.fish \ + share/fish/vendor_completions.d/${PORTNAME}.fish \ + share/zsh/site-functions/_${PORTNAME} \ + share/zsh/site-functions/_${PORTNAME}-client \ "@sample etc/xdg/${PORTNAME}/config.json.sample" \ "@sample etc/xdg/${PORTNAME}/style.css.sample" |