Skip to content

Commit

Permalink
xbanish: Update to 1.7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alarixnia committed Nov 24, 2020
1 parent d7f0612 commit 9f16199
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions x11/xbanish/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions x11/xbanish/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f16199

Please sign in to comment.