From: Wang Mingyu <[email protected]> Changelog: ============ - Fix bug in typing/keyboard causing xdotool to send extra modifier keys in certain cases. When xkeyboard-config 2.46 is installed, xdotool would send incorrect key sequences for function keys, for example incorrectly sending "Alt + F3" when F3 was requested. - Add 'windowlower' command - Fix some crashes in xdo_get_desktop_for_window - Fix mouse movement under Xwayland when multiple screens are present - mousemove --sync no only waits if the cursor is expected to actually move - Remove dependency on libXi that was leftover from Wayland detection code no longer used in xdotool - Bump SONAME to 4 hopefully to resolve ABI issues with previous versions of libxdo. - Code improvements intended to reduce compiler warnings - Add support for Cygwin when building - Test suite works again!
Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 1964be81d37b235769e2bee9ed374c760824cb2c) Signed-off-by: Ankur Tyagi <[email protected]> --- .../{xdotool_3.20211022.1.bb => xdotool_4.20251130.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xdotool/{xdotool_3.20211022.1.bb => xdotool_4.20251130.1.bb} (90%) diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb b/meta-oe/recipes-graphics/xdotool/xdotool_4.20251130.1.bb similarity index 90% rename from meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb rename to meta-oe/recipes-graphics/xdotool/xdotool_4.20251130.1.bb index 45defe82d6..75fa636838 100644 --- a/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb +++ b/meta-oe/recipes-graphics/xdotool/xdotool_4.20251130.1.bb @@ -10,7 +10,7 @@ inherit features_check pkgconfig perlnative REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "https://github.com/jordansissel/${BPN}/releases/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada" +SRC_URI[sha256sum] = "eee789b00d6a13d47b31bbc139727e6408c21b5f6ba5e804fdf6ecfb8c781356" EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLLIB=${libdir} INSTALLMAN=${mandir} WITHOUT_RPATH_FIX=1"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122543): https://lists.openembedded.org/g/openembedded-devel/message/122543 Mute This Topic: https://lists.openembedded.org/mt/116711334/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
