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


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Wed May 17 20:34:56 2023 UTC (13 days, 23 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -4 lines
Diff to previous 1.6 (colored)

wired-notify: use cargo.mk's install

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 25 16:24:15 2023 UTC (5 weeks, 1 day ago) by wiz
Branch: MAIN
Changes since 1.5: +7 -4 lines
Diff to previous 1.5 (colored)

wired-notify: Install example config files.

Bump PKGREVISION.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:23 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 10 07:30:56 2022 UTC (11 months, 2 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

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) - annotate - [select for diffs], Tue Feb 8 12:40:34 2022 UTC (15 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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) - annotate - [select for diffs], Sun Feb 6 11:06:31 2022 UTC (15 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

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) - annotate - [select for diffs], Sun Dec 19 21:37:05 2021 UTC (17 months, 1 week ago) by pin
Branch: 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.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>