aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-29 23:04:45 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-29 09:09:03 -0800
commit833c81d112dcdc3585e6076b1a5af04b8d318efe (patch)
treef1aaf8702ccb44d1071acd0f0e23273f07f76b4e
parentc9a95c095d11ca6adfd8eeb809e8d132aca0d436 (diff)
downloadmeta-openembedded-833c81d112dcdc3585e6076b1a5af04b8d318efe.tar.gz
icewm: upgrade 2.8.0 -> 2.9.0
Changelog: Improvements to drawing right-to-left text within left-to-right locales. Improvements for right-to-left locales like Arabic and Hebrew. Give icewmbg an error handler to protect against destroyed windows. Updated translations, most notably Ukrainian. Only free cursor attributes when they were allocated. Fix column alignment in menu's for right-to-left languages. Prefer to keep the system menu within the frame when opening it from the menu button in the titlebar. Don't repaint the taskbar when it is collapsed. Refresh the taskbar to prevent background artefacts in CoolSteel. Fix the last entry in the themes menu for the default theme. Ignore empty resize events to reduce flickering when resizing in CoolSteel. Only redraw frame borders on the last expose event. Fix the the bottom right hole of a scrolled window list for bbidulock/icewm#620. Add logout icons to Logout submenu for issue #69. Update minimum required cmake version to 3.2. Support right-to-left languages for corefonts when i18n is enabled. When codesets are missing in a fontset, then only search for extra fonts in the same font family, and only when i18n is enabled. Detect UTF-8 locale and support multibyte to wide character conversions. Make DejaVu the default backup font family for corefonts. Fix the horizontal scrollbar for the window list window. Improve the ascent/descent detection for font sets. Optimize text length detection for width-limited text fields. Improve the Xft last resort backup font. Improve vertical font positioning for the address bar. Reuse discarded miniicon positions when minimizing to desktop. Flush stdout after printing preferences. Detect Right-To-Left locales Arabic, Hebrew, Farsi, Pashto, Sindhi, Urdu. Improve the handling of font loading failures. Improve the handling of setting "PreferFreetypeFonts" to false. Use the font "10x20" as the last resort font instead of "fixed". Be resilient to font preferences being set to the empty string. Document drag and drop. Add support for edge switching during drag and drop operations. Update icewm.desktop for issue bbidulock/icewm#617. Add a font cache to prevent repeatedly loading the same fonts, which also makes icewm a little faster on startup. Don't kill internal windows. Only let a frame retake focus on an ungrab event when the manager still believes that frame should have focus. This fixes the flashing of title bar buttons when the window list window is popped up. Fix for FreeBSD build. Document the -T switch for taskbar in icesh for issue #18. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_2.9.0.bb (renamed from meta-oe/recipes-extended/icewm/icewm_2.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_2.8.0.bb b/meta-oe/recipes-extended/icewm/icewm_2.9.0.bb
index 259187b0cd..e8e157658d 100644
--- a/meta-oe/recipes-extended/icewm/icewm_2.8.0.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_2.9.0.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] = "12b7cce67b95b09f34873f46948e7f1cef9edd88682139e054b79ba165c53e49"
+SRC_URI[sha256sum] = "c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4"
UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"