9af57aa903
- Merge branches on M17N:Devel and home:dimstar:branches:GNOME:Factory * Merge changelog and spec written by dimstar@opensuse.org - Update to 1.5.2 by hillwood@linuxfans.org * Implement use-system-keyboard-layout * Fix crash of ibus-setup - Update to 1.5.1 by hillwood@linuxfans.org * Add fr(bepo) XKB engine * Fix crash - Update to 1.5.0 by douglarek@outlook.com * Renew IM-switch UI, logic, and shortcut customization * Integrate XKB keyboard layouts into IME. Now ibus can manage both IME and XKB layouts seamlessly * Improve ibus performance by replace some python components with vala implementations * Improve gobject-introspection support * Improve vala language support * New functions to restrict config signal: ibus_config_watch/unwatch * Remove gnome-icon-theme-legacy dependency. * Add version property in IBusEngineDesc. * Add IBusProperty.symbol for the short label. * Support dconf 0.13.4 * Add ibus command line tool * Improve unit test * ibus-daemon now monitors .xml files by default * "make check" does not require "make install" * Support out-of-tree build * pygobject override is added to help migrate from the old python binding. * Many bug fixings. - Switch to dconf from GConf - Add python bindings OBS-URL: https://build.opensuse.org/request/show/182422 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=65
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
ibus-gtk
|
|
post "%if "%_lib" == "lib64""
|
|
post "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 > <prefix>%{_sysconfdir}/gtk-2.0/gtk64.immodules"
|
|
post "%else"
|
|
post "<prefix>%{_bindir}/gtk-query-immodules-2.0 > <prefix>%{_sysconfdir}/gtk-2.0/gtk.immodules"
|
|
post "%endif"
|
|
postun "%if "%_lib" == "lib64""
|
|
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 > <prefix>%{_sysconfdir}/gtk-2.0/gtk64.immodules"
|
|
postun "%else"
|
|
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0 > <prefix>%{_sysconfdir}/gtk-2.0/gtk.immodules"
|
|
postun "%endif"
|
|
supplements "packageand(ibus:gtk2-<targettype>)"
|
|
ibus-gtk3
|
|
post "%if "%_lib" == "lib64""
|
|
post "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
|
|
post "%else"
|
|
post "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
|
|
post "%endif"
|
|
postun "%if "%_lib" == "lib64""
|
|
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
|
|
postun "%else"
|
|
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
|
|
postun "%endif"
|
|
supplements "packageand(ibus:gtk3-<targettype>)"
|
|
libibus-1_0-5
|
|
obsoletes "libibus2-<targettype> < <version>"
|
|
|