diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index ae7eedd6d378..8c5089d1e060 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,31 +1,31 @@ PORTNAME= swaync -PORTVERSION= s20210806 +PORTVERSION= s20210807 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 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= 399501c +GH_TAGNAME= 09c0129 PLIST_FILES= bin/${PORTNAME} \ bin/${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 b3f9ab4a10f4..29c5fd7e6ec3 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628274472 -SHA256 (ErikReider-SwayNotificationCenter-s20210806-399501c_GH0.tar.gz) = 9440330068863b2e5fb0c60c530dce80e3f526651db65a139f7513b569b0a722 -SIZE (ErikReider-SwayNotificationCenter-s20210806-399501c_GH0.tar.gz) = 9982476 +TIMESTAMP = 1628368814 +SHA256 (ErikReider-SwayNotificationCenter-s20210807-09c0129_GH0.tar.gz) = 2bdda4dfda307d9542111b2e8f24e242ec008056cb9172a93f7410d88fa33570 +SIZE (ErikReider-SwayNotificationCenter-s20210807-09c0129_GH0.tar.gz) = 9983775 diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr index dc7f3affde66..a09cfae87df8 100644 --- a/x11/swaync/pkg-descr +++ b/x11/swaync/pkg-descr @@ -1,17 +1,18 @@ swaync is a simple notification daemon with a GUI built for Sway (potentially any WM with wlroots). 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 - The same features as any other basic notification daemon Planned Features: - Slick animations WWW: https://github.com/ErikReider/SwayNotificationCenter