diff mbox series

[meta-oe,06/45] icewm: upgrade 3.7.1 -> 3.7.2

Message ID 1742893312-3809-6-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/45] abseil-cpp: upgrade 20250127.0 -> 20250127.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 25, 2025, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Always print icons double-quoted
- Also support SVG icons when the image library supports it natively.
- Mark the WindowList as a toplevel and redirect its input to the listbox.
- Fix compiling without internationalization for icewm-menu-fdo.
- Also update the server time before setting focus to the topWindow.
- Try not to go backwards in our notion of the X server time.
- Only save event time when it is non-zero.
- Add updateServerTime to class declaration in header.
- Use the window handle when retrieving the user time.
- Fix off-by-one errors in the QuickSwitch bottom right border
- Log the keycode as a decimal.
- Improve readability in SwitchWindow::resize.
- Ignore key releases and modifier presses in the top window key handler.
- Remove the incompatible cmake_path from the po CMakefile.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-extended/icewm/{icewm_3.7.1.bb => icewm_3.7.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/icewm/{icewm_3.7.1.bb => icewm_3.7.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.2.bb
similarity index 94%
rename from meta-oe/recipes-extended/icewm/icewm_3.7.1.bb
rename to meta-oe/recipes-extended/icewm/icewm_3.7.2.bb
index a0acffae52..747a0c23ce 100644
--- a/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_3.7.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] = "0d86e542c5d56aa0f443d67549e150c419d497ae869f561edae06b293571add8"
+SRC_URI[sha256sum] = "b4ed8a357352f761f0d2d547235e35e97051f7e5db55d32f689d2c5262f202d8"
 
 UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"