diff mbox series

[meta-oe,06/26] icewm: upgrade 3.8.1 -> 3.8.2

Message ID 20250820083945.802-6-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-filesystems,01/26] bindfs: upgrade 1.18.1 -> 1.18.2 | expand

Commit Message

Wang Mingyu Aug. 20, 2025, 8:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../recipes-extended/icewm/{icewm_3.8.1.bb => icewm_3.8.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/icewm/{icewm_3.8.1.bb => icewm_3.8.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/icewm/icewm_3.8.1.bb b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb
similarity index 94%
rename from meta-oe/recipes-extended/icewm/icewm_3.8.1.bb
rename to meta-oe/recipes-extended/icewm/icewm_3.8.2.bb
index 597ff3f083..ad92b7b294 100644
--- a/meta-oe/recipes-extended/icewm/icewm_3.8.1.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb
@@ -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+)+)"