pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xbanish



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 24 10:28:44 UTC 2020

Modified Files:
        pkgsrc/x11/xbanish: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xbanish/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xbanish/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xbanish/Makefile
diff -u pkgsrc/x11/xbanish/Makefile:1.3 pkgsrc/x11/xbanish/Makefile:1.4
--- pkgsrc/x11/xbanish/Makefile:1.3     Thu Mar 26 02:26:51 2020
+++ pkgsrc/x11/xbanish/Makefile Tue Nov 24 10:28:44 2020
@@ -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
 

Index: pkgsrc/x11/xbanish/distinfo
diff -u pkgsrc/x11/xbanish/distinfo:1.2 pkgsrc/x11/xbanish/distinfo:1.3
--- pkgsrc/x11/xbanish/distinfo:1.2     Fri Jan 31 18:40:13 2020
+++ pkgsrc/x11/xbanish/distinfo Tue Nov 24 10:28:44 2020
@@ -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