diff options
author | wangmy <wangmy@fujitsu.com> | 2022-02-08 08:25:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-07 16:36:08 -0800 |
commit | 4bd281ded7d2eb008daa371ec6c9e67d6616b692 (patch) | |
tree | e8b536a82fdfb8a200c1cca2ba0f5380b24c0249 | |
parent | 5d341cb54082995042a540a03886f106bc957cb6 (diff) | |
download | meta-openembedded-4bd281ded7d2eb008daa371ec6c9e67d6616b692.tar.gz |
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>
-rw-r--r-- | meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb (renamed from meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb index 837244843..8e048170b 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" | |||
8 | 8 | ||
9 | PV .= "+git${SRCPV}" | 9 | PV .= "+git${SRCPV}" |
10 | 10 | ||
11 | SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" | 11 | SRCREV = "b9d7ad9c09a5fb17a1562ee1d892798c646e9ec9" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \ | 13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \ |
14 | file://default.lua \ | 14 | file://default.lua \ |