From e29afd0c0c0c663fc80657761a80ed2bb0e60bf9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Aug 2022 14:12:05 +0800 Subject: [PATCH] icewm: upgrade 2.9.8 -> 2.9.9 Changelog: =========== -Permit percentages to have comma's in icesh. -Keep accurate track of window changes in workspace buttons for PagerShowPreview. Only redraw affected workspace buttons, which reduces the total number of workspace button redraws, especially for larges number of workspace buttons. -Add key bindings for single window tiling operations for issues bbidulock/icewm#335, ice-wm/icewm#74 and ice-wm/icewm#84. -Complete -e option. -WindowMaker dock apps are supported. -Support more HTML entities in icehelp. -Remove dependency on asciidoc and prefer markdown format for the manual. -Prevent warnings. -Also install markdown. -Try srcdir. -Cleanup test and prefer markdown manual. -Cleanup key grabs. -Drop obsolete wmOccupyAll(). -Accept either markdown or asciidoc to generate manual html with CMake. -Add markdown and icesh. -Automatically detect and prevent race conditions in icesh relating to moving and sizing windows for issue #335. Improve the accuracy of the "sizeto" command in icesh for issue #335. Add "extents" command to icesh. Add "workarea" command to icesh. -Get rid of the frameContext. -Prefer findClient in two cases: unmap notify and recv ping. -Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into icewm-1-4-BRANCH -Merge branch 'icewm-1-4-BRANCH' Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/icewm/{icewm_2.9.8.bb => icewm_2.9.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_2.9.8.bb => icewm_2.9.9.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_2.9.8.bb b/meta-oe/recipes-extended/icewm/icewm_2.9.9.bb similarity index 94% rename from meta-oe/recipes-extended/icewm/icewm_2.9.8.bb rename to meta-oe/recipes-extended/icewm/icewm_2.9.9.bb index 2c7ede7725..ecb0dbe73f 100644 --- a/meta-oe/recipes-extended/icewm/icewm_2.9.8.bb +++ b/meta-oe/recipes-extended/icewm/icewm_2.9.9.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] = "8d5d0f78a49c952f7f185d0f6713c6fabba597dcb713b1ac92e0e5795db29a25" +SRC_URI[sha256sum] = "af7bab3472189febf50753eaecfac586901419d282cbcbff92e860d4b74894b3" UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"