summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/ibus/ibus.bb
Commit message (Collapse)AuthorAgeFilesLines
* ibus: Point python interpreter to target locationKhem Raj2023-05-251-1/+1
| | | | | | | | | | it encoded PYTHON variable during build which otherwise points to python on build host which is not correct for cross compiled packages. Add missing dependency on python3-core which is needed for ibus-setup script to run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ibus: add opengl related checkMingli Yu2022-11-101-1/+3
| | | | | | | | | | | | | | Add opengl to REQUIRED_DISTRO_FEATURES when gtk4 is configured in PACKAGECONFIG. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ibus', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ibus: upgrade 1.5.23+ -> 1.5.26Andreas Müller2022-04-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.5.26 * Enhance compose keys df664b1 19377ad * Enhance Emoji features acc5570 104148b d9ff2bb * Implement clear preedit for GTK4 5487a6b * Calculate keycode from keysym in GTK3 forward-key-event 4957d14 * Fix to send char position at update_preedit_text f5757ad * Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4 * Fix ibus_key_event_from_string for gobject-introspection c69b61a * Fix a key event loop with forwarding keys 6b979e7 * Delete gnome-autogen dependency 2bc47f0 * Change XKB layout string color in panel 0e118e7 * Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b * mkdir socket dirs instead of socket paths 787b564 dfd3fbf * Add org.freedesktop.IBus.session.generic.service b5423f0 * Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521 * Update simple.xml with xkeyboard-config 2.35.1 a3c0724 * Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0 * Enhance CI fbea544 51e3295 d53d31d be17934 675b94f * Fix typos a82bda5 1.5.25 * src/tests: Run gnome-session with no-overview mode 214b60a bc7811c ab6b958 * client/gtk2: Implement ibus_im_context_set_surrounding_with_selection() d105a39 * Code reviews e9e1642 17ae266 * src/ibuscomposetable: Do not include the same compose file a755d16 * src/ibusenginesimple: Multi_key to 0xB7 7e12d58 2fc1a02 * src/ibusenginesimple: Make Compose preedit less intrusive 3e2609e df49566 4259f16 5bd2ecc * Change default Emoji shortcut key b952d30 * setup: Enhance engine search function a4939f6 * client/gtk2/ibusimcontext: Enable sync process in GTK4 a823161 * engine: Update simple.xml with xkeyboard-config 2.33 934c456 238eb61 1.5.24 * Add GTK4 IM module c7928b1 d0a47c3 * Search engine name directly ef4c5c7 * Update IBusInputPurpose and IBusInputHints in ibustypes.h b72efea * Warn deprecated IBus XKB engines /w dialog 5322c44 * Update simple.xml 5012b69 * Add CI 30a3641 * Fix arguments in GLib.DBusSignalCallback for Vala 0.50 dd4cc5b * Fix to build emoji-*.dict in CLDR 38 aa558de * Fix build environments 02338ce 5d68b00 29959e1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ibus: initial add 1.5.21Andreas Müller2019-11-011-0/+37
It is a depency for gnome-shell Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>