diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 48d42038ab8f..48ebcf0cfb7d 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,24 +1,24 @@ PORTNAME= swaync -PORTVERSION= s20210730 +PORTVERSION= s20210731 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org -COMMENT= Simple Wayland notification daemon with GUI +COMMENT= Simple Wayland notification daemon with GTK panel LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ - libhandy-1.so:x11-toolkits/libhandy +LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= compiler:c11 gnome localbase:ldflags meson pkgconfig USE_GITHUB= yes -USE_GNOME= gdkpixbuf2 gtk30 +USE_GNOME= gdkpixbuf2 gtk30 introspection:build GH_ACCOUNT= ErikReider GH_PROJECT= SwayNotificationCenter -GH_TAGNAME= 4abddf0 +GH_TAGNAME= d82cf15 PLIST_FILES= bin/${PORTNAME} \ - bin/${PORTNAME}-client + bin/${PORTNAME}-client \ + etc/xdg/${PORTNAME}/style.css .include diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index bcf7c0ce867a..a58c0f8a649f 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627664346 -SHA256 (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = ba28b71ef934d80276cbab9f524836a24be3895b1d69479534ad28bc806c41cf -SIZE (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = 9978035 +TIMESTAMP = 1627771559 +SHA256 (ErikReider-SwayNotificationCenter-s20210731-d82cf15_GH0.tar.gz) = 732a305e2062f2c17677c7bd6a9981de1b68e0f3c59eed320aeb86d569e143df +SIZE (ErikReider-SwayNotificationCenter-s20210731-d82cf15_GH0.tar.gz) = 9978525 diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr index 335d6ffa77e9..8b7947ca1000 100644 --- a/x11/swaync/pkg-descr +++ b/x11/swaync/pkg-descr @@ -1,16 +1,16 @@ swaync is a simple notification daemon with a GUI built for Sway (potentially any WM with wlroots). Features: - 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: -- Customization through a CSS file - Slick animations WWW: https://github.com/ErikReider/SwayNotificationCenter