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:   pin
Date:           Sat Oct 11 13:13:50 UTC 2025

Modified Files:
        pkgsrc/wm/bspwm: Makefile distinfo

Log Message:
wm/bspwm: update to 0.9.12

0.9.12
 - Handle SIGCHLD instead of ignoring it

0.9.11
Commits on Sep 23, 2025
 - Fix segfault caused by non-null-terminated string
 - Fixed grammar in manual
 - Set desktop name in xsession file
 - Unset pff when refocusing the focused node
 - Revamp signal handling
 - Set _NET_WM_WINDOW_TYPE on monitor root window
 - Account for border width in configure requests
 - Update manual
 - Turn honor_size_hints into a node setting
 - Adjust ratios for both fences when resizing
 - Account for vacant nodes when adjusting ratios
 - Remove non-needed Zero initializer
 - Allow escaping colons in rule tokenization
 - Add --print-socket-path option
 - Avoid unnecessary relayouts for unchanged values
 - Always return 1 when execvp() fails
 - Refocus the focused window when receiving a FOCUS_IN event for root
 - Fix windows sometimes not appearing
 - Don't include pointer events in the node mask
 - Allow cycling the splitting type of a node
 - The insertion point might be NULL
 - Allow setting a node's splitting type
 - Emit subscriber life cycle events for receptacles
 - Don't remove non-receptacles in kill_node
 - Properly update the sticky count in transfer_*
 - Allow negated window modifiers to match non-wins
 - Restore the last window state with node -t ~
 - Set CLOEXEC on the sockets except when restarting
 - Fix the style consistency
 - Propagate the size constraints towards the root
 - Discard colons within refs in desktop_from_desc
 - DESKTOP_SEL: discard hashes within MONITOR_SEL:
 - Add new setting: borderless_singleton
 - Use separate references in cmd_query
 - Clarify the possible arguments to query's options
 - Discard colons within references
 - Handle standard output closure last
 - Add {,user}_LAYOUT modifiers to desktop selectors
 - Fix asciidoc syntax in the manual
 - Fix bspc rule -r <^n> completion for zsh
 - Initialize the destination location early
 - Update EWMH's current desktop in add_desktop
 - Honor pointer_follows_focus when swapping nodes
 - Don't set a wrong border color when *_held_focus
 - Arrange across all desktops when handling struts
 - Set the input focus before unmapping windows


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/bspwm/Makefile
cvs rdiff -u -r1.8 -r1.9 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.7 pkgsrc/wm/bspwm/Makefile:1.8
--- pkgsrc/wm/bspwm/Makefile:1.7        Wed Nov 25 20:48:36 2020
+++ pkgsrc/wm/bspwm/Makefile    Sat Oct 11 13:13:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/11/25 20:48:36 nia Exp $
+# $NetBSD: Makefile,v 1.8 2025/10/11 13:13:50 pin Exp $
 
-DISTNAME=              bspwm-0.9.10
+DISTNAME=              bspwm-0.9.12
 CATEGORIES=            wm
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=baskerville/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/wm/bspwm/distinfo
diff -u pkgsrc/wm/bspwm/distinfo:1.8 pkgsrc/wm/bspwm/distinfo:1.9
--- pkgsrc/wm/bspwm/distinfo:1.8        Tue Oct 26 11:25:11 2021
+++ pkgsrc/wm/bspwm/distinfo    Sat Oct 11 13:13:50 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:25:11 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/10/11 13:13:50 pin Exp $
 
-BLAKE2s (bspwm-0.9.10.tar.gz) = cdcbe974ae7fc1331f34e168a0af402c2be1ac3d1039eb9c5c41e44ec4c2b195
-SHA512 (bspwm-0.9.10.tar.gz) = 9ccb98c4e80635a781b3f889d8c3ae621c0926a79e9607268924b78bd11137caf70ee9a1edf5bc137d362d2acbe2984645f58ba31c586e6b017797758a66f9cf
-Size (bspwm-0.9.10.tar.gz) = 114099 bytes
+BLAKE2s (bspwm-0.9.12.tar.gz) = 41010d8d56e9355cdbd17e29a3d2e3989d5abaf2f2e8889476a52cbf702bc887
+SHA512 (bspwm-0.9.12.tar.gz) = 2f93ecefb80a5359c2805daa74d0627db738e8367f5b355a2ab6d270904ed234fc38e84bd789f559efd446d86b48952167a377c5b5f3c8cc8448ae8ed66a0f88
+Size (bspwm-0.9.12.tar.gz) = 118563 bytes
 SHA1 (patch-Makefile) = 3880d785f02f60ba4291738070e6f9c8f7494f22



Home | Main Index | Thread Index | Old Index