Changelog: ========= * Default to Lua 5.3, and permit use of other versions * Add support for setting and deleting window properties * Add get_process_name(), which returns the name of the process owning the window (if possible) * Add get_monitor_index() and get_monitor_geometry(); improve monitor index/geometry discovery * Add get_window_is_decorated() (which uses the Motif window hints) * Alias center() as centre() * Extend centre() to allow centring on a given monitor and to allow horizontal or vertical only * Extend set_window_position() to allow positioning on a given monitor and control which corner is measured from. (Behaviour with two parameters is unchanged.) * Quote the option hyphens in the man page (preventing replacement) * Various const & compiler warning (gcc -Wextra) fix-ups * Support for UTF-8 strings in window properties * Allow replacements for pkg-config at compile time
Signed-off-by: Wang Mingyu <[email protected]> --- .../devilspie/{devilspie2_0.43.bb => devilspie2_0.44.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/devilspie/{devilspie2_0.43.bb => devilspie2_0.44.bb} (95%) diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb similarity index 95% rename from meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb rename to meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb index 8372448432..8e048170bc 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb @@ -8,7 +8,7 @@ DEPENDS = "gtk+ glib-2.0 libwnck libxinerama lua virtual/libx11" PV .= "+git${SRCPV}" -SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" +SRCREV = "b9d7ad9c09a5fb17a1562ee1d892798c646e9ec9" SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \ file://default.lua \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95251): https://lists.openembedded.org/g/openembedded-devel/message/95251 Mute This Topic: https://lists.openembedded.org/mt/88986551/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
