diff mbox series

[meta-oe] icewm: upgrade 3.4.4 -> 3.4.5

Message ID 20240119054847.630444-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] icewm: upgrade 3.4.4 -> 3.4.5 | expand

Commit Message

Alper Ak Jan. 19, 2024, 5:48 a.m. UTC
Changelog:

Fixes

	Fix for centering the clock LED digits vertically.
	Fix the KeyWinTile commands for multi-monitor setups.
	Fix the workspace buttons for right-to-left languages.

Changes

	Let KeySysTile only tile the windows on the active monitor.
	Update the 'Hibernate' command and add two new hibernate icons.
	When pasting into the addressbar, replace newlines with spaces.
	When focusing with RaiseOnFocus, release the button grab.
	After raising a focused window, release its button grab.
	Avoid calls to fstat to circumvent a glibc inefficiency.
	Prefer localtime_r over localtime to evade a glibc inefficiency.
	Update the copyright notice in the about window.

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../recipes-extended/icewm/{icewm_3.4.4.bb => icewm_3.4.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/icewm/{icewm_3.4.4.bb => icewm_3.4.5.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/icewm/icewm_3.4.4.bb b/meta-oe/recipes-extended/icewm/icewm_3.4.5.bb
similarity index 91%
rename from meta-oe/recipes-extended/icewm/icewm_3.4.4.bb
rename to meta-oe/recipes-extended/icewm/icewm_3.4.5.bb
index 8a150f5a9..6e50231c8 100644
--- a/meta-oe/recipes-extended/icewm/icewm_3.4.4.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_3.4.5.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] = "1bca9a0b5f959c1f715f5e49d2e0036b5ef3ca07d049529bc88cb7429a58ba31"
+SRC_URI[sha256sum] = "8d1afe9a2d5e28e88261b68906337449307e53f06c08218e1a6409083998a5f1"
 
 UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
 
@@ -19,7 +19,7 @@  EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
                 --enable-xinerama \
                 --enable-shape"
 
-DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2	libxft libxpm libxrandr \
+DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \
     libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \
     libxfixes"
 DEPENDS:append = " qemu-native"