pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/herbstluftwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr  9 18:13:23 UTC 2026

Modified Files:
        pkgsrc/wm/herbstluftwm: Makefile distinfo

Log Message:
wm/herbstluftwm: update to 0.9.6

Release 0.9.6 on 2026-04-03

 - New herbstclient mode --binary-pipe which allows to send multiple commands through a single herbstclient instance.
 - CSS-inspired theme engine (new attributes theme.name, theme.style_override)
 - New client attribute sticky (does not react yet to EWMH requests)
 - New option if_multiple_empty for settings.show_frame_decorations that only shows the frame decorations on a tag with multiple frames and no client windows.
 - The setting smart_window_surroundings has been changed to accept the following new values: off, one_window (equivalently on), and one_window_and_frame. Setting it to one_window_and_frame will only 
hide window surroundings when there is only one window and one frame in a tag, one_window and off mirror the old behaviour with regards to true and false.
 - New monitors.tag_selection_strategy attribute, which can be used to customize how tags are assigned to new monitors. The default any_unshown picks the first available (not yet shown) tag, which is 
the same behavior as previous releases. only_empty makes sure only empty tags are picked for new monitors, while prefer_empty prefers empty tags but falls back to any unshown tag if none are empty.
 - New support for extra mouse buttons (up to 9). These values are hard-coded, but upstream X.h also uses hardcoded values, so potential for breakage should be minimal.
 - Bug fix: Only redraw after new WM_NORMAL_HINTS if it would affect the clients geometry.
 - New options to rule consequence floatplacement which allow placement of floating clients into monitor corners; topleft, topright, bottomleft, bottomright


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/wm/herbstluftwm/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/herbstluftwm/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/herbstluftwm/Makefile
diff -u pkgsrc/wm/herbstluftwm/Makefile:1.18 pkgsrc/wm/herbstluftwm/Makefile:1.19
--- pkgsrc/wm/herbstluftwm/Makefile:1.18        Thu Oct 23 20:39:41 2025
+++ pkgsrc/wm/herbstluftwm/Makefile     Thu Apr  9 18:13:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/10/23 20:39:41 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/04/09 18:13:23 pin Exp $
 
-DISTNAME=      herbstluftwm-0.9.5
-PKGREVISION=   4
+DISTNAME=      herbstluftwm-0.9.6
 CATEGORIES=    wm
 MASTER_SITES=  https://herbstluftwm.org/tarballs/
 

Index: pkgsrc/wm/herbstluftwm/distinfo
diff -u pkgsrc/wm/herbstluftwm/distinfo:1.13 pkgsrc/wm/herbstluftwm/distinfo:1.14
--- pkgsrc/wm/herbstluftwm/distinfo:1.13        Thu Oct 10 17:08:25 2024
+++ pkgsrc/wm/herbstluftwm/distinfo     Thu Apr  9 18:13:23 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2024/10/10 17:08:25 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/04/09 18:13:23 pin Exp $
 
-BLAKE2s (herbstluftwm-0.9.5.tar.gz) = 8eabb56323356a3e086edb063fc588a591a68dc9316d9f73f610ae3223c0e9c6
-SHA512 (herbstluftwm-0.9.5.tar.gz) = a85fd1ab16b873f512d6965cc4a93524e3ed4a15079d0d4ee54012e217bd41db3b54729c1b30ee361c34b38799f95bc537099056ba7a5f791bf2be6724bc92c3
-Size (herbstluftwm-0.9.5.tar.gz) = 556773 bytes
+BLAKE2s (herbstluftwm-0.9.6.tar.gz) = 02703e56f2e8e5339a9c82eeb8a6addaba6106d9745d0a79b9a1d1264f6f7292
+SHA512 (herbstluftwm-0.9.6.tar.gz) = 08a1b336f59aae978474997fbf4e5c9b99cdee4e8eab5c87762947e569f90f978c8f662b3f4fc4a0b7ae6f2f24d336bc3c771223af16723df457ff496b1a08e0
+Size (herbstluftwm-0.9.6.tar.gz) = 603996 bytes
 SHA1 (patch-CMakeLists.txt) = d373394ad059eb455e2e5abc1feea0e21f1b53e6
 SHA1 (patch-src_xmainloop.cpp) = 2cc2272c2f26707aa422ec7e51723b14c91fe802



Home | Main Index | Thread Index | Old Index