Skip to content

Commit

Permalink
x11/swaync: move PLIST_FILES to pkg-plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jan 8, 2022
1 parent 6855bc7 commit 18b4bed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions x11/swaync/Makefile
Expand Up @@ -19,18 +19,6 @@ USE_GNOME= gdkpixbuf2 gtk30 introspection:build
GH_ACCOUNT= ErikReider
GH_PROJECT= SwayNotificationCenter
GH_TAGNAME= c345804
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}-client \
lib/systemd/user/${PORTNAME}.service \
share/bash-completion/completions/${PORTNAME} \
share/bash-completion/completions/${PORTNAME}-client \
share/dbus-1/services/org.erikreider.swaync.service \
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"

post-patch:
# Let @sample handle default files under etc/
Expand Down
12 changes: 12 additions & 0 deletions x11/swaync/pkg-plist
@@ -0,0 +1,12 @@
bin/swaync
bin/swaync-client
@sample etc/xdg/swaync/config.json.sample
@sample etc/xdg/swaync/style.css.sample
lib/systemd/user/swaync.service
share/bash-completion/completions/swaync
share/bash-completion/completions/swaync-client
share/dbus-1/services/org.erikreider.swaync.service
share/fish/vendor_completions.d/swaync-client.fish
share/fish/vendor_completions.d/swaync.fish
share/zsh/site-functions/_swaync
share/zsh/site-functions/_swaync-client

0 comments on commit 18b4bed

Please sign in to comment.