diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 09:33:51 -0700 |
commit | ed41fefe9f06ab687aa8ecf50c1c253fb5e98d4a (patch) | |
tree | 668a0ac6a6486a62dd3c3992a09ad029c1f3cde1 /meta-oe/recipes-extended | |
parent | 406d1fcdb31ddf9de531a34fc0ef241698663460 (diff) | |
download | meta-openembedded-ed41fefe9f06ab687aa8ecf50c1c253fb5e98d4a.tar.gz |
icewm: upgrade 3.7.1 -> 3.7.2
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/icewm/icewm_3.7.2.bb (renamed from meta-oe/recipes-extended/icewm/icewm_3.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb b/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" | |||
5 | SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ | 5 | SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ |
6 | file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ | 6 | file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ |
7 | " | 7 | " |
8 | SRC_URI[sha256sum] = "0d86e542c5d56aa0f443d67549e150c419d497ae869f561edae06b293571add8" | 8 | SRC_URI[sha256sum] = "b4ed8a357352f761f0d2d547235e35e97051f7e5db55d32f689d2c5262f202d8" |
9 | 9 | ||
10 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" | 10 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" |
11 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |