From 5427a5989c5d1c9002c0925d7160ecb27e4c6b7e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 29 Apr 2025 12:15:19 +0800 Subject: [PATCH] icewm: upgrade 3.7.3 -> 3.7.4 Changelog: ========== - Lower minimum required CMake version to 3.5. - Fix CMake LTO build. - Remove obsolete CMake warning for SVG library. - Let icesh don't loop when interrupted. - Use X-resource library 1.2 to reliably obtain process identifiers of client windows. Add the "toolbar" command to icesh to let icewm reload the toolbar configuration. - Add xres_LDFLAGS to icewm_libs for CMake. - Add a toolbar button to the CAD-dialog. - Return first found PID in getNetWMPid. - Better fix for getNetWMPid sorry. - Add xres to dependencies. - Make XRes disableable in configure. Up version to 3.7.3. - Make XRes disableable in the CMake build. - Give which a backup in rebuild.sh. - Remove debugging statements. - Add a --replace option to icewm-session. - Add -Z filter to icesh to select only terminals. - Drop old obsolete icons. - Change default theme to icedesert. - Fix the stacking order when a QuickSwitch ends. - Replace -lXRes with $(XRES_LIBS) for icesh. - Improve CAD-dialog up-down traversal. - In getLastFocus, ignore unmanaged frames. - Restack the windows after a QuickSwitch has ended. - Fix typo. - Permit some global keys in case the global keybinds are not active. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/icewm/{icewm_3.7.3.bb => icewm_3.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_3.7.3.bb => icewm_3.7.4.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.3.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.4.bb similarity index 94% rename from meta-oe/recipes-extended/icewm/icewm_3.7.3.bb rename to meta-oe/recipes-extended/icewm/icewm_3.7.4.bb index 311abc3702..fa76f2e34e 100644 --- a/meta-oe/recipes-extended/icewm/icewm_3.7.3.bb +++ b/meta-oe/recipes-extended/icewm/icewm_3.7.4.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] = "4d845d8af6194fa25b36524467ae9fdcca2faed5c4046515e3bc633ff1479230" +SRC_URI[sha256sum] = "e248e299616f417f5051423ea65a15668b71c1fdc9b5e477b47b1e80db3a7724" UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"