diff options
Diffstat (limited to '')
-rw-r--r-- | x11/swaync/Makefile | 16 | ||||
-rw-r--r-- | x11/swaync/distinfo | 6 | ||||
-rw-r--r-- | x11/swaync/files/patch-src_meson.build | 15 | ||||
-rw-r--r-- | x11/swaync/pkg-descr | 8 |
4 files changed, 20 insertions, 25 deletions
diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 29cbf328c94a..e5a620326a73 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,26 +1,28 @@ PORTNAME= swaync DISTVERSIONPREFIX= v -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.2 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Wayland notification daemon with GTK panel WWW= https://github.com/ErikReider/SwayNotificationCenter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= sassc:textproc/sassc +BUILD_DEPENDS= blueprint-compiler:devel/blueprint-compiler \ + sassc:textproc/sassc LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libgee-0.8.so:devel/libgee \ - libgranite.so:x11-toolkits/granite \ - libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ - libhandy-1.so:x11-toolkits/libhandy + libgraphene-1.0.so:graphics/graphene \ + libwayland-client.so:graphics/wayland \ + libgranite-7.so:x11-toolkits/granite7 \ + libgtk4-layer-shell.so:x11-toolkits/gtk4-layer-shell USES= compiler:c11 gnome meson pkgconfig \ python:build shebangfix vala:build USE_GITHUB= yes -USE_GNOME= cairo gdkpixbuf gtk30 introspection:build +USE_GNOME= cairo gdkpixbuf gtk40 libadwaita GH_ACCOUNT= ErikReider GH_PROJECT= SwayNotificationCenter SHEBANG_FILES= build-aux/meson/postinstall.py diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index c44154e66ea9..da12e624cd98 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744053426 -SHA256 (ErikReider-SwayNotificationCenter-v0.11.0_GH0.tar.gz) = 7f69fe248994404af4115d335929b3bd2faf8c6321374b5b3e3fa2c97d169c90 -SIZE (ErikReider-SwayNotificationCenter-v0.11.0_GH0.tar.gz) = 1717108 +TIMESTAMP = 1756242894 +SHA256 (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = c440223f199b4f0d28e2434f879a2ad2103cb6aaac670313434b05926707535e +SIZE (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = 1729037 diff --git a/x11/swaync/files/patch-src_meson.build b/x11/swaync/files/patch-src_meson.build deleted file mode 100644 index 9f705c2cd349..000000000000 --- a/x11/swaync/files/patch-src_meson.build +++ /dev/null @@ -1,15 +0,0 @@ -Drop after x11-toolkits/libhandy >= 1.8.0 update - -src/meson.build:77:2: ERROR: Dependency lookup for libhandy-1 with method 'pkgconfig' failed: Invalid version, need 'libhandy-1' ['>= 1.8.0'] found '1.6.2'. - ---- src/meson.build.orig 2024-02-10 16:19:01 UTC -+++ src/meson.build -@@ -74,7 +74,7 @@ app_deps = [ - dependency('gio-unix-2.0', version: '>= 2.50'), - dependency('gtk+-3.0', version: '>= 3.22'), - dependency('json-glib-1.0', version: '>= 1.0'), -- dependency('libhandy-1', version: '>= 1.8.0'), -+ dependency('libhandy-1', version: '>= 1.6.0'), - dependency('granite', version: '>= 6.2.0'), - dependency('gtk-layer-shell-0', - fallback: ['gtk-layer-shell-0', 'gtk-layer-shell'], diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr index fe8221c507b9..fd7fb56cef28 100644 --- a/x11/swaync/pkg-descr +++ b/x11/swaync/pkg-descr @@ -2,18 +2,26 @@ A simple notification daemon with a GTK gui for notifications and the control center Features: +- Grouped notifications - Keyboard shortcuts - Notification body markup with image support +- Inline replies - A panel to view previous notifications - Show album art for notifications like Spotify - Do not disturb +- Inhibiting notifications through DBUS or client +- Restores previous Do not disturb value after restart - Click notification to execute default action - Show alternative notification actions +- Copy detected 2FA codes to clipboard - 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 +- Customizable widgets +- Select the preferred monitor to display on (with swaync-client + command for scripting) Planned Features: - Slick animations |