icewm: upgrade 3.8.1 -> 3.8.2

Changelog:
===========
- Use foldspaces to remove extraneous spaces.
- Also minimize fullscreen windows when clicking on a task button. Document
  the minimization feature of task buttons and the Ctrl modifier.
- Fix for keeping a menu inside the screen area.
- Fixes for adjusting the workarea when moving/sizing a do-not-cover window
- Fix to resize maximized windows when workarea grows and fix to recompute
  the workarea when a dock exits
- Don't synchronize with icewm after _NET_WORKAREA changes as it slows icewm
  down.
- Fix typo
- When the workarea changes, adjust the positions of all desktop icons.
- Drop excessive use of square brackets around double quotes.
- Improve the abstractions for the doNotCover computation inside
  updateWorkAreaInner.
- Add new "switchmenu" and "print" actions to icesh to use icesh in a
  "switchkey" definition in the "keys" file.
- Make the -Z filter work on non-Linux.
- Add mlterm for OpenBSD.
- Explain Dock layer.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-08-20 16:39:25 +08:00 committed by Khem Raj
parent 42430643df
commit d383468b25
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \
file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \
"
SRC_URI[sha256sum] = "3c525512b1e4f4cf7999a4687f1b82311d7448d8c174780b5efd3b8aafbfb4a2"
SRC_URI[sha256sum] = "c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73d48394"
UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"