diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index bd89a44a77ee..ab8134ff2304 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,32 +1,38 @@ PORTNAME= swaync -PORTVERSION= s20211223 +PORTVERSION= s20211227 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= 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" 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/distinfo b/x11/swaync/distinfo index abade6afd73e..fc403840458b 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640293819 -SHA256 (ErikReider-SwayNotificationCenter-s20211223-bf9309b_GH0.tar.gz) = 8b68f08d1c741f89cdcf6d2b1103ed8914e9e316cd13a0dde8e3a6222c965e05 -SIZE (ErikReider-SwayNotificationCenter-s20211223-bf9309b_GH0.tar.gz) = 3120085 +TIMESTAMP = 1640624885 +SHA256 (ErikReider-SwayNotificationCenter-s20211227-5e5efb0_GH0.tar.gz) = 04976f7d1e729fec0d381a8c2029e4dc1fb5419833311e5094def6d7cd8d7762 +SIZE (ErikReider-SwayNotificationCenter-s20211227-5e5efb0_GH0.tar.gz) = 3121466 diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr index a09cfae87df8..071695fef009 100644 --- a/x11/swaync/pkg-descr +++ b/x11/swaync/pkg-descr @@ -1,18 +1,21 @@ -swaync is a simple notification daemon with a GUI -built for Sway (potentially any WM with wlroots). +A simple notification daemon with a GTK gui for notifications and the +control center Features: - Keyboard shortcuts - Notification body markup with image support - A panel to view previous notifications - Show album art for notifications like Spotify - Do not disturb - Click notification to execute default action - Show alternative notification actions - Customization through a CSS file +- Trackpad/mouse gesture to close notification - The same features as any other basic notification daemon +- Basic configuration through a JSON config file +- Hot-reload config through swaync-client Planned Features: - Slick animations WWW: https://github.com/ErikReider/SwayNotificationCenter