pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/spectrwm
Module Name: pkgsrc
Committed By: pin
Date: Mon Jul 29 09:49:02 UTC 2024
Modified Files:
pkgsrc/wm/spectrwm: Makefile distinfo
Log Message:
wm/spectrwm: update to 3.6.0
Released on Jun 10, 2024
Adds some new features, removes limits and fixes bugs.
Improve focus_mode to support customization of specific focus situations.
Improve quirks.
Add support for += and -= assignment operators for quirk assignment.
Add new optional window type field to quirks.
Add BELOW quirk.
Add ICONIFY quirk.
Add MAXIMIZE quirk.
Add new spawn_flags option to adjust program spawn entry settings.
Add new layout_order option to customize the layout sequence used by the
cycle_layout action.
Improve bar font handling.
Remove the bar_font limit of 10 fonts when using Xft.
Extend bar_format markup sequences to support font indexes above 9.
Improve bar color handling.
Remove the 10 color limit on options that accept a color list.
Extend bar_format markup sequences to support color indexes above 9.
Add support for the += operator with options that accept a color list.
Fix handling of normal/unfocus/free bar colors with different counts.
Fix bar colors should be per X screen.
Improve urgent window handling.
Add color_urgent* options to change the border colors of urgent windows.
Fix focus_urgent search issue.
Improve EWMH handling.
Add special handling of _NET_WM_WINDOW_TYPE_NOTIFICATION windows.
Fix warp_pointer should not apply to _NET_WM_MOVERESIZE.
Fix _NET_ACTIVE_WINDOW request handling.
Fix _NET_DESKTOP_VIEWPORTS.
Fix EWMH _NET_WM_DESKTOP requests should not bypass workspace_limit.
Improve libswmhack.so.
Add XCB support.
Remove unneeded compile time linking with libX11.
Improve symbol lookup.
Add new bar_workspace_limit option to limit the workspaces shown in the
workspace (+L) and urgency hint (+U) indicators.
Fix flipped vertical/horizontal layout positioning issue.
Fix segfault when setting the layout option to floating.
Fix window mapping issue when swapping a maximized window.
Fix swap_main issue.
Fix listing of empty workspaces in bar_format +U and +L.
Fix escape handling of + in bar_action script output.
Fix possible bar redraw delays.
Fix some leaks and a possible crash.
Fix building against XCB with RandR < 1.6.
Improve RandR checks.
Remove Xlib RandR dependency.
Remove BSD function ports for Linux and depend on libbsd instead.
Improve included spectrwm.desktop and move it to the main directory.
Improve man page.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/wm/spectrwm/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/wm/spectrwm/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/spectrwm/Makefile
diff -u pkgsrc/wm/spectrwm/Makefile:1.22 pkgsrc/wm/spectrwm/Makefile:1.23
--- pkgsrc/wm/spectrwm/Makefile:1.22 Sat Nov 25 21:59:21 2023
+++ pkgsrc/wm/spectrwm/Makefile Mon Jul 29 09:49:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/11/25 21:59:21 pin Exp $
+# $NetBSD: Makefile,v 1.23 2024/07/29 09:49:02 pin Exp $
-DISTNAME= spectrwm-3.5.1
+DISTNAME= spectrwm-3.6.0
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=conformal/}
GITHUB_TAG= ${GITHUB_PROJECT:tu}_${PKGVERSION_NOREV:S/./_/g}
Index: pkgsrc/wm/spectrwm/distinfo
diff -u pkgsrc/wm/spectrwm/distinfo:1.14 pkgsrc/wm/spectrwm/distinfo:1.15
--- pkgsrc/wm/spectrwm/distinfo:1.14 Sat Nov 25 21:59:21 2023
+++ pkgsrc/wm/spectrwm/distinfo Mon Jul 29 09:49:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/11/25 21:59:21 pin Exp $
+$NetBSD: distinfo,v 1.15 2024/07/29 09:49:02 pin Exp $
-BLAKE2s (spectrwm-3.5.1.tar.gz) = 65130bceb5dbda7fe8124bb0205a6ae9e9bfc3db2bc854a36ec8a16e8071abad
-SHA512 (spectrwm-3.5.1.tar.gz) = 9a5b9bee6debd395b6b5f706d12dbb80a848e4f5f02405a54cf9a47b2bcceb407bf14fce64a9cc4ff9205ed7e688adeefb0280289b73a0cf9927b44cfaec02fa
-Size (spectrwm-3.5.1.tar.gz) = 196431 bytes
+BLAKE2s (spectrwm-3.6.0.tar.gz) = d25cbeff7b2f183d04b572b14dc56b079e1b539db1a8f447b2609870ef77702d
+SHA512 (spectrwm-3.6.0.tar.gz) = 70ae19d792ae8b9fcbaaf15d9e1a13b83e992c06ac77333712eca4178270b431adb13125ed316c129aadb2d8243abd9f5b1b6a91505f1b7a04feaf78c6f3d85d
+Size (spectrwm-3.6.0.tar.gz) = 205957 bytes
Home |
Main Index |
Thread Index |
Old Index