diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index b83108bf0a6e..f321435b8158 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,40 +1,28 @@ PORTNAME= swaync PORTVERSION= s20220106 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple Wayland notification daemon with GTK panel LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ libhandy-1.so:x11-toolkits/libhandy USES= compiler:c11 gnome localbase:ldflags meson pkgconfig USE_GITHUB= yes 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/ @${REINPLACE_CMD} -e "/inst.*conf/s/'[^']*/&', rename: &.sample/1" \ ${WRKSRC}/src/meson.build .include diff --git a/x11/swaync/pkg-plist b/x11/swaync/pkg-plist new file mode 100644 index 000000000000..9edaec319622 --- /dev/null +++ b/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