[meta-gnome] devilspie2: upgrade 0.43 -> 0.44

Message ID 1644279908-4266-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] devilspie2: upgrade 0.43 -> 0.44 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 8, 2022, 12:25 a.m. UTC
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 <wangmy@fujitsu.com>
---
 .../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%)

Patch

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 \