pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xbanish xbanish: Update to 1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85f7b7f7c100
branches:  trunk
changeset: 442389:85f7b7f7c100
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 24 10:28:44 2020 +0000

description:
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

diffstat:

 x11/xbanish/Makefile |   7 +++----
 x11/xbanish/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (35 lines):

diff -r aa290694d5b1 -r 85f7b7f7c100 x11/xbanish/Makefile
--- a/x11/xbanish/Makefile      Tue Nov 24 10:26:04 2020 +0000
+++ b/x11/xbanish/Makefile      Tue Nov 24 10:28:44 2020 +0000
@@ -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@localhost
-HOMEPAGE=      https://github.com/jcs/xbanish/
+HOMEPAGE=      https://github.com/jcs/xbanish
 COMMENT=       Banish the mouse cursor when typing
 LICENSE=       modified-bsd
 
diff -r aa290694d5b1 -r 85f7b7f7c100 x11/xbanish/distinfo
--- a/x11/xbanish/distinfo      Tue Nov 24 10:26:04 2020 +0000
+++ b/x11/xbanish/distinfo      Tue Nov 24 10:28:44 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index