devilspie2: upgrade 0.43 -> 0.44

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2022-02-08 08:25:05 +08:00 committed by Khem Raj
parent 5d341cb540
commit 4bd281ded7

View File

@ -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 \