diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-29 12:15:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-29 02:33:22 -0700 |
| commit | 5427a5989c5d1c9002c0925d7160ecb27e4c6b7e (patch) | |
| tree | 06e5dc64030215e82bcd2b3d262e86f0111ad65b /meta-oe/recipes-extended/icewm | |
| parent | 7116b00eed607c2c74ff00976e7c03ddc4cb6662 (diff) | |
| download | meta-openembedded-5427a5989c5d1c9002c0925d7160ecb27e4c6b7e.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/icewm')
| -rw-r--r-- | meta-oe/recipes-extended/icewm/icewm_3.7.4.bb (renamed from meta-oe/recipes-extended/icewm/icewm_3.7.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.3.bb b/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" | |||
| 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] = "4d845d8af6194fa25b36524467ae9fdcca2faed5c4046515e3bc633ff1479230" | 8 | SRC_URI[sha256sum] = "e248e299616f417f5051423ea65a15668b71c1fdc9b5e477b47b1e80db3a7724" |
| 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+)+)" |
