From 9f16199871ad20cf560d8286dcbdb94ae1b1cd18 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 Nov 2020 10:28:44 +0000 Subject: [PATCH] xbanish: Update to 1.7 Christian Garbs (1): call XFreeDeviceList() after XListInputDevices() (#46) Graham Gower (1): Rescan the input devices when a device is (un)plugged. (#41) Oleksandr Motsak (1): Add -a option to always hide mouse pointer joshua stein (9): Add DPRINTF macro to make debugging printfs easier Makefile: always add -W flags to CFLAGS Makefile: releases are handled through git tags Add an -m option to move the cursor to a corner when hiding XQueryPointer's final arg needs an unsigned int usage: don't depend on __progname hide_cursor: return early snoop_xinput: close the device after probing it to avoid leaking mem xinput: ignore duplicate XDevicePresenceNotifyEvents --- x11/xbanish/Makefile | 7 +++---- x11/xbanish/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile index dedeb18e7b60..2b950ad6ab63 100644 --- a/x11/xbanish/Makefile +++ b/x11/xbanish/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2020/03/26 02:26:51 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2020/11/24 10:28:44 nia Exp $ -DISTNAME= xbanish-1.6 -PKGREVISION= 1 +DISTNAME= xbanish-1.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pho@cielonegro.org -HOMEPAGE= https://github.com/jcs/xbanish/ +HOMEPAGE= https://github.com/jcs/xbanish COMMENT= Banish the mouse cursor when typing LICENSE= modified-bsd diff --git a/x11/xbanish/distinfo b/x11/xbanish/distinfo index 79e2cc7ad840..4f4497c2bc57 100644 --- a/x11/xbanish/distinfo +++ b/x11/xbanish/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/01/31 18:40:13 wiz Exp $ +$NetBSD: distinfo,v 1.3 2020/11/24 10:28:44 nia Exp $ -SHA1 (xbanish-1.6.tar.gz) = 3b29733b0d0ae85489788d8144e213ebb0c8fe1c -RMD160 (xbanish-1.6.tar.gz) = 6a6bd253c23e6d4f2fce01f95e8f524b8f993bb7 -SHA512 (xbanish-1.6.tar.gz) = a0eb7fdac94f95756636c3d3c114771b6865f26cbb7dbd4fbe10ffd29c21725dcd3570caaf0d2381fa0a32092d3348929df80ee7bb78047c7cfffe04cd29a38f -Size (xbanish-1.6.tar.gz) = 5768 bytes +SHA1 (xbanish-1.7.tar.gz) = 866d87d364f5fa4e85295719bb109ee83d136fe5 +RMD160 (xbanish-1.7.tar.gz) = 3a07e2e02e2c8fdd0092f04d541f9122b35676b7 +SHA512 (xbanish-1.7.tar.gz) = f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08 +Size (xbanish-1.7.tar.gz) = 6379 bytes