git: 98727f624287 - main - x11/swaync: add new port
Jan Beich
jbeich at FreeBSD.org
Fri Jul 30 18:06:29 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98727f624287cfc06da9fc0d253e362d7b59dce5
commit 98727f624287cfc06da9fc0d253e362d7b59dce5
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-07-29 16:47:07 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-07-30 18:06:10 +0000
x11/swaync: add new port
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
- The same features as any other basic notification daemon
Planned Features:
- Customization through a CSS file
- Slick animations
https://github.com/ErikReider/SwayNotificationCenter
---
x11/Makefile | 1 +
x11/swaync/Makefile | 24 ++++++++++++++++++++++++
x11/swaync/distinfo | 3 +++
x11/swaync/pkg-descr | 16 ++++++++++++++++
4 files changed, 44 insertions(+)
diff --git a/x11/Makefile b/x11/Makefile
index b5c59766fce1..f5713972a776 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -342,6 +342,7 @@
SUBDIR += swayidle
SUBDIR += swaylock
SUBDIR += swaylock-effects
+ SUBDIR += swaync
SUBDIR += swayr
SUBDIR += sxhkd
SUBDIR += sxpc
diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile
new file mode 100644
index 000000000000..48d42038ab8f
--- /dev/null
+++ b/x11/swaync/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= swaync
+PORTVERSION= s20210730
+CATEGORIES= x11
+
+MAINTAINER= jbeich at FreeBSD.org
+COMMENT= Simple Wayland notification daemon with GUI
+
+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
+
+USES= compiler:c11 gnome localbase:ldflags meson pkgconfig
+USE_GITHUB= yes
+USE_GNOME= gdkpixbuf2 gtk30
+GH_ACCOUNT= ErikReider
+GH_PROJECT= SwayNotificationCenter
+GH_TAGNAME= 4abddf0
+PLIST_FILES= bin/${PORTNAME} \
+ bin/${PORTNAME}-client
+
+.include <bsd.port.mk>
diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo
new file mode 100644
index 000000000000..bcf7c0ce867a
--- /dev/null
+++ b/x11/swaync/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1627664346
+SHA256 (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = ba28b71ef934d80276cbab9f524836a24be3895b1d69479534ad28bc806c41cf
+SIZE (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = 9978035
diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr
new file mode 100644
index 000000000000..335d6ffa77e9
--- /dev/null
+++ b/x11/swaync/pkg-descr
@@ -0,0 +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
+- The same features as any other basic notification daemon
+
+Planned Features:
+- Customization through a CSS file
+- Slick animations
+
+WWW: https://github.com/ErikReider/SwayNotificationCenter
More information about the dev-commits-ports-all
mailing list