Bug 258066 - misc/unclutter-xfixes: update to 1.6
Summary: misc/unclutter-xfixes: update to 1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kevin Bowling
URL: https://github.com/Airblader/unclutte...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-08-26 17:22 UTC by Oleh Hushchenkov
Modified: 2021-09-11 18:33 UTC (History)
3 users (show)

See Also:


Attachments
patch (978 bytes, patch)
2021-08-26 17:22 UTC, Oleh Hushchenkov
o.hushchenkov: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2021-08-26 17:22:34 UTC
Created attachment 227455 [details]
patch

Changelog:

[Feature] --start-hidden to hide the cursor initially when unclutter-xfixes starts.
[Feature] --ignore-buttons to specify one or more buttons which do not unhide the cursor.
[Feature] --hide-on-touch to hide the cursor on touch input.
[Fix] --timeout now supports non-integer values.
Various improvements to the man page.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-11 18:32:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db7eee2d9c3fd687600510e61f829a94e005be05

commit db7eee2d9c3fd687600510e61f829a94e005be05
Author:     Oleh Hushchenkov <o.hushchenkov@gmail.com>
AuthorDate: 2021-09-11 18:31:59 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-09-11 18:31:59 +0000

    misc/unclutter-xfixes: update to 1.6

    Changelog
    [Feature] --start-hidden to hide the cursor initially when unclutter-xfixes starts.
    [Feature] --ignore-buttons to specify one or more buttons which do not unhide the cursor.
    [Feature] --hide-on-touch to hide the cursor on touch input.
    [Fix] --timeout now supports non-integer values.
    Various improvements to the man page.

    PR:             258066

 misc/unclutter-xfixes/Makefile | 2 +-
 misc/unclutter-xfixes/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Kevin Bowling freebsd_committer freebsd_triage 2021-09-11 18:33:10 UTC
Thanks for your contribution!