pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/bspwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov 25 20:48:36 UTC 2020

Modified Files:
        pkgsrc/wm/bspwm: Makefile distinfo

Log Message:
bspwm: 0.9.10

# From 0.9.9 to 0.9.10

## Additions

- New node descriptor: `first_ancestor`.
- New node modifiers: `horizontal`, `vertical`.

## Changes

- The node descriptors `next` and `prev` might now return any node. The previous behavior can be emulated by appending `.!hidden.window`.
- The node descriptors `pointed`, `biggest` and `smallest` now return leaves (in particular `pointed` will now return the *id* of a pointed receptacle). The previous behavior can be emulated by 
appending `.window`.
- The *query* command now handles all the possible descriptor-free constraints (for example, `query -N -d .active` now works as expected).
- The rules can now match against the window's names (`WM_NAME`).
- The configuration script now receives an argument to indicate whether is was executed after a restart or not.
- The *intermediate consequences* passed to the external rules command are now in resolved form to avoid unwanted code execution.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/bspwm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/bspwm/distinfo

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

Modified files:

Index: pkgsrc/wm/bspwm/Makefile
diff -u pkgsrc/wm/bspwm/Makefile:1.6 pkgsrc/wm/bspwm/Makefile:1.7
--- pkgsrc/wm/bspwm/Makefile:1.6        Sat Jan 18 21:45:34 2020
+++ pkgsrc/wm/bspwm/Makefile    Wed Nov 25 20:48:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:45:34 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/11/25 20:48:36 nia Exp $
 
-DISTNAME=              bspwm-0.9.9
+DISTNAME=              bspwm-0.9.10
 CATEGORIES=            wm
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=baskerville/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/wm/bspwm/distinfo
diff -u pkgsrc/wm/bspwm/distinfo:1.5 pkgsrc/wm/bspwm/distinfo:1.6
--- pkgsrc/wm/bspwm/distinfo:1.5        Sat Jan 18 21:45:34 2020
+++ pkgsrc/wm/bspwm/distinfo    Wed Nov 25 20:48:36 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/01/18 21:45:34 nia Exp $
+$NetBSD: distinfo,v 1.6 2020/11/25 20:48:36 nia Exp $
 
-SHA1 (bspwm-0.9.9.tar.gz) = d16a705c294e92bf7fe32d2429171e118b420521
-RMD160 (bspwm-0.9.9.tar.gz) = 774176c23e9eb3fb7777f1da7c12cbacd4828e06
-SHA512 (bspwm-0.9.9.tar.gz) = 17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2
-Size (bspwm-0.9.9.tar.gz) = 111119 bytes
+SHA1 (bspwm-0.9.10.tar.gz) = 7cbe3ea1d78ba31eccb1f0e59c4cd110608d8285
+RMD160 (bspwm-0.9.10.tar.gz) = 6721ab609f973d9fa80ac46e85d74ff54f55bd6e
+SHA512 (bspwm-0.9.10.tar.gz) = 9ccb98c4e80635a781b3f889d8c3ae621c0926a79e9607268924b78bd11137caf70ee9a1edf5bc137d362d2acbe2984645f58ba31c586e6b017797758a66f9cf
+Size (bspwm-0.9.10.tar.gz) = 114099 bytes
 SHA1 (patch-Makefile) = 3880d785f02f60ba4291738070e6f9c8f7494f22



Home | Main Index | Thread Index | Old Index