From d383468b2576ee55e1daac5c847c713e57e53871 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:25 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../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 --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\d+(\.\d+)+)"