From eb7b368ffce0ae5571a606c58bda9a61b08b81fb Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 2 Aug 2022 21:41:05 +0800 Subject: [PATCH] icewm: upgrade 2.9.7 -> 2.9.8 Changelog: ========= Omit trailing dot in CPU temperature and add centigrade symbol for issue bbidulock/icewm#652. If there is no WM active, then a request to restart will start icewm. Don't create the ~/.icewm directory, unless required to save a file. When showing the desktop, also minimize a focused fullscreen window. Add support for COMPOUND_TEXT title names in WM_NAME strings for issue bbidulock/icewm#26. Limit window dimensions to 32732 pixels in the icesh command. Improve the truncation of titles for TaskBarTaskGrouping in issue bbidulock/icewm#658. Let TaskBarShowAllWindows influence TaskBarTaskGrouping for issue bbidulock/icewm#560. Update the TaskBarTaskGrouping menu, when tasks are added or removed. Restore the 2.5.0 container handling of button presses for issue bbidulock/icewm#649. Make the TaskBarGraphHeight preference themable for issue bbidulock/icewm#659. Clarify which preferences are themable in icewm-preferences(5). Update the translations for Macedonian and Swedish. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/icewm/{icewm_2.9.7.bb => icewm_2.9.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_2.9.7.bb => icewm_2.9.8.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_2.9.7.bb b/meta-oe/recipes-extended/icewm/icewm_2.9.8.bb similarity index 94% rename from meta-oe/recipes-extended/icewm/icewm_2.9.7.bb rename to meta-oe/recipes-extended/icewm/icewm_2.9.8.bb index 00377bc1b8..2c7ede7725 100644 --- a/meta-oe/recipes-extended/icewm/icewm_2.9.7.bb +++ b/meta-oe/recipes-extended/icewm/icewm_2.9.8.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] = "c25f78e3f3ad49fbebc715691689d0ad1fda46b2e2537ad69e3332a54b81c72a" +SRC_URI[sha256sum] = "8d5d0f78a49c952f7f185d0f6713c6fabba597dcb713b1ac92e0e5795db29a25" UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"