The NetBSD Project

CVS log for pkgsrc/x11/wired-notify/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / wired-notify

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 4 20:25:36 2025 UTC (2 weeks, 6 days ago) by pin
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
x11/wired-notify: reset maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:21:05 2024 UTC (3 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
*: recursive bump for pango requiring fontconfig 2.15

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 5 17:19:33 2024 UTC (10 months, 2 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
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).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 7 07:35:29 2024 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 19 04:21:43 2024 UTC (14 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
x11/wired-notify: update to 0.10.5

This release fixes a commit issue where Cargo.lock wasn't aligned with Cargo.toml.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 15 21:06:08 2024 UTC (15 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
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).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:03:21 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: recursive bump for cairo dependency changes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 14 13:58:37 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
cairo-gobject: remove

Point users at cairo>=1.18.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:24:32 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 17 20:34:56 2023 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
wired-notify: use cargo.mk's install

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 25 16:24:15 2023 UTC (2 years ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -4 lines
wired-notify: Install example config files.

Bump PKGREVISION.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:18:23 2023 UTC (2 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
*: Recursive revbup from graphics/freetype2

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 10 07:30:56 2022 UTC (2 years, 10 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 8 12:40:34 2022 UTC (3 years, 2 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 6 11:06:31 2022 UTC (3 years, 2 months ago) by pin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 19 21:37:05 2021 UTC (3 years, 4 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
x11/wired-notify: import package

Wired is light and fully customizable notification daemon that provides you
with powerful and extensible layout tools.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>