summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-18 16:09:22 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-21 08:54:05 -0800
commitf1ac7e180fa91c1db2b275dec32f68cfa2edf440 (patch)
treefa0a9bb494d4846857c947e74d3162fcd88eda27
parent31b3c8bec5ec8474dc9ae56b01666f5840fe8f55 (diff)
downloadmeta-openembedded-f1ac7e180fa91c1db2b275dec32f68cfa2edf440.tar.gz
keybinder: upgrade to latest revision
The application does use tags and version, but their versioning patterns are all over the place. I kept the eisting PV declaration due to this (and because this seems to be the very last upsteam change - the repository looks abandoned). Changelog: * Fix ``keybinder_bind`` and others to not crash on non-X11 displays. It simply returns FALSE, failing to bind the key. * Add new API: gboolean keybinder_supported() Return TRUE if on key bindings are implemented for this configuration. (Right now: only TRUE if gtk says there's an X11 display) * Fix deprecated directives in build system Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index bbd7c866e1..ec70f8e82b 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -9,9 +9,9 @@ DEPENDS = "gtk+3 gobject-introspection-native \
9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" 9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10 10
11 11
12SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" 12SRCREV = "04ae06724d914c7d4fec6a2723edf9c6320ec502"
13PV = "3.0+git" 13PV = "3.0+git"
14SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \ 14SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https;tag=keybinder-3.0-v0.3.2 \
15" 15"
16 16
17RDEPENDS:${PN} = "gtk+" 17RDEPENDS:${PN} = "gtk+"