head 1.18; access; symbols pkgsrc-2026Q1:1.18.0.2 pkgsrc-2026Q1-base:1.18 pkgsrc-2025Q4:1.17.0.2 pkgsrc-2025Q4-base:1.17 pkgsrc-2025Q3:1.16.0.4 pkgsrc-2025Q3-base:1.16 pkgsrc-2025Q2:1.16.0.2 pkgsrc-2025Q2-base:1.16 pkgsrc-2025Q1:1.15.0.2 pkgsrc-2025Q1-base:1.15 pkgsrc-2024Q4:1.14.0.6 pkgsrc-2024Q4-base:1.14 pkgsrc-2024Q3:1.14.0.4 pkgsrc-2024Q3-base:1.14 pkgsrc-2024Q2:1.14.0.2 pkgsrc-2024Q2-base:1.14 pkgsrc-2024Q1:1.12.0.2 pkgsrc-2024Q1-base:1.12 pkgsrc-2023Q4:1.10.0.2 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.7.0.4 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.2 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.5.0.2 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.4.0.6 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.4 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.2 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.18 date 2026.01.27.08.41.06; author wiz; state Exp; branches; next 1.17; commitid f4MYtJVcsY7dz0sG; 1.17 date 2025.10.23.20.40.20; author wiz; state Exp; branches; next 1.16; commitid 1V2hBZn9ypXaCJfG; 1.16 date 2025.04.04.20.25.36; author pin; state Exp; branches; next 1.15; commitid 3xh1eOICKVbF3MPF; 1.15 date 2024.12.27.08.21.05; author wiz; state Exp; branches; next 1.14; commitid tLKuqVS8lkJCb7DF; 1.14 date 2024.06.05.17.19.33; author pin; state Exp; branches; next 1.13; commitid yqklxCTnaBlKLOcF; 1.13 date 2024.04.07.07.35.29; author wiz; state Exp; branches; next 1.12; commitid oMYDjdZchby5qb5F; 1.12 date 2024.02.19.04.21.43; author pin; state Exp; branches; next 1.11; commitid R2JMMwwFtAX8UZYE; 1.11 date 2024.01.15.21.06.08; author pin; state Exp; branches; next 1.10; commitid IGw0gmyECrstAAUE; 1.10 date 2023.11.14.14.03.21; author wiz; state Exp; branches; next 1.9; commitid BZ5vzwBRof1beAME; 1.9 date 2023.11.14.13.58.37; author wiz; state Exp; branches; next 1.8; commitid whxic1udUz5idAME; 1.8 date 2023.11.12.13.24.32; author wiz; state Exp; branches; next 1.7; commitid SjpNXQIV5XeZ3kME; 1.7 date 2023.05.17.20.34.56; author wiz; state Exp; branches; next 1.6; commitid xLDlOZssZvKYdmpE; 1.6 date 2023.04.25.16.24.15; author wiz; state Exp; branches; next 1.5; commitid UCpjpVNiGnEPxvmE; 1.5 date 2023.01.29.21.18.23; author ryoon; state Exp; branches; next 1.4; commitid QL7aBXsBGmQvUtbE; 1.4 date 2022.06.10.07.30.56; author pin; state Exp; branches; next 1.3; commitid PhXJni4fcKfFQsHD; 1.3 date 2022.02.08.12.40.34; author pin; state Exp; branches; next 1.2; commitid gOEZUzyFW2t1uOrD; 1.2 date 2022.02.06.11.06.31; author pin; state Exp; branches; next 1.1; commitid T4wkjiQCVDQJ1yrD; 1.1 date 2021.12.19.21.37.05; author pin; state Exp; branches; next ; commitid UaCrSTbLsn3A5jlD; desc @@ 1.18 log @*: recursive bump for removal of cairo's xcb option @ text @# $NetBSD: Makefile,v 1.17 2025/10/23 20:40:20 wiz Exp $ DISTNAME= wired-notify-0.10.6 PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=Toqozz/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/Toqozz/wired-notify/ COMMENT= Lightweight notification daemon with customizable layout blocks LICENSE= mit .include "cargo-depends.mk" USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin share/examples/wired-notify RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib post-install: ${INSTALL_DATA} ${WRKSRC}/wired.ron \ ${DESTDIR}${PREFIX}/share/examples/wired-notify ${INSTALL_DATA} ${WRKSRC}/wired_multilayout.ron \ ${DESTDIR}${PREFIX}/share/examples/wired-notify .include "../../lang/rust/cargo.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" BUILDLINK_API_DEPENDS.cairo+= cairo>=1.18 .include "../../graphics/cairo/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.17 log @*: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2025/04/04 20:25:36 pin Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.16 log @x11/wired-notify: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2024/12/27 08:21:05 wiz Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.15 log @*: recursive bump for pango requiring fontconfig 2.15 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2024/06/05 17:19:33 pin Exp $ d8 1 a8 1 MAINTAINER= pin@@NetBSD.org @ 1.14 log @x11/wired-notify: update to 0.10.6 - Breaking change: zero_timeout_behavior now defaults to NeverExpire (correct according to notification spec). You can change it back by setting it to UseDefault. - Updated notification timeout configuration to match the freedesktop spec. Thanks @@bcspragu! - Fix replacement not updating layout properly (#145). - Fix replacement not resizing notification properly (#135). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2024/04/07 07:35:29 wiz Exp $ d4 1 @ 1.13 log @*: bump for cairo buildlink3.mk change lzo was made an option @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2024/02/19 04:21:43 pin Exp $ d3 1 a3 2 DISTNAME= wired-notify-0.10.5 PKGREVISION= 1 @ 1.12 log @x11/wired-notify: update to 0.10.5 This release fixes a commit issue where Cargo.lock wasn't aligned with Cargo.toml. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2024/01/15 21:06:08 pin Exp $ d4 1 @ 1.11 log @x11/wired-notify: update to 0.10.4 0.10.4 - Fixed version mismatch in wired --version (#126). 0.10.3 - Support showing specific notifications with clip using e.g. wired --show id37 (#96). - Add wired --kill to cleanly exit the process. - Performance improvements. - Optionally trim whitespace in notification text (when trim_whitespace is set to true (default: true). - Updated wired.service to hopefully make sure that we have a display before starting the service. I still would rather you just launch wired directly. - Allow startup to continue even if we couldn't remove the existing wired socket (loosely #122). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/11/14 14:03:21 wiz Exp $ d3 1 a3 1 DISTNAME= wired-notify-0.10.4 @ 1.10 log @*: recursive bump for cairo dependency changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/11/14 13:58:37 wiz Exp $ d3 1 a3 2 DISTNAME= wired-notify-0.10.2 PKGREVISION= 4 @ 1.9 log @cairo-gobject: remove Point users at cairo>=1.18. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/11/12 13:24:32 wiz Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.8 log @*: revebump for new brotli option for freetype2 Addresses PR 57693 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2023/05/17 20:34:56 wiz Exp $ d32 1 a33 1 .include "../../graphics/cairo-gobject/buildlink3.mk" @ 1.7 log @wired-notify: use cargo.mk's install @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2023/04/25 16:24:15 wiz Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.6 log @wired-notify: Install example config files. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/01/29 21:18:23 ryoon Exp $ d23 1 a23 3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/wired \ ${DESTDIR}${PREFIX}/bin @ 1.5 log @*: Recursive revbup from graphics/freetype2 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/06/10 07:30:56 pin Exp $ d4 1 a4 1 PKGREVISION= 1 d17 1 a17 1 INSTALLATION_DIRS= bin d26 4 a29 1 @ 1.4 log @x11/wired-notify: update to 0.10.2 -Support And() and Or() in render_criteria/render_anti-criteria. See wiki (#62). -Support supplying a name for AppName render criteria (#62). -Support moving notifications depending on "active" monitor. See focus_follows and associated issue (#60). -Support loading and using SVGs (#53). -Fixed a bug where notifications would spawn at the top left of the screen for a frame or so when parented somewhere else (#71). -Updated dependencies to resolve some "security vulnerabilities". -Probably some other misc fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/02/08 12:40:34 pin Exp $ d4 1 @ 1.3 log @x11/wired-notify: update to 0.10.1 -Fixed an issue where some blocks (ProgressBlock, ButtonBlock, ScrollingTextBlock) would cause bugged rendering due to relying on the default Cairo operator (Over), which was changed in 0.10.0. #50 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2022/02/06 11:06:31 pin Exp $ d3 1 a3 1 DISTNAME= wired-notify-0.10.1 d23 2 a24 1 ${INSTALL_PROGRAM} ${WRKSRC}/target/release/wired ${DESTDIR}${PREFIX}/bin @ 1.2 log @x11/wired-notify: update to 0.10.0 -render_criteria works a little differently now: Using render_criteria (and render-anti-criteria) on root blocks is now supported (#37). This was possible before but not really useful because you had to have the same criteria for all the blocks underneath it anyway. -Old: If any block in the chain meets criteria, then draw. -New: If root block doesn't meet criteria, then don't draw. If root block does mete criteria, but no child blocks do, then don't draw. -Add render_anti_criteria which allows you to tell blocks to draw only when a criteria is not present. (see Blocks documentation for more information.) -When loading config, we now validate that all blocks have different names to make sure the config is written correctly. -Document how to send progress data to ProgressBlock. -Dramatically improve idle performance. #35 -Fixed a bug where replaced notifications might have a different layout to new ones. #37 -Update cairo and pango dependencies. -TextBlock text will now fall back to wrapping on character boundaries if no word boundaries are available. #39 -Fixed a bug where large notifications might take a long time to receive with a long poll_interval. #35 -Fixed a bug where replacing wasn't working as intended on notifications with the same app name and tag, with replacing_enabled set to false. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2021/12/19 21:37:05 pin Exp $ d3 1 a3 1 DISTNAME= wired-notify-0.10.0 @ 1.1 log @x11/wired-notify: import package Wired is light and fully customizable notification daemon that provides you with powerful and extensible layout tools. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= wired-notify-0.9.4 @